Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="mediumSizeLargeTitles"
|
sizing="mediumSizeLargeTitles"
|
||||||
background="aurora"
|
background="floatingGradient"
|
||||||
cardStyle="inset"
|
cardStyle="inset"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
|||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Pets", id: "pets" },
|
{ name: "Pets", id: "pets" },
|
||||||
{ name: "Adopt", id: "contact" },
|
{ name: "Adopt", id: "contact" },
|
||||||
{ name: "Volunteer", id: "faq" }
|
{ name: "Volunteer", id: "features" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Donate Now", href: "contact"
|
text: "Donate Now", href: "contact"
|
||||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
<HeroLogoBillboardSplit
|
<HeroLogoBillboardSplit
|
||||||
logoText="SAFE HAVEN"
|
logoText="SAFE HAVEN"
|
||||||
description="Give every animal a second chance at happiness. Our shelter provides loving care and adoption services to rescue pets in need of forever homes."
|
description="Give every animal a second chance at happiness. Our shelter provides loving care and adoption services to rescue pets in need of forever homes."
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Browse Available Pets", href: "pets" },
|
{ text: "Browse Available Pets", href: "pets" },
|
||||||
{ text: "Learn More", href: "about" }
|
{ text: "Learn More", href: "about" }
|
||||||
|
|||||||
Reference in New Issue
Block a user