Merge version_3 into main #2

Merged
development merged 3 commits from version_3 into main 2025-12-22 11:43:39 +00:00
Showing only changes of commit a3b2056ed3 - Show all commits

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>
);
}
}