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 NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||
@@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { Heart, Sparkles, Zap, Star, TrendingUp, Users, Home, Award, HelpCircle, Phone } from "lucide-react";
|
||||
import { Heart, Sparkles, Zap, Star, TrendingUp, Users, Home, Award, HelpCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
id: "3", brand: "Puppy Pals", name: "Shadow - Lab Mix", price: "Adoption Fee: $125", rating: 5,
|
||||
reviewCount: "28 loves", imageSrc: "https://img.b2bpic.net/free-photo/girl-with-two-irish-setters-home_1398-4891.jpg", imageAlt: "Shadow, energetic black puppy"
|
||||
}
|
||||
]
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -210,7 +210,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "6", title: "How can I volunteer or donate?", content: "We welcome volunteers and donations! You can contact our team directly, or visit our website for various volunteer opportunities and donation options that support our mission."
|
||||
}
|
||||
]
|
||||
]}
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
@@ -236,7 +236,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "4", title: "What if my chosen pet gets adopted before I finalize?", content: "We recommend applying quickly. Our staff can place a hold on pets for qualified applicants. Contact us for more details."
|
||||
}
|
||||
]
|
||||
]}
|
||||
useInvertedBackground="invertDefault"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user