Update src/app/page.tsx

This commit is contained in:
2025-12-26 08:50:53 +00:00
parent fa454e3a12
commit 85359fd24a

View File

@@ -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"
}