Update src/app/page.tsx

This commit is contained in:
2026-02-06 11:15:38 +00:00
parent ea86f1cc01
commit ef4321511f

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="mediumLarge" contentWidth="mediumLarge"
sizing="mediumLargeSizeLargeTitles" sizing="mediumLargeSizeLargeTitles"
background="aurora" background="floatingGradient"
cardStyle="gradient-bordered" cardStyle="gradient-bordered"
primaryButtonStyle="gradient" primaryButtonStyle="gradient"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -52,7 +52,7 @@ export default function LandingPage() {
{ text: "Browse Available Pets", href: "#pets" }, { text: "Browse Available Pets", href: "#pets" },
{ text: "Learn About Adoption", href: "#adopt" } { text: "Learn About Adoption", href: "#adopt" }
]} ]}
background={{ variant: "aurora" }} background={{ variant: "radial-gradient" }}
dashboard={{ dashboard={{
title: "Meet Our Available Pets", logoIcon: PawPrint, title: "Meet Our Available Pets", logoIcon: PawPrint,
imageSrc: "https://img.b2bpic.net/free-photo/full-shot-women-dog-posing_23-2148977468.jpg", searchPlaceholder: "Search by name or breed...", buttons: [ imageSrc: "https://img.b2bpic.net/free-photo/full-shot-women-dog-posing_23-2148977468.jpg", searchPlaceholder: "Search by name or breed...", buttons: [