From d11c255a72fe639a4201924e50341016cc88a715 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 03:55:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0284ba2..20bcf1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient"}} 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={[ { name: "Sarah J.", handle: "@sarah_health", testimonial: "Absolutely love these nuggets! A perfect healthy snack.", rating: 5, @@ -172,8 +172,8 @@ export default function LandingPage() { }, { id: "bundle-deal", badge: "Best Value", badgeIcon: Tag, - price: "Coming Soon", name: "Exciting New Combo Deals!", features: [ - "Discover gourmet healthy combos", "Exclusive bundle savings coming soon", "Sign up for early access & notifications!"], + price: "Coming Soon", name: "Healthy Combo Deals", features: [ + "Nuggets + Burger + Tea", "Exclusive bundle pricing", "Save more with combos"], buttons: [ { text: "Notify Me", href: "#"}, -- 2.49.1