Merge version_2 into main #2
224
src/app/page.tsx
224
src/app/page.tsx
@@ -32,31 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Benefits",
|
||||
id: "features",
|
||||
},
|
||||
name: "Benefits", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Spinach Nuggets Co."
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "https://wa.me/yourwhatsappnumber?text=Hi! I'd like to order your delicious spinach nuggets!",
|
||||
}}
|
||||
text: "Order Now", href: "https://wa.me/yourwhatsappnumber?text=Hi! I'd like to order your delicious spinach nuggets!"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -65,64 +53,42 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
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="Fresh, healthy nuggets packed with spinach. Also, discover our protein-rich burgers and refreshing lemon tea."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_health",
|
||||
testimonial: "Absolutely love these nuggets! A perfect healthy snack.",
|
||||
rating: 5,
|
||||
name: "Sarah J.", handle: "@sarah_health", testimonial: "Absolutely love these nuggets! A perfect healthy snack.", rating: 5,
|
||||
},
|
||||
{
|
||||
name: "Mike L.",
|
||||
handle: "@fitfoodie",
|
||||
testimonial: "Delicious and guilt-free. My new favorite pre-order.",
|
||||
rating: 5,
|
||||
name: "Mike L.", handle: "@fitfoodie", testimonial: "Delicious and guilt-free. My new favorite pre-order.", rating: 5,
|
||||
},
|
||||
{
|
||||
name: "Emily P.",
|
||||
handle: "@green_eats",
|
||||
testimonial: "The lemon tea is so refreshing! Great combo with the nuggets.",
|
||||
rating: 5,
|
||||
name: "Emily P.", handle: "@green_eats", testimonial: "The lemon tea is so refreshing! Great combo with the nuggets.", rating: 5,
|
||||
},
|
||||
{
|
||||
name: "Chris B.",
|
||||
handle: "@student_meals",
|
||||
testimonial: "Convenient and tasty for my busy study schedule.",
|
||||
rating: 5,
|
||||
name: "Chris B.", handle: "@student_meals", testimonial: "Convenient and tasty for my busy study schedule.", rating: 5,
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
tag="20% OFF Your First Item!"
|
||||
tagIcon={Tag}
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order via WhatsApp",
|
||||
href: "https://wa.me/yourwhatsappnumber?text=Hi! I'd like to order your delicious spinach nuggets!",
|
||||
},
|
||||
text: "Order via WhatsApp", href: "https://wa.me/yourwhatsappnumber?text=Hi! I'd like to order your delicious spinach nuggets!"},
|
||||
{
|
||||
text: "Order via Instagram",
|
||||
href: "https://instagram.com/yourinstagramhandle",
|
||||
},
|
||||
text: "Order via Instagram", href: "https://instagram.com/yourinstagramhandle"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
alt: "Happy customer Alex",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", 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",
|
||||
alt: "Verified customer Emily",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2435.jpg",
|
||||
alt: "Happy customer David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/hipster-model-with-long-hair_158595-2435.jpg", alt: "Happy customer David"},
|
||||
]}
|
||||
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"
|
||||
@@ -138,9 +104,7 @@ export default function LandingPage() {
|
||||
title="Nourishing Your Busy Lifestyle"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -153,26 +117,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Our Healthy Delights"
|
||||
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}
|
||||
features={[
|
||||
{
|
||||
id: "fresh-ingredients",
|
||||
label: "Quality",
|
||||
title: "Fresh & Local Ingredients",
|
||||
items: [
|
||||
"Sourced daily",
|
||||
"Premium quality",
|
||||
"No artificial additives",
|
||||
],
|
||||
id: "fresh-ingredients", label: "Quality", title: "Fresh & Local Ingredients", items: [
|
||||
"Sourced daily", "Premium quality", "No artificial additives"],
|
||||
buttons: [],
|
||||
},
|
||||
{
|
||||
id: "convenient-ordering",
|
||||
label: "Ease",
|
||||
title: "Quick & Seamless Ordering",
|
||||
items: [
|
||||
"Direct WhatsApp/Instagram",
|
||||
"Fast pre-orders",
|
||||
"Mobile-friendly experience",
|
||||
],
|
||||
id: "convenient-ordering", label: "Ease", title: "Quick & Seamless Ordering", items: [
|
||||
"Direct WhatsApp/Instagram", "Fast pre-orders", "Mobile-friendly experience"],
|
||||
buttons: [],
|
||||
},
|
||||
{
|
||||
id: "nutritious-value",
|
||||
label: "Health",
|
||||
title: "Packed with Nutrition",
|
||||
items: [
|
||||
"High in vitamins",
|
||||
"Lean protein options",
|
||||
"Guilt-free indulgence",
|
||||
],
|
||||
id: "nutritious-value", label: "Health", title: "Packed with Nutrition", items: [
|
||||
"High in vitamins", "Lean protein options", "Guilt-free indulgence"],
|
||||
buttons: [],
|
||||
},
|
||||
]}
|
||||
@@ -231,39 +162,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "first-item-discount",
|
||||
badge: "Special Offer",
|
||||
badgeIcon: Sparkles,
|
||||
price: "20% OFF",
|
||||
name: "On Your First Item",
|
||||
features: [
|
||||
"Applies to any single item",
|
||||
"New customers only",
|
||||
"Automatically applied via WhatsApp/Instagram",
|
||||
],
|
||||
id: "first-item-discount", badge: "Special Offer", badgeIcon: Sparkles,
|
||||
price: "20% OFF", name: "On Your First Item", features: [
|
||||
"Applies to any single item", "New customers only", "Automatically applied via WhatsApp/Instagram"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Claim Discount",
|
||||
href: "https://wa.me/yourwhatsappnumber?text=Hello! I'd like to claim my 20% discount on my first order!",
|
||||
},
|
||||
text: "Claim Discount", href: "https://wa.me/yourwhatsappnumber?text=Hello! I'd like to claim my 20% discount on my first order!"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "bundle-deal",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Tag,
|
||||
price: "Coming Soon",
|
||||
name: "Healthy Combo Deals",
|
||||
features: [
|
||||
"Nuggets + Burger + Tea",
|
||||
"Exclusive bundle pricing",
|
||||
"Save more with combos",
|
||||
],
|
||||
id: "bundle-deal", badge: "Best Value", badgeIcon: Tag,
|
||||
price: "Coming Soon", name: "Healthy Combo Deals", features: [
|
||||
"Nuggets + Burger + Tea", "Exclusive bundle pricing", "Save more with combos"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Notify Me",
|
||||
href: "#",
|
||||
},
|
||||
text: "Notify Me", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -279,47 +192,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from health-conscious individuals who love our delicious and convenient meals."
|
||||
@@ -332,8 +215,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready to Order?"
|
||||
title="Order Your Healthy Meal Today!"
|
||||
description="Connect with us directly on WhatsApp or Instagram for quick orders and inquiries."
|
||||
@@ -355,23 +237,17 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/yourinstagramhandle",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/yourinstagramhandle", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:info@spinachnuggets.com",
|
||||
ariaLabel: "Email",
|
||||
},
|
||||
href: "mailto:info@spinachnuggets.com", ariaLabel: "Email"},
|
||||
{
|
||||
icon: MessageSquare,
|
||||
href: "https://wa.me/yourwhatsappnumber",
|
||||
ariaLabel: "WhatsApp",
|
||||
},
|
||||
href: "https://wa.me/yourwhatsappnumber", ariaLabel: "WhatsApp"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user