1 Commits

Author SHA1 Message Date
fd04113c58 Update src/app/page.tsx 2025-12-28 11:17:21 +00:00

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -121,7 +121,6 @@ export default function LandingPage() {
id: "1", id: "1",
name: "Classic Espresso", name: "Classic Espresso",
price: "$3.50", price: "$3.50",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766920190905-afgbf22n.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766920190905-afgbf22n.jpg",
imageAlt: "Bold and rich espresso shot" imageAlt: "Bold and rich espresso shot"
}, },
@@ -129,7 +128,6 @@ export default function LandingPage() {
id: "2", id: "2",
name: "Silky Cappuccino", name: "Silky Cappuccino",
price: "$5.00", price: "$5.00",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766504472539-8fcfbdrv.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766504472539-8fcfbdrv.jpg",
imageAlt: "Creamy cappuccino with perfect foam" imageAlt: "Creamy cappuccino with perfect foam"
}, },
@@ -137,7 +135,6 @@ export default function LandingPage() {
id: "3", id: "3",
name: "Smooth Latte", name: "Smooth Latte",
price: "$5.50", price: "$5.50",
rating: 4,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766920191959-azsx4ig5.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766920191959-azsx4ig5.jpg",
imageAlt: "Smooth and creamy latte" imageAlt: "Smooth and creamy latte"
}, },
@@ -145,7 +142,6 @@ export default function LandingPage() {
id: "4", id: "4",
name: "Cold Brew", name: "Cold Brew",
price: "$4.50", price: "$4.50",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766920192796-cd28tqbs.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766920192796-cd28tqbs.jpg",
imageAlt: "Refreshing iced cold brew" imageAlt: "Refreshing iced cold brew"
} }
@@ -267,7 +263,6 @@ export default function LandingPage() {
} }
]} ]}
animationType="slide-up" animationType="slide-up"
speed={40}
/> />
</div> </div>