Update src/app/page.tsx

This commit is contained in:
2025-12-26 14:16:35 +00:00
parent 3818eadb3a
commit 5d95b996a5

View File

@@ -1,10 +1,10 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import MediaSplitAbout from '@/components/sections/about/MediaSplitAbout';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
@@ -78,7 +78,7 @@ export default function LandingPage() {
</div>
<div id="menu" data-section="menu">
<ProductCardThree
<ProductCardSeven
title="Our Menu"
description="Handcrafted beverages made with care and premium ingredients"
textboxLayout="default"
@@ -91,24 +91,21 @@ export default function LandingPage() {
name: "Classic Espresso",
price: "$3.50",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766757626429-ve9tnr36.jpg",
imageAlt: "Classic espresso shot",
initialQuantity: 1
imageAlt: "Classic espresso shot"
},
{
id: "2",
name: "Signature Latte",
price: "$5.00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766758400797-4e6y3l0g.jpg",
imageAlt: "Latte with latte art",
initialQuantity: 1
imageAlt: "Latte with latte art"
},
{
id: "3",
name: "Cold Brew Iced",
price: "$4.50",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766758402088-wj4zl5un.jpg",
imageAlt: "Refreshing iced cold brew",
initialQuantity: 1
imageAlt: "Refreshing iced cold brew"
}
]}
/>