Update src/app/page.tsx
This commit is contained in:
208
src/app/page.tsx
208
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="PetPal"
|
||||
/>
|
||||
@@ -54,33 +42,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Quality Care for Your Best Friends"
|
||||
description="Discover a curated selection of premium products designed to keep your animals healthy, happy, and vibrant. From nutrition to play, we provide only the best."
|
||||
tag="Trusted Pet Care"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-adorable-kooikerhondje-dog_181624-37636.jpg",
|
||||
imageAlt: "happy golden retriever playing outside",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-hipster-guy-talking-with-his-dog-looking-skeptical-gesturing-having-conversation-with-c_1258-154027.jpg",
|
||||
imageAlt: "fluffy cat looking curious photography",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-adorable-kooikerhondje-dog_181624-55413.jpg",
|
||||
imageAlt: "Selective focus shot of an adorable Kooikerhondje dog",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-white-black-havanese-dog_181624-29172.jpg",
|
||||
imageAlt: "Selective focus shot of white and black Havanese dog",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fluffy-puppy-sitting-looking-camera-indoors-generated-by-ai_188544-40047.jpg",
|
||||
imageAlt: "Fluffy puppy sitting looking at camera indoors generated by AI",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-adorable-kooikerhondje-dog_181624-37636.jpg", imageAlt: "happy golden retriever playing outside" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/image-hipster-guy-talking-with-his-dog-looking-skeptical-gesturing-having-conversation-with-c_1258-154027.jpg", imageAlt: "fluffy cat looking curious photography" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -102,21 +70,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Organic Nutrition",
|
||||
description: "100% natural, ethically sourced ingredients for a healthier lifestyle.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-pet-food-assortment_23-2148982365.jpg",
|
||||
},
|
||||
{
|
||||
title: "Expert Care Tools",
|
||||
description: "Professional-grade grooming supplies for daily health maintenance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-zero-waste-concept_23-2148591668.jpg",
|
||||
},
|
||||
{
|
||||
title: "Ultimate Comfort",
|
||||
description: "Premium bedding and sanctuaries for peaceful sleep and rest.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soft-pastel-hues-room-children_23-2151690393.jpg",
|
||||
},
|
||||
{ title: "Organic Nutrition", description: "100% natural, ethically sourced ingredients for a healthier lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-pet-food-assortment_23-2148982365.jpg" },
|
||||
{ title: "Expert Care Tools", description: "Professional-grade grooming supplies for daily health maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-zero-waste-concept_23-2148591668.jpg" },
|
||||
{ title: "Ultimate Comfort", description: "Premium bedding and sanctuaries for peaceful sleep and rest.", imageSrc: "http://img.b2bpic.net/free-photo/soft-pastel-hues-room-children_23-2151690393.jpg" },
|
||||
]}
|
||||
title="Why Choose PetPal"
|
||||
description="We believe every animal deserves the highest standard of care and quality supplies."
|
||||
@@ -130,42 +86,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Organic Kibble",
|
||||
price: "$29",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-beans-with-pomegranate-seeds-salt-burlap_114579-31669.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Playful Toy",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-small-striped-bengal-kitten-sitting-playing-with-blue-toy_181624-14353.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Cat Treats",
|
||||
price: "$8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-wooden-board-full-healthy-cereal-rings-with-slice-orange-fruit_114579-87627.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Leather Collar",
|
||||
price: "$22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-with-owner-pet-shop_23-2148872545.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Plush Bed",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lovely-dog-woman_23-2148777102.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Bird Feed",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-coffee-beans-jug-with-rice-cakes-ropes-yellow-background-horizontal_176474-63871.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Organic Kibble", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/bowl-beans-with-pomegranate-seeds-salt-burlap_114579-31669.jpg" },
|
||||
{ id: "p2", name: "Playful Toy", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/cute-small-striped-bengal-kitten-sitting-playing-with-blue-toy_181624-14353.jpg" },
|
||||
{ id: "p3", name: "Cat Treats", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/blue-wooden-board-full-healthy-cereal-rings-with-slice-orange-fruit_114579-87627.jpg" },
|
||||
{ id: "p4", name: "Leather Collar", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-with-owner-pet-shop_23-2148872545.jpg" },
|
||||
{ id: "p5", name: "Plush Bed", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lovely-dog-woman_23-2148777102.jpg" },
|
||||
{ id: "p6", name: "Bird Feed", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-coffee-beans-jug-with-rice-cakes-ropes-yellow-background-horizontal_176474-63871.jpg" },
|
||||
]}
|
||||
title="Essentials for Your Pets"
|
||||
description="Hand-picked favorites to keep them active, healthy, and cozy."
|
||||
@@ -178,27 +104,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10K+",
|
||||
title: "Happy Pets",
|
||||
description: "Cared for animals",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-curly-european-tanned-woman-holds-happy-pet-dog-pomeranian-spitz_343596-1485.jpg",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Expert Partners",
|
||||
description: "Local specialists",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-couch-with-tablet-dog_23-2148861616.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "1.5K",
|
||||
title: "Products",
|
||||
description: "Available stock",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-little-dog-pet-shop-with-owner_23-2148872568.jpg",
|
||||
},
|
||||
{ id: "m1", value: "10K+", title: "Happy Pets", description: "Cared for animals", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-curly-european-tanned-woman-holds-happy-pet-dog-pomeranian-spitz_343596-1485.jpg" },
|
||||
{ id: "m2", value: "500+", title: "Expert Partners", description: "Local specialists", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girl-couch-with-tablet-dog_23-2148861616.jpg" },
|
||||
{ id: "m3", value: "1.5K", title: "Products", description: "Available stock", imageSrc: "http://img.b2bpic.net/free-photo/cute-little-dog-pet-shop-with-owner_23-2148872568.jpg" },
|
||||
]}
|
||||
title="Making an Impact"
|
||||
description="We are proud of the love and care we've shared with our animal community."
|
||||
@@ -212,48 +120,14 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Owner",
|
||||
company: "Happy Dog",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-photo-young-handsome-man-entrepreneur-working-cafe-laptop-while-his-dog-sits_1258-245283.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Owner",
|
||||
company: "Cozy Cat",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-teenage-girl-with-dog-pet-girl-playing-with-her-pet-dog-home_169016-67815.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily P.",
|
||||
role: "Owner",
|
||||
company: "Healthy Pet",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-blue-jacket-playing-with-little-dog_1157-32621.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "John B.",
|
||||
role: "Owner",
|
||||
company: "Best Friend",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-afro-american-woman-with-toothy-smile-holds-white-spitz-works-as-volunteer-finds-shelter-animals-wears-yellow-sweater_273609-34266.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alice M.",
|
||||
role: "Owner",
|
||||
company: "Pet Lover",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holds-his-dog-paw-hand-looks-happy-concept-petfriendly-cafe_1258-245264.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", role: "Owner", company: "Happy Dog", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-photo-young-handsome-man-entrepreneur-working-cafe-laptop-while-his-dog-sits_1258-245283.jpg" },
|
||||
{ id: "2", name: "Mark D.", role: "Owner", company: "Cozy Cat", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cute-teenage-girl-with-dog-pet-girl-playing-with-her-pet-dog-home_169016-67815.jpg" },
|
||||
{ id: "3", name: "Emily P.", role: "Owner", company: "Healthy Pet", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-blue-jacket-playing-with-little-dog_1157-32621.jpg" },
|
||||
{ id: "4", name: "John B.", role: "Owner", company: "Best Friend", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-afro-american-woman-with-toothy-smile-holds-white-spitz-works-as-volunteer-finds-shelter-animals-wears-yellow-sweater_273609-34266.jpg" },
|
||||
{ id: "5", name: "Alice M.", role: "Owner", company: "Pet Lover", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holds-his-dog-paw-hand-looks-happy-concept-petfriendly-cafe_1258-245264.jpg" },
|
||||
]}
|
||||
title="Loved by Pet Parents"
|
||||
description="Our customers love us."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -262,21 +136,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is the food organic?",
|
||||
content: "Yes, we prioritize natural and organic ingredients for optimal health.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer delivery?",
|
||||
content: "We offer local delivery within 5 miles of our shop.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I return items?",
|
||||
content: "Yes, unopened items can be returned within 30 days.",
|
||||
},
|
||||
{ id: "f1", title: "Is the food organic?", content: "Yes, we prioritize natural and organic ingredients for optimal health." },
|
||||
{ id: "f2", title: "Do you offer delivery?", content: "We offer local delivery within 5 miles of our shop." },
|
||||
{ id: "f3", title: "Can I return items?", content: "Yes, unopened items can be returned within 30 days." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -287,9 +149,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
text="Have questions? Our pet specialists are here to help you and your furry friends."
|
||||
/>
|
||||
</div>
|
||||
@@ -297,14 +157,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="PetPal"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Terms of Service", href: "#" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user