Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| da95056a70 | |||
| d193b2f018 | |||
| 72fc318172 | |||
| 7184ee5187 |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #ffffff;;
|
||||
--card: #fcfcfc;;
|
||||
--foreground: #00120ae6;;
|
||||
--primary-cta: #15ad59;;
|
||||
--secondary-cta: #f9f9f9;;
|
||||
--accent: #e2e2e2;;
|
||||
--background-accent: #c4c4c4;;
|
||||
--background: #f0fff8;;
|
||||
--card: #f7fffa;;
|
||||
--foreground: #001a0a;;
|
||||
--primary-cta: #0a7039;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #a8d9be;;
|
||||
--background-accent: #6bbf8e;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -1262,4 +1262,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -85,6 +85,9 @@ export default function DogHubPage() {
|
||||
},
|
||||
{
|
||||
title: "German Shepherd", description: "Intelligent, courageous, and confident. Highly trainable and known for their protective instincts.", imageSrc: "https://img.b2bpic.net/free-photo/retriver_658691-636.jpg", imageAlt: "German shepherd dog intelligent protective"
|
||||
},
|
||||
{
|
||||
title: "French Bulldog", description: "Compact, muscular, and affectionate. Adaptable companions perfect for apartment living.", imageSrc: "https://img.b2bpic.net/free-photo/happy-pet-dogs-playing-park_1359-280.jpg", imageAlt: "French bulldog playful compact"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -223,4 +226,4 @@ export default function DogHubPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user