diff --git a/src/app/page.tsx b/src/app/page.tsx index d32d68c..a362ff9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,15 +1,15 @@ "use client"; -import { CheckCircle, HelpCircle, Heart, Mail, Paw, Star } from "lucide-react"; +import { CheckCircle, HelpCircle, Heart, Mail, PawPrint, Star } from "lucide-react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; -import TextAbout from "@/components/sections/about/TextAbout"; -import ProductCardThree from "@/components/sections/product/ProductCardThree"; -import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import TextAbout from '@/components/sections/about/TextAbout'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; export default function LandingPage() { return ( @@ -49,13 +49,17 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-woman-orange-dress-having-fun-playing-running-with-dog-park-summer-style-cheerful-mood_285396-5203.jpg", imageAlt: "Happy dog playing with toy"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-woman-orange-dress-having-fun-playing-running-with-dog-park-summer-style-cheerful-mood_285396-5203.jpg", imageAlt: "Happy dog playing with toy" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-adorable-chihuahua-dog-spending-time-with-male-owner-home_23-2149880019.jpg", imageAlt: "Peaceful cat resting"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-adorable-chihuahua-dog-spending-time-with-male-owner-home_23-2149880019.jpg", imageAlt: "Peaceful cat resting" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/funny-rabbit-with-twist-decorative-heart_23-2148010863.jpg", imageAlt: "Bunny enjoying treats"}, + imageSrc: "http://img.b2bpic.net/free-photo/funny-rabbit-with-twist-decorative-heart_23-2148010863.jpg", imageAlt: "Bunny enjoying treats" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-hummingbirds-perched-tree-branch_181624-51150.jpg", imageAlt: "Colorful birds together"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-hummingbirds-perched-tree-branch_181624-51150.jpg", imageAlt: "Colorful birds together" + }, ]} buttons={[ { text: "Browse Products", href: "products" }, @@ -69,7 +73,7 @@ export default function LandingPage() {
@@ -140,17 +145,23 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", title: "What types of pets do you serve?", content: "We specialize in products for dogs, cats, rabbits, birds, hamsters, and other small pets. Our curated selection ensures quality and safety for all pets."}, + id: "1", title: "What types of pets do you serve?", content: "We specialize in products for dogs, cats, rabbits, birds, hamsters, and other small pets. Our curated selection ensures quality and safety for all pets." + }, { - id: "2", title: "Do you offer pet food delivery?", content: "Yes! We offer free shipping on orders over $50, with standard delivery in 3-5 business days. We also have same-day local delivery options in select areas."}, + id: "2", title: "Do you offer pet food delivery?", content: "Yes! We offer free shipping on orders over $50, with standard delivery in 3-5 business days. We also have same-day local delivery options in select areas." + }, { - id: "3", title: "Are your products organic and natural?", content: "Many of our products are organic and naturally sourced. We clearly label all items with their ingredients and certifications for your peace of mind."}, + id: "3", title: "Are your products organic and natural?", content: "Many of our products are organic and naturally sourced. We clearly label all items with their ingredients and certifications for your peace of mind." + }, { - id: "4", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all products. If your pet doesn't love it, we'll refund your purchase with no questions asked."}, + id: "4", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all products. If your pet doesn't love it, we'll refund your purchase with no questions asked." + }, { - id: "5", title: "Do you have a loyalty program?", content: "Yes! Our PawsRewards program gives you points on every purchase. Accumulate points to earn discounts and exclusive pet products."}, + id: "5", title: "Do you have a loyalty program?", content: "Yes! Our PawsRewards program gives you points on every purchase. Accumulate points to earn discounts and exclusive pet products." + }, { - id: "6", title: "Can I get personalized pet recommendations?", content: "Absolutely! Our pet care experts are available via chat, email, or phone to provide personalized recommendations based on your pet's age, breed, and needs."}, + id: "6", title: "Can I get personalized pet recommendations?", content: "Absolutely! Our pet care experts are available via chat, email, or phone to provide personalized recommendations based on your pet's age, breed, and needs." + }, ]} />