Update src/app/page.tsx

This commit is contained in:
2026-05-07 11:52:48 +00:00
parent 967e524615
commit 5e01819ef3

View File

@@ -31,18 +31,9 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "About",
id: "#about",
},
{
name: "Shop",
id: "#products",
},
{
name: "Contact",
id: "#contact",
},
{ name: "About", id: "#about" },
{ name: "Shop", id: "#products" },
{ name: "Contact", id: "#contact" },
]}
brandName="Hungry Dog"
/>
@@ -50,32 +41,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Real Food for Real Dogs"
description="Nourish your best friend with premium, wholesome ingredients delivered straight to your door."
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-adorable-golden-retriever-portrait_181624-60577.jpg",
imageAlt: "Healthy happy dog",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bowls-with-pet-food-floor_23-2147799865.jpg",
imageAlt: "Dog enjoying healthy meal",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-white-wooden-surface_1150-42117.jpg",
imageAlt: "Fresh dog food ingredients",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-border-collie-dog-running-field_181624-25844.jpg",
imageAlt: "Playing golden retriever",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-pet-food-composition_23-2148982346.jpg",
imageAlt: "Bag of premium kibble",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-adorable-golden-retriever-portrait_181624-60577.jpg", imageAlt: "Healthy happy dog" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bowls-with-pet-food-floor_23-2147799865.jpg", imageAlt: "Dog enjoying healthy meal" },
{ imageSrc: "http://img.b2bpic.net/free-photo/healthy-fresh-pet-food-ingredients-white-wooden-surface_1150-42117.jpg", imageAlt: "Fresh dog food ingredients" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-border-collie-dog-running-field_181624-25844.jpg", imageAlt: "Playing golden retriever" },
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-pet-food-composition_23-2148982346.jpg", imageAlt: "Bag of premium kibble" },
]}
mediaAnimation="slide-up"
/>
@@ -85,7 +59,6 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={true}
title="Why Choose Hungry Dog?"
description="We are dedicated to pet wellness, providing vet-formulated meals that balance nutrition with taste. Our mission is to keep your furry friends happy, healthy, and full of energy for years to come."
/>
</div>
@@ -95,21 +68,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
icon: Shield,
title: "Vet Approved",
description: "Formulated by experts.",
},
{
icon: Zap,
title: "Energy Boost",
description: "Grain-free and nutrient dense.",
},
{
icon: CheckCircle,
title: "Non-GMO",
description: "Only the cleanest ingredients.",
},
{ icon: Shield, title: "Vet Approved", description: "Formulated by experts." },
{ icon: Zap, title: "Energy Boost", description: "Grain-free and nutrient dense." },
{ icon: CheckCircle, title: "Non-GMO", description: "Only the cleanest ingredients." },
]}
title="Our Promise"
description="We believe your dog deserves human-grade nutrition."
@@ -123,60 +84,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{
id: "p1",
brand: "Hungry Dog",
name: "Chicken & Rice",
price: "$45.00",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/beagle-staring-bowl-dog-food_23-2151988929.jpg",
},
{
id: "p2",
brand: "Hungry Dog",
name: "Beef & Sweet Potato",
price: "$48.00",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pet-accessories_23-2150930398.jpg",
},
{
id: "p3",
brand: "Hungry Dog",
name: "Salmon Delight",
price: "$52.00",
rating: 4,
reviewCount: "88",
imageSrc: "http://img.b2bpic.net/free-photo/cocker-spaniel-eating-birthday-cake-home_1303-27277.jpg",
},
{
id: "p4",
brand: "Hungry Dog",
name: "Puppy Formula",
price: "$42.00",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/orange-bowl-crackers-marble_114579-63110.jpg",
},
{
id: "p5",
brand: "Hungry Dog",
name: "Senior Blend",
price: "$46.00",
rating: 5,
reviewCount: "72",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-pads-cornflakes-white-bowl-stone-surface_114579-83108.jpg",
},
{
id: "p6",
brand: "Hungry Dog",
name: "Active Dog Mix",
price: "$50.00",
rating: 4,
reviewCount: "65",
imageSrc: "http://img.b2bpic.net/free-photo/dog-enjoying-healthy-meal-with-fresh-ingredients_23-2151988907.jpg",
},
{ id: "p1", brand: "Hungry Dog", name: "Chicken & Rice", price: "$45.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/beagle-staring-bowl-dog-food_23-2151988929.jpg" },
{ id: "p2", brand: "Hungry Dog", name: "Beef & Sweet Potato", price: "$48.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pet-accessories_23-2150930398.jpg" },
{ id: "p3", brand: "Hungry Dog", name: "Salmon Delight", price: "$52.00", rating: 4, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/cocker-spaniel-eating-birthday-cake-home_1303-27277.jpg" },
{ id: "p4", brand: "Hungry Dog", name: "Puppy Formula", price: "$42.00", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/orange-bowl-crackers-marble_114579-63110.jpg" },
{ id: "p5", brand: "Hungry Dog", name: "Senior Blend", price: "$46.00", rating: 5, reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-pads-cornflakes-white-bowl-stone-surface_114579-83108.jpg" },
{ id: "p6", brand: "Hungry Dog", name: "Active Dog Mix", price: "$50.00", rating: 4, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/dog-enjoying-healthy-meal-with-fresh-ingredients_23-2151988907.jpg" },
]}
title="Shop Our Favorites"
description="Nutritious blends for dogs of all ages."
@@ -190,21 +103,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "10k+",
description: "Happy Dogs Served",
},
{
id: "m2",
value: "500+",
description: "Vet Partners",
},
{
id: "m3",
value: "100%",
description: "Natural Ingredients",
},
{ id: "m1", value: "10k+", description: "Happy Dogs Served" },
{ id: "m2", value: "500+", description: "Vet Partners" },
{ id: "m3", value: "100%", description: "Natural Ingredients" },
]}
title="By The Numbers"
description="Growing healthy dogs one bowl at a time."
@@ -218,26 +119,11 @@ export default function LandingPage() {
rating={5}
author="Jane Doe"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-bearded-man-business-clothes-looking-camera_171337-11392.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/joyful-young-caucasian-girl-with-pixie-haircut-clenching-fists-isolated-purple-background-with-copy-space_141793-88068.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/happy-bearded-man-business-clothes-looking-camera_171337-11392.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/joyful-young-caucasian-girl-with-pixie-haircut-clenching-fists-isolated-purple-background-with-copy-space_141793-88068.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", alt: "Customer 5" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -247,18 +133,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get in touch"
title="Need Help?"
description="Have questions about our blends? Contact us today."
buttons={[
{
text: "Email Us",
href: "mailto:hello@hungrydog.com",
},
]}
buttons={[{ text: "Email Us", href: "mailto:hello@hungrydog.com" }]}
/>
</div>