Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
150
src/app/page.tsx
150
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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
title="Our Products"
|
||||
description="Browse our complete selection of premium pet care products. Quality items for your furry and feathered friends."
|
||||
tag="Shop Now"
|
||||
tagIcon={ShoppingBag}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Premium Dog Food", price: "$29.99", variant: "Golden Retriever Formula", imageSrc: "http://img.b2bpic.net/free-vector/coffee-packaging-design-template_23-2149758345.jpg", imageAlt: "Premium dog food bag"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Cat Nutrition Mix", price: "$24.99", variant: "Multi-Flavor Bundle", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-seeds-brown-inside-multicolored-pots-grey-floor_140725-13267.jpg", imageAlt: "Cat food selection"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Interactive Pet Toys", price: "$15.99", variant: "3-Pack Variety", imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149500959.jpg", imageAlt: "Colorful pet toys"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Pet Accessories Set", price: "$34.99", variant: "Collar, Leash & Tags", imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-outdoors-being-walked-leash_23-2149392644.jpg", imageAlt: "Pet accessories collection"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Pet Hygiene Kit", price: "$19.99", variant: "Shampoo & Grooming", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bath-concept-with-copy-space_23-2148459843.jpg", imageAlt: "Pet grooming products"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Small Animal Care Pack", price: "$22.99", variant: "Rabbits & Hamsters", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-baby-guinea-pig-palm-person_181624-30588.jpg", imageAlt: "Small pet supplies"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
tag="About Us"
|
||||
@@ -95,6 +142,31 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="location" data-section="location">
|
||||
<FeatureCardTwentyThree
|
||||
title="Visit Us"
|
||||
description="Find our store locations and opening hours. We're here to help your pets thrive."
|
||||
tag="Store Info"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Main Branch - Downtown", tags: ["123 Pet Street, City Center", "Mon-Sun: 9AM-8PM"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-little-dog-with-owners-pet-shop_23-2148872589.jpg", imageAlt: "Downtown store location"
|
||||
},
|
||||
{
|
||||
id: "2", title: "West Side Store", tags: ["456 Animal Avenue, West District", "Mon-Sat: 10AM-7PM, Sun: 11AM-6PM"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shiba-inu-dog-taking-walk_23-2149478814.jpg", imageAlt: "West side store location"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Pet Clinic Corner", tags: ["789 Care Road, Medical District", "Mon-Fri: 8AM-6PM, Sat: 9AM-5PM"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hospital-building_23-2147612303.jpg", imageAlt: "Pet clinic corner location"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="What Pet Owners Say"
|
||||
@@ -106,13 +178,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson, Dog Lover", date: "Date: January 15, 2025", title: "My dogs absolutely love the food!", quote: "We switched to Animal Park's premium dog food three months ago and can already see the difference in our pets' energy and health. The staff was incredibly helpful in choosing the right formula for our golden retrievers.", tag: "Premium Customer", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/sports-family-sitting-summer-forest_1157-35241.jpg", imageAlt: "Happy customer with dogs"},
|
||||
id: "1", name: "Sarah Johnson, Dog Lover", date: "Date: January 15, 2025", title: "My dogs absolutely love the food!", quote: "We switched to Animal Park's premium dog food three months ago and can already see the difference in our pets' energy and health. The staff was incredibly helpful in choosing the right formula for our golden retrievers.", tag: "Premium Customer", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/sports-family-sitting-summer-forest_1157-35241.jpg", imageAlt: "Happy customer with dogs"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen, Cat Parent", date: "Date: January 10, 2025", title: "Great selection and friendly service!", quote: "Animal Park has everything I need for my three cats in one convenient location. The staff always remembers my cats' names and preferences. Highly recommend!", tag: "Loyal Customer", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-close-up_1139-650.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/elderly-person-spendng-tim-with-their-pets_23-2149486388.jpg", imageAlt: "Customer with cats"},
|
||||
id: "2", name: "Michael Chen, Cat Parent", date: "Date: January 10, 2025", title: "Great selection and friendly service!", quote: "Animal Park has everything I need for my three cats in one convenient location. The staff always remembers my cats' names and preferences. Highly recommend!", tag: "Loyal Customer", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-close-up_1139-650.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/elderly-person-spendng-tim-with-their-pets_23-2149486388.jpg", imageAlt: "Customer with cats"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez, Small Pet Owner", date: "Date: January 8, 2025", title: "The best place for rabbit supplies!", quote: "Finally found a pet store that truly understands small animals. The quality of products for my rabbits and hamsters is outstanding, and the prices are fair.", tag: "New Customer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-kids-with-their-pet-dog_23-2150847048.jpg", imageAlt: "Customer with small pets"},
|
||||
id: "3", name: "Emily Rodriguez, Small Pet Owner", date: "Date: January 8, 2025", title: "The best place for rabbit supplies!", quote: "Finally found a pet store that truly understands small animals. The quality of products for my rabbits and hamsters is outstanding, and the prices are fair.", tag: "New Customer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-kids-with-their-pet-dog_23-2150847048.jpg", imageAlt: "Customer with small pets"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Park, Pet Enthusiast", date: "Date: January 5, 2025", title: "Exceptional customer service and quality!", quote: "Animal Park goes above and beyond to ensure every pet gets the best care possible. Their expert advice helped me solve my dog's allergies. Thank you!", tag: "Premium Customer", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", avatarAlt: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-her-pet-french-bulldog-park_1303-28745.jpg", imageAlt: "Satisfied customer"},
|
||||
id: "4", name: "David Park, Pet Enthusiast", date: "Date: January 5, 2025", title: "Exceptional customer service and quality!", quote: "Animal Park goes above and beyond to ensure every pet gets the best care possible. Their expert advice helped me solve my dog's allergies. Thank you!", tag: "Premium Customer", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", avatarAlt: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-her-pet-french-bulldog-park_1303-28745.jpg", imageAlt: "Satisfied customer"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user