From 85359fd24a056d1119b4b702adc7c831e0dd1c17 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 08:50:53 +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 6005790..0240f92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Order Now - $45", + text: "Order Now", href: "contact" }} /> @@ -92,21 +92,21 @@ export default function LandingPage() { { id: "1", name: "Single Origin Espresso", - price: "$45", + price: "$4.50", 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: "$45", + price: "$5.50", 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: "$45", + price: "$5.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766669025552-45dtt24c.jpg", imageAlt: "Refreshing cold brew coffee" }