Update src/app/page.tsx

This commit is contained in:
2026-02-06 16:42:13 +00:00
parent 774cb8b204
commit 50a11b3f84

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
@@ -11,7 +11,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterCard from '@/components/sections/footer/FooterCard'; import FooterCard from '@/components/sections/footer/FooterCard';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Heart, Paw, Home, Award, TrendingUp, Facebook, Instagram, Twitter } from "lucide-react"; import { Heart, Home, Award, TrendingUp, Facebook, Instagram, Twitter } from "lucide-react";
export default function PetShelterPage() { export default function PetShelterPage() {
return ( return (
@@ -21,7 +21,7 @@ export default function PetShelterPage() {
borderRadius="sharp" borderRadius="sharp"
contentWidth="compact" contentWidth="compact"
sizing="large" sizing="large"
background="aurora" background="none"
cardStyle="soft-shadow" cardStyle="soft-shadow"
primaryButtonStyle="primary-glow" primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -48,7 +48,7 @@ export default function PetShelterPage() {
{ text: "Browse Pets", href: "#products" }, { text: "Browse Pets", href: "#products" },
{ text: "Learn More", href: "#about" } { text: "Learn More", href: "#about" }
]} ]}
background={{ variant: "aurora" }} background={{ variant: "sparkles-gradient" }}
imageSrc="https://img.b2bpic.net/free-photo/cute-dog-playing-with-woman-shelter-adoption_23-2148682996.jpg" imageSrc="https://img.b2bpic.net/free-photo/cute-dog-playing-with-woman-shelter-adoption_23-2148682996.jpg"
imageAlt="Happy dog ready for adoption" imageAlt="Happy dog ready for adoption"
frameStyle="card" frameStyle="card"
@@ -99,7 +99,6 @@ export default function PetShelterPage() {
<div id="feature" data-section="feature"> <div id="feature" data-section="feature">
<FeatureProcessSteps <FeatureProcessSteps
tag="How It Works" tag="How It Works"
tagIcon={Paw}
title="Simple Steps to Find Your Perfect Pet" title="Simple Steps to Find Your Perfect Pet"
description="Our adoption process is designed to ensure the best match between pets and families. Follow these steps to bring home your new companion." description="Our adoption process is designed to ensure the best match between pets and families. Follow these steps to bring home your new companion."
steps={[ steps={[