7 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

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
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. Also, 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.", 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,
@@ -76,7 +76,7 @@ export default function LandingPage() {
tagAnimation="blur-reveal" tagAnimation="blur-reveal"
buttons={[ buttons={[
{ {
text: "Order via WhatsApp", href: "https://wa.me/yourwhatsappnumber?text=Hi! I'd like to order your delicious spinach nuggets!"}, text: "Claim 20% OFF 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"},
]} ]}