5 Commits

Author SHA1 Message Date
8265f506b5 Update src/app/page.tsx 2025-12-25 16:33:05 +00:00
1b57f21a21 Update src/app/page.tsx 2025-12-25 16:28:20 +00:00
a66bc50967 Update src/app/page.tsx 2025-12-25 16:26:29 +00:00
14d26098a1 Update src/app/page.tsx 2025-12-25 16:24:00 +00:00
d4b3f3f3fb Update src/app/page.tsx 2025-12-25 16:22:21 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -152,7 +152,6 @@ export default function CoffeePage() {
id: "1",
name: "Morning Croissant",
price: "$5.99",
rating: 4.8,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766573458620-djq2znw8.jpg",
imageAlt: "Butter Croissant"
},
@@ -160,7 +159,6 @@ export default function CoffeePage() {
id: "2",
name: "Caprese Sandwich",
price: "$9.99",
rating: 4.9,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414396263-ecaeakat.jpg",
imageAlt: "Fresh Caprese Sandwich"
},
@@ -168,7 +166,6 @@ export default function CoffeePage() {
id: "3",
name: "Chocolate Cake",
price: "$6.99",
rating: 4.7,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766573460458-6fck1vod.jpg",
imageAlt: "Rich Chocolate Cake"
}