Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -79,7 +79,7 @@ export default function CoffeePage() {
|
|||||||
{
|
{
|
||||||
id: "01",
|
id: "01",
|
||||||
title: "Expert Brewing",
|
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",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140052116-ugc31hy1.jpg",
|
||||||
imageAlt: "Professional coffee brewing"
|
imageAlt: "Professional coffee brewing"
|
||||||
},
|
},
|
||||||
@@ -299,4 +299,4 @@ export default function CoffeePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user