From a3b2056ed3c42e82dcc647178d3f7e1c8689bac4 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 22 Dec 2025 11:43:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 732fd28..3262545 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 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() { ); -} \ No newline at end of file +}