From 116d5cbc43e386734ce1db659768fdb630fdbac1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 10:01:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1db1190..a3f78f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,7 +154,7 @@ export default function LandingPage() { id: "c-cheesecake", badge: "Signature", badgeIcon: Sparkles, price: "From $5.50/slice", subtitle: "Creamy, rich, and irresistible", buttons: [ { - text: "View Flavors", href: "#"}, + text: "Order Cake", href: "#"}, ], features: [ "New York Cheesecake", "Chocolate Swirl Cheesecake", "Blueberry Cheesecake", "Strawberry Cheesecake"], @@ -163,7 +163,7 @@ export default function LandingPage() { id: "c-creamcake", badge: "Classic", badgeIcon: Award, price: "From $4.90/slice", subtitle: "Velvety smooth and decadent", buttons: [ { - text: "Explore Options", href: "#"}, + text: "Customize & Order", href: "#"}, ], features: [ "Chocolate Cream Cake", "Vanilla Bean Cream Cake", "Mocha Cream Cake", "Black Forest Cake"], @@ -172,7 +172,7 @@ export default function LandingPage() { id: "c-chocolate", badge: "Indulgent", badgeIcon: Star, price: "From $5.00/slice", subtitle: "Pure chocolate bliss", buttons: [ { - text: "See More", href: "#"}, + text: "Order Cake", href: "#"}, ], features: [ "Fudge Brownie Cake", "Dark Chocolate Ganache", "Molten Lava Cake", "Chocolate Hazelnut Cake"], @@ -181,7 +181,7 @@ export default function LandingPage() { id: "c-fruittart", badge: "Fresh", badgeIcon: Leaf, price: "From $4.20/slice", subtitle: "Light, fresh, and fruity", buttons: [ { - text: "Discover Seasonal", href: "#"}, + text: "Customize & Order", href: "#"}, ], features: [ "Seasonal Fruit Tart", "Berry Tart", "Lemon Meringue Tart", "Apple Crumble Tart"], @@ -287,4 +287,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file