From 086ced1c298e0f3df471cb799ecb01a37d6a20fd Mon Sep 17 00:00:00 2001 From: development Date: Thu, 25 Dec 2025 15:58:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0240f92..9481488 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Order Now", + text: "Order Now - $45", href: "contact" }} /> @@ -92,21 +92,21 @@ export default function LandingPage() { { id: "1", name: "Single Origin Espresso", - price: "$4.50", + price: "$45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766669020152-7lol4evi.jpg", imageAlt: "Rich espresso shot" }, { id: "2", name: "Silky Cappuccino", - price: "$5.50", + price: "$45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766669024641-xdzx7wx8.jpg", imageAlt: "Creamy cappuccino with latte art" }, { id: "3", name: "Cold Brew Delight", - price: "$5.00", + price: "$45", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766669025552-45dtt24c.jpg", imageAlt: "Refreshing cold brew coffee" } -- 2.49.1