Update src/app/page.tsx

This commit is contained in:
2025-12-22 11:43:34 +00:00
parent 252f8bdcc0
commit a3b2056ed3

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -79,7 +79,7 @@ export default function CoffeePage() {
{
id: "01",
title: "Expert Brewing",
description: "Our baristas are trained in precision brewing techniques to extract the perfect cup ",
description: "Our baristas are trained in precision brewing techniques to extract the perfect cup ",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140052116-ugc31hy1.jpg",
imageAlt: "Professional coffee brewing"
},
@@ -299,4 +299,4 @@ export default function CoffeePage() {
</div>
</ThemeProvider>
);
}
}