diff --git a/src/app/page.tsx b/src/app/page.tsx index bd30d64..d8d98c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,6 +7,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; import ProductCardFour from "@/components/sections/product/ProductCardFour"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; +import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; @@ -35,7 +36,8 @@ export default function HomePage() { { name: "Location", id: "/location" }, ]} button={{ - text: "WhatsApp", href: "https://wa.me/1234567890"}} + text: "WhatsApp", href: "https://wa.me/1234567890" + }} animateOnLoad={true} /> @@ -47,38 +49,83 @@ export default function HomePage() { tag="Pet Care Experts" tagIcon={Heart} tagAnimation="slide-up" - background={{ variant: "radial-gradient" }} + background={{ variant: "floatingGradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-her-best-friend-park_23-2148345910.jpg", imageAlt: "Happy dog playing"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-her-best-friend-park_23-2148345910.jpg", imageAlt: "Happy dog playing" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-adorable-persian-domestic-cat_23-2151773861.jpg", imageAlt: "Cute cat resting"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-adorable-persian-domestic-cat_23-2151773861.jpg", imageAlt: "Cute cat resting" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-small-decorative-objects-with-vivid-colors_23-2149732876.jpg", imageAlt: "Pet toys and accessories"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-small-decorative-objects-with-vivid-colors_23-2149732876.jpg", imageAlt: "Pet toys and accessories" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-black-brown-labrador-park-with-pet-owner_23-2148045817.jpg", imageAlt: "Pet family playing together"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-black-brown-labrador-park-with-pet-owner_23-2148045817.jpg", imageAlt: "Pet family playing together" + }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/washing-pet-dog-home_23-2149627265.jpg", imageAlt: "Pet grooming products"}, + imageSrc: "http://img.b2bpic.net/free-photo/washing-pet-dog-home_23-2149627265.jpg", imageAlt: "Pet grooming products" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/girl-is-feeding-pet-rabbit-sofa-pet-concept_169016-58862.jpg", imageAlt: "Small pet supplies"}, + imageSrc: "http://img.b2bpic.net/free-photo/girl-is-feeding-pet-rabbit-sofa-pet-concept_169016-58862.jpg", imageAlt: "Small pet supplies" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/chewing-bones-near-bowl-with-food_23-2147799951.jpg", imageAlt: "Dog food and treats"}, + imageSrc: "http://img.b2bpic.net/free-photo/chewing-bones-near-bowl-with-food_23-2147799951.jpg", imageAlt: "Dog food and treats" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/smart-feeder-pets-still-life_23-2151310865.jpg", imageAlt: "Cat care essentials"}, + imageSrc: "http://img.b2bpic.net/free-photo/smart-feeder-pets-still-life_23-2151310865.jpg", imageAlt: "Cat care essentials" + }, ]} carouselPosition="right" buttons={[ { - text: "Contact on WhatsApp", href: "https://wa.me/1234567890"}, + text: "Contact on WhatsApp", href: "https://wa.me/1234567890" + }, { - text: "Explore Products", href: "/products"}, + text: "Explore Products", href: "/products" + }, ]} buttonAnimation="slide-up" /> +
+ +
+
+
+ +
+
@@ -126,9 +202,11 @@ export default function HomePage() { description="Chat with our pet care experts on WhatsApp. We're available to help you find the perfect products and answer any questions about your furry friends." buttons={[ { - text: "Contact on WhatsApp", href: "https://wa.me/1234567890"}, + text: "Contact on WhatsApp", href: "https://wa.me/1234567890" + }, { - text: "Visit Our Store", href: "/location"}, + text: "Visit Our Store", href: "/location" + }, ]} buttonAnimation="slide-up" background={{ variant: "radial-gradient" }} @@ -144,37 +222,49 @@ export default function HomePage() { { title: "Shop", items: [ { - label: "Dog Products", href: "/products"}, + label: "Dog Products", href: "/products" + }, { - label: "Cat Products", href: "/products"}, + label: "Cat Products", href: "/products" + }, { - label: "Small Animal Care", href: "/products"}, + label: "Small Animal Care", href: "/products" + }, { - label: "Accessories", href: "/products"}, + label: "Accessories", href: "/products" + }, ], }, { title: "Company", items: [ { - label: "About Us", href: "/about"}, + label: "About Us", href: "/about" + }, { - label: "Store Locations", href: "/location"}, + label: "Store Locations", href: "/location" + }, { - label: "Contact Us", href: "https://wa.me/1234567890"}, + label: "Contact Us", href: "https://wa.me/1234567890" + }, { - label: "Pet Care Tips", href: "#"}, + label: "Pet Care Tips", href: "#" + }, ], }, { title: "Follow Us", items: [ { - label: "Facebook", href: "https://facebook.com"}, + label: "Facebook", href: "https://facebook.com" + }, { - label: "Instagram", href: "https://instagram.com"}, + label: "Instagram", href: "https://instagram.com" + }, { - label: "Twitter", href: "https://twitter.com"}, + label: "Twitter", href: "https://twitter.com" + }, { - label: "WhatsApp", href: "https://wa.me/1234567890"}, + label: "WhatsApp", href: "https://wa.me/1234567890" + }, ], }, ]}