Merge version_1 into main #1
166
src/app/page.tsx
166
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Pet Empire"
|
||||
/>
|
||||
@@ -54,38 +46,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Premium Care for Your Best Friend"
|
||||
description="Discover a curated selection of healthy nutrition, comfortable bedding, and fun accessories for every pet."
|
||||
tag="Trusted Quality"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pet-accessories-with-food-bowl-treats_23-2148949588.jpg",
|
||||
imageAlt: "Happy pet lifestyle",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pet-accessories-with-food-bowl-treats_23-2148949588.jpg", imageAlt: "Happy pet lifestyle"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowls-set-with-pet-accessories-still-life-concept_23-2148949613.jpg",
|
||||
imageAlt: "Pet supplies assortment",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pet-accessories-still-life-concept-with-various-grooming-objects-treats_23-2148949575.jpg",
|
||||
imageAlt: "Pet accessories still life concept with various grooming objects and treats",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-pet-accessories-still-life-concept_23-2148949612.jpg",
|
||||
imageAlt: "Cute pet accessories still life concept",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pet-accessories-still-life-with-various-toys-objects_23-2148949557.jpg",
|
||||
imageAlt: "Pet accessories still life with various toys and objects",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bowls-set-with-pet-accessories-still-life-concept_23-2148949613.jpg", imageAlt: "Pet supplies assortment"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -101,9 +74,7 @@ export default function LandingPage() {
|
||||
tag="Our Story"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-dog-collars-shop_107420-95956.jpg"
|
||||
imageAlt="Our welcoming boutique"
|
||||
@@ -116,26 +87,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Nutrition",
|
||||
title: "Healthy Diets",
|
||||
subtitle: "Clean ingredients",
|
||||
description: "High-protein recipes without fillers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dog-accessories_23-2150959977.jpg",
|
||||
},
|
||||
tag: "Nutrition", title: "Healthy Diets", subtitle: "Clean ingredients", description: "High-protein recipes without fillers.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dog-accessories_23-2150959977.jpg"},
|
||||
{
|
||||
tag: "Play",
|
||||
title: "Engaging Toys",
|
||||
subtitle: "Built to last",
|
||||
description: "Safe, durable toys for active fun.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-pet-accessories-still-life-concept_23-2148949589.jpg",
|
||||
},
|
||||
tag: "Play", title: "Engaging Toys", subtitle: "Built to last", description: "Safe, durable toys for active fun.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-pet-accessories-still-life-concept_23-2148949589.jpg"},
|
||||
{
|
||||
tag: "Comfort",
|
||||
title: "Cozy Living",
|
||||
subtitle: "Sweet dreams",
|
||||
description: "Orthopedic beds for ultimate comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-sleeping-ai-generated_23-2150651576.jpg",
|
||||
},
|
||||
tag: "Comfort", title: "Cozy Living", subtitle: "Sweet dreams", description: "Orthopedic beds for ultimate comfort.", imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-sleeping-ai-generated_23-2150651576.jpg"},
|
||||
]}
|
||||
title="Why Pets Love Us"
|
||||
description="Everything we offer is selected to provide joy, comfort, and health."
|
||||
@@ -150,41 +106,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Premium Kibble",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-crackers-pillow-cookies-with-rusks-notepad-white-surface_140725-66058.jpg",
|
||||
},
|
||||
id: "p1", name: "Premium Kibble", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-crackers-pillow-cookies-with-rusks-notepad-white-surface_140725-66058.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Grooming Brush",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-with-glove-holding-sponge-with-foam-copy-pace_23-2148705111.jpg",
|
||||
},
|
||||
id: "p2", name: "Grooming Brush", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/hand-with-glove-holding-sponge-with-foam-copy-pace_23-2148705111.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Leather Leash",
|
||||
price: "$32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pet-accessories_23-2150930394.jpg",
|
||||
},
|
||||
id: "p3", name: "Leather Leash", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pet-accessories_23-2150930394.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Organic Shampoo",
|
||||
price: "$22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721391.jpg",
|
||||
},
|
||||
id: "p4", name: "Organic Shampoo", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721391.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Laser Play Toy",
|
||||
price: "$25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-couch-with-dog_23-2149054153.jpg",
|
||||
},
|
||||
id: "p5", name: "Laser Play Toy", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-couch-with-dog_23-2149054153.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Comfort Bed",
|
||||
price: "$55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-bed-with-gift-cat_23-2147622962.jpg",
|
||||
},
|
||||
id: "p6", name: "Comfort Bed", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/woman-bed-with-gift-cat_23-2147622962.jpg"},
|
||||
]}
|
||||
title="Our Top Supplies"
|
||||
description="Hand-picked essentials for your pets."
|
||||
@@ -196,30 +128,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-enters-coffee-shop-with-his-golden-retriever-handsome-guy-petting-dog_1258-245328.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-enters-coffee-shop-with-his-golden-retriever-handsome-guy-petting-dog_1258-245328.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David Clark",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mom-daughter-with-dog-outdoor_624325-1991.jpg",
|
||||
},
|
||||
id: "t2", name: "David Clark", imageSrc: "http://img.b2bpic.net/free-photo/mom-daughter-with-dog-outdoor_624325-1991.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emma Wright",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-light-hair-white-dress-sunny-forest-with-her-boyfriend-dog_1157-13995.jpg",
|
||||
},
|
||||
id: "t3", name: "Emma Wright", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-light-hair-white-dress-sunny-forest-with-her-boyfriend-dog_1157-13995.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Liam Scott",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/little-pedigree-pet-takes-rest-home-woman-s-hands-happy-animal-owner-poses-with-her-new-friend-glad-after-vet-examining-that-dog-is-healthy_273609-34449.jpg",
|
||||
},
|
||||
id: "t4", name: "Liam Scott", imageSrc: "http://img.b2bpic.net/free-photo/little-pedigree-pet-takes-rest-home-woman-s-hands-happy-animal-owner-poses-with-her-new-friend-glad-after-vet-examining-that-dog-is-healthy_273609-34449.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Nina Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendship-man-beige-turtleneck-resting-park-with-his-pet_259150-57242.jpg",
|
||||
},
|
||||
id: "t5", name: "Nina Patel", imageSrc: "http://img.b2bpic.net/free-photo/friendship-man-beige-turtleneck-resting-park-with-his-pet_259150-57242.jpg"},
|
||||
]}
|
||||
cardTitle="What Pet Parents Say"
|
||||
cardTag="Happy Tails"
|
||||
@@ -233,20 +150,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What is your return policy?",
|
||||
content: "You can return unused products within 30 days.",
|
||||
},
|
||||
id: "f1", title: "What is your return policy?", content: "You can return unused products within 30 days."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you ship worldwide?",
|
||||
content: "We currently ship throughout the country.",
|
||||
},
|
||||
id: "f2", title: "Do you ship worldwide?", content: "We currently ship throughout the country."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are your treats organic?",
|
||||
content: "Yes, our pet food is sourced from high-quality farms.",
|
||||
},
|
||||
id: "f3", title: "Are your treats organic?", content: "Yes, our pet food is sourced from high-quality farms."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Here to help you care for your pet."
|
||||
@@ -261,20 +169,12 @@ export default function LandingPage() {
|
||||
description="Drop us a line if you have questions."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Email"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
}}
|
||||
name: "message", placeholder: "How can we help?"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-with-dog_23-2148861621.jpg"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
@@ -284,13 +184,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Pet Empire"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user