9 Commits

Author SHA1 Message Date
bdd371fa67 Merge version_5 into main
Merge version_5 into main
2026-03-24 03:59:53 +00:00
ba53639876 Update src/app/page.tsx 2026-03-24 03:59:47 +00:00
2de598871a Merge version_4 into main
Merge version_4 into main
2026-03-24 03:55:36 +00:00
d11c255a72 Update src/app/page.tsx 2026-03-24 03:55:33 +00:00
683f2b31c8 Merge version_3 into main
Merge version_3 into main
2026-03-24 03:54:42 +00:00
569377c943 Update src/app/page.tsx 2026-03-24 03:54:39 +00:00
1dc5aa08ec Merge version_2 into main
Merge version_2 into main
2026-03-24 03:53:02 +00:00
ba7e1c748f Update src/app/page.tsx 2026-03-24 03:52:59 +00:00
e221d12c96 Merge version_1 into main
Merge version_1 into main
2026-03-24 03:51:33 +00:00

View File

@@ -32,31 +32,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Products", name: "Products", id: "products"},
id: "products",
},
{ {
name: "Benefits", name: "Benefits", id: "features"},
id: "features",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Spinach Nuggets Co." brandName="Spinach Nuggets Co."
button={{ button={{
text: "Order Now", text: "Order Now", href: "https://wa.me/yourwhatsappnumber?text=Hi! I'd like to order your delicious spinach nuggets!"}}
href: "https://wa.me/yourwhatsappnumber?text=Hi! I'd like to order your delicious spinach nuggets!",
}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -65,64 +53,42 @@ export default function LandingPage() {
<HeroBillboardTestimonial <HeroBillboardTestimonial
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
title="Crispy Spinach Nuggets, Guilt-Free Goodness" title="Crispy Spinach Nuggets, Guilt-Free Goodness"
description="Fresh, healthy nuggets packed with spinach nutrition. Order now and save 20% on your first item—plus discover our protein-rich burgers and refreshing lemon tea" description="Savor our signature Crispy Spinach Nuggets—fresh, healthy, and delicious. Complement your meal with our protein-rich burgers and refreshing lemon tea."
testimonials={[ testimonials={[
{ {
name: "Sarah J.", name: "Sarah J.", handle: "@sarah_health", testimonial: "Absolutely love these nuggets! A perfect healthy snack.", rating: 5,
handle: "@sarah_health",
testimonial: "Absolutely love these nuggets! A perfect healthy snack.",
rating: 5,
}, },
{ {
name: "Mike L.", name: "Mike L.", handle: "@fitfoodie", testimonial: "Delicious and guilt-free. My new favorite pre-order.", rating: 5,
handle: "@fitfoodie",
testimonial: "Delicious and guilt-free. My new favorite pre-order.",
rating: 5,
}, },
{ {
name: "Emily P.", name: "Emily P.", handle: "@green_eats", testimonial: "The lemon tea is so refreshing! Great combo with the nuggets.", rating: 5,
handle: "@green_eats",
testimonial: "The lemon tea is so refreshing! Great combo with the nuggets.",
rating: 5,
}, },
{ {
name: "Chris B.", name: "Chris B.", handle: "@student_meals", testimonial: "Convenient and tasty for my busy study schedule.", rating: 5,
handle: "@student_meals",
testimonial: "Convenient and tasty for my busy study schedule.",
rating: 5,
}, },
]} ]}
testimonialRotationInterval={5000} testimonialRotationInterval={5000}
tag="20% OFF Your First Item!"
tagIcon={Tag}
tagAnimation="blur-reveal"
buttons={[ buttons={[
{ {
text: "Order via WhatsApp", text: "Claim 20% OFF via WhatsApp", href: "https://wa.me/yourwhatsappnumber?text=Hi! I'd like to order your delicious spinach nuggets!"},
href: "https://wa.me/yourwhatsappnumber?text=Hi! I'd like to order your delicious spinach nuggets!",
},
{ {
text: "Order via Instagram", text: "Order via Instagram", href: "https://instagram.com/yourinstagramhandle"},
href: "https://instagram.com/yourinstagramhandle",
},
]} ]}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-beautiful-smiling-girl-sitting-cafe-sun-rays_176420-5916.jpg", src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-beautiful-smiling-girl-sitting-cafe-sun-rays_176420-5916.jpg", alt: "Satisfied customer Sarah"},
alt: "Satisfied customer Sarah",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Happy customer Alex"},
alt: "Happy customer Alex",
},
{ {
src: "http://img.b2bpic.net/free-photo/friendly-looking-positive-afro-american-stylish-man-with-funky-hair-bristle-smiling-broadly_273609-14041.jpg", src: "http://img.b2bpic.net/free-photo/friendly-looking-positive-afro-american-stylish-man-with-funky-hair-bristle-smiling-broadly_273609-14041.jpg", alt: "Verified customer Emily"},
alt: "Verified customer Emily",
},
{ {
src: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2435.jpg", src: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2435.jpg", alt: "Happy customer David"},
alt: "Happy customer David",
},
]} ]}
avatarText="Join 5000+ happy customers!" avatarText="Join 5000+ happy customers!"
imageSrc="http://img.b2bpic.net/free-photo/homemade-crispbread-toast-with-cottage-cheese-green-olives-slices-cabbage-tomatoes-corn-green-pepper-cutting-board-healthy-food-concept-top-view-flat-lay_114579-1332.jpg" imageSrc="http://img.b2bpic.net/free-photo/homemade-crispbread-toast-with-cottage-cheese-green-olives-slices-cabbage-tomatoes-corn-green-pepper-cutting-board-healthy-food-concept-top-view-flat-lay_114579-1332.jpg"
@@ -138,9 +104,7 @@ export default function LandingPage() {
title="Nourishing Your Busy Lifestyle" title="Nourishing Your Busy Lifestyle"
buttons={[ buttons={[
{ {
text: "Learn More", text: "Learn More", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -153,26 +117,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "spinach-nuggets", id: "spinach-nuggets", name: "Crispy Spinach Nuggets", price: "$9.99 (20% off first item!)", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-giving-groceries-order-customer_23-2149950113.jpg", imageAlt: "Crispy Spinach Nuggets"},
name: "Crispy Spinach Nuggets",
price: "$9.99 (20% off first item!)",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-giving-groceries-order-customer_23-2149950113.jpg",
imageAlt: "Crispy Spinach Nuggets",
},
{ {
id: "healthy-burger", id: "healthy-burger", name: "Protein-Rich Healthy Burger", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-chicken-burger-cheese-tomato-red-onion-wooden-table_2829-19629.jpg", imageAlt: "Protein-Rich Healthy Burger"},
name: "Protein-Rich Healthy Burger",
price: "$12.99",
imageSrc: "http://img.b2bpic.net/free-photo/big-sandwich-hamburger-with-juicy-chicken-burger-cheese-tomato-red-onion-wooden-table_2829-19629.jpg",
imageAlt: "Protein-Rich Healthy Burger",
},
{ {
id: "lemon-tea", id: "lemon-tea", name: "Refreshing Lemon Tea", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/glass-iced-cockteil-with-lemon-wooden-table_176474-120133.jpg", imageAlt: "Refreshing Lemon Tea"},
name: "Refreshing Lemon Tea",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/glass-iced-cockteil-with-lemon-wooden-table_176474-120133.jpg",
imageAlt: "Refreshing Lemon Tea",
},
]} ]}
title="Our Healthy Delights" title="Our Healthy Delights"
description="Discover our range of nutritious and delicious meal options, crafted for your well-being." description="Discover our range of nutritious and delicious meal options, crafted for your well-being."
@@ -186,36 +135,18 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "fresh-ingredients", id: "fresh-ingredients", label: "Quality", title: "Fresh & Local Ingredients", items: [
label: "Quality", "Sourced daily", "Premium quality", "No artificial additives"],
title: "Fresh & Local Ingredients",
items: [
"Sourced daily",
"Premium quality",
"No artificial additives",
],
buttons: [], buttons: [],
}, },
{ {
id: "convenient-ordering", id: "convenient-ordering", label: "Ease", title: "Quick & Seamless Ordering", items: [
label: "Ease", "Direct WhatsApp/Instagram", "Fast pre-orders", "Mobile-friendly experience"],
title: "Quick & Seamless Ordering",
items: [
"Direct WhatsApp/Instagram",
"Fast pre-orders",
"Mobile-friendly experience",
],
buttons: [], buttons: [],
}, },
{ {
id: "nutritious-value", id: "nutritious-value", label: "Health", title: "Packed with Nutrition", items: [
label: "Health", "High in vitamins", "Lean protein options", "Guilt-free indulgence"],
title: "Packed with Nutrition",
items: [
"High in vitamins",
"Lean protein options",
"Guilt-free indulgence",
],
buttons: [], buttons: [],
}, },
]} ]}
@@ -231,39 +162,21 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "first-item-discount", id: "first-item-discount", badge: "Special Offer", badgeIcon: Sparkles,
badge: "Special Offer", price: "20% OFF", name: "On Your First Item", features: [
badgeIcon: Sparkles, "Applies to any single item", "New customers only", "Automatically applied via WhatsApp/Instagram"],
price: "20% OFF",
name: "On Your First Item",
features: [
"Applies to any single item",
"New customers only",
"Automatically applied via WhatsApp/Instagram",
],
buttons: [ buttons: [
{ {
text: "Claim Discount", text: "Claim Discount", href: "https://wa.me/yourwhatsappnumber?text=Hello! I'd like to claim my 20% discount on my first order!"},
href: "https://wa.me/yourwhatsappnumber?text=Hello! I'd like to claim my 20% discount on my first order!",
},
], ],
}, },
{ {
id: "bundle-deal", id: "bundle-deal", badge: "Best Value", badgeIcon: Tag,
badge: "Best Value", price: "Coming Soon", name: "Healthy Combo Deals", features: [
badgeIcon: Tag, "Nuggets + Burger + Tea", "Exclusive bundle pricing", "Save more with combos"],
price: "Coming Soon",
name: "Healthy Combo Deals",
features: [
"Nuggets + Burger + Tea",
"Exclusive bundle pricing",
"Save more with combos",
],
buttons: [ buttons: [
{ {
text: "Notify Me", text: "Notify Me", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -279,47 +192,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Aisha K.", handle: "@aisha_fit", testimonial: "These spinach nuggets are a game-changer for my busy lunch breaks! So fresh and delicious.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-woman-looking-camera-showing-thumb-up-pointing-side-isolated-blue-background_141793-138910.jpg?_wi=1"},
name: "Aisha K.",
handle: "@aisha_fit",
testimonial: "These spinach nuggets are a game-changer for my busy lunch breaks! So fresh and delicious.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-woman-looking-camera-showing-thumb-up-pointing-side-isolated-blue-background_141793-138910.jpg?_wi=1",
},
{ {
id: "t2", id: "t2", name: "Ben T.", handle: "@ben_eats", testimonial: "The healthy burger is surprisingly tasty and filling. A perfect post-gym meal.", imageSrc: "http://img.b2bpic.net/free-photo/college-students-cramming-outdoor_23-2149649375.jpg?_wi=1"},
name: "Ben T.",
handle: "@ben_eats",
testimonial: "The healthy burger is surprisingly tasty and filling. A perfect post-gym meal.",
imageSrc: "http://img.b2bpic.net/free-photo/college-students-cramming-outdoor_23-2149649375.jpg?_wi=1",
},
{ {
id: "t3", id: "t3", name: "Chloe S.", handle: "@chloe_student", testimonial: "Finally, healthy fast food! The lemon tea is also a must-have, so refreshing.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-afro-american-woman-raises-fists-anticipates-something-good-happen-feels-overjoyed-closes-eyes-with-great-desire-hear-results-dressed-casual-striped-jumper-isolated-green-wall_273609-47960.jpg"},
name: "Chloe S.",
handle: "@chloe_student",
testimonial: "Finally, healthy fast food! The lemon tea is also a must-have, so refreshing.",
imageSrc: "http://img.b2bpic.net/free-photo/joyful-afro-american-woman-raises-fists-anticipates-something-good-happen-feels-overjoyed-closes-eyes-with-great-desire-hear-results-dressed-casual-striped-jumper-isolated-green-wall_273609-47960.jpg",
},
{ {
id: "t4", id: "t4", name: "Daniel M.", handle: "@daniel_wellness", testimonial: "The WhatsApp ordering is incredibly convenient. Fast service and great food quality.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-chicken-slices-with-mushed-potatoes-tasty-word-brown-table-dish-pepper-meat-meal-dinner_140725-104607.jpg"},
name: "Daniel M.",
handle: "@daniel_wellness",
testimonial: "The WhatsApp ordering is incredibly convenient. Fast service and great food quality.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-chicken-slices-with-mushed-potatoes-tasty-word-brown-table-dish-pepper-meat-meal-dinner_140725-104607.jpg",
},
{ {
id: "t5", id: "t5", name: "Eva R.", handle: "@eva_healthy", testimonial: "Love the 20% discount on my first order. Tried the nuggets, definitely ordering again!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-woman-looking-camera-showing-thumb-up-pointing-side-isolated-blue-background_141793-138910.jpg?_wi=2"},
name: "Eva R.",
handle: "@eva_healthy",
testimonial: "Love the 20% discount on my first order. Tried the nuggets, definitely ordering again!",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-woman-looking-camera-showing-thumb-up-pointing-side-isolated-blue-background_141793-138910.jpg?_wi=2",
},
{ {
id: "t6", id: "t6", name: "Frank G.", handle: "@frank_food", testimonial: "Transparent pricing and quality ingredients. This is exactly what I was looking for.", imageSrc: "http://img.b2bpic.net/free-photo/college-students-cramming-outdoor_23-2149649375.jpg?_wi=2"},
name: "Frank G.",
handle: "@frank_food",
testimonial: "Transparent pricing and quality ingredients. This is exactly what I was looking for.",
imageSrc: "http://img.b2bpic.net/free-photo/college-students-cramming-outdoor_23-2149649375.jpg?_wi=2",
},
]} ]}
title="What Our Customers Say" title="What Our Customers Say"
description="Hear from health-conscious individuals who love our delicious and convenient meals." description="Hear from health-conscious individuals who love our delicious and convenient meals."
@@ -332,8 +215,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Ready to Order?" tag="Ready to Order?"
title="Order Your Healthy Meal Today!" title="Order Your Healthy Meal Today!"
description="Connect with us directly on WhatsApp or Instagram for quick orders and inquiries." description="Connect with us directly on WhatsApp or Instagram for quick orders and inquiries."
@@ -355,23 +237,17 @@ export default function LandingPage() {
socialLinks={[ socialLinks={[
{ {
icon: Instagram, icon: Instagram,
href: "https://instagram.com/yourinstagramhandle", href: "https://instagram.com/yourinstagramhandle", ariaLabel: "Instagram"},
ariaLabel: "Instagram",
},
{ {
icon: Mail, icon: Mail,
href: "mailto:info@spinachnuggets.com", href: "mailto:info@spinachnuggets.com", ariaLabel: "Email"},
ariaLabel: "Email",
},
{ {
icon: MessageSquare, icon: MessageSquare,
href: "https://wa.me/yourwhatsappnumber", href: "https://wa.me/yourwhatsappnumber", ariaLabel: "WhatsApp"},
ariaLabel: "WhatsApp",
},
]} ]}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }