1 Commits

Author SHA1 Message Date
c0469106fe Update src/app/page.tsx 2025-12-28 22:44:55 +00:00

View File

@@ -1,10 +1,10 @@
"use client"; "use client"
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import MediaSplitAbout from '@/components/sections/about/MediaSplitAbout'; import MediaSplitAbout from '@/components/sections/about/MediaSplitAbout';
import ProductCardSix from '@/components/sections/product/ProductCardSix'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven'; import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven';
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FooterSocial from '@/components/sections/footer/FooterSocial'; import FooterSocial from '@/components/sections/footer/FooterSocial';
@@ -67,7 +67,7 @@ export default function LandingPage() {
</div> </div>
<div id="menu" data-section="menu"> <div id="menu" data-section="menu">
<ProductCardSix <ProductCardTwo
title="Our Specialties" title="Our Specialties"
description="Signature dishes crafted with love and authentic spices" description="Signature dishes crafted with love and authentic spices"
products={[ products={[
@@ -132,7 +132,7 @@ export default function LandingPage() {
id: "3", id: "3",
nameTitle: "Sofia Martinez, Food Enthusiast", nameTitle: "Sofia Martinez, Food Enthusiast",
quote: "The biryani is phenomenal, and the naan bread tastes like it came straight from a traditional tandoor oven. Highly recommended!", quote: "The biryani is phenomenal, and the naan bread tastes like it came straight from a traditional tandoor oven. Highly recommended!",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183872185-r63000od.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766961888470-fsqvhewt.jpg",
imageAlt: "Sofia Martinez" imageAlt: "Sofia Martinez"
}, },
{ {