Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e66503707b | |||
| 9b8d2871e8 | |||
| 69eec33893 |
@@ -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 ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardSix from '@/components/sections/product/ProductCardSix';
|
||||||
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">
|
||||||
<ProductCardTwo
|
<ProductCardSix
|
||||||
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-1766961888470-fsqvhewt.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183872185-r63000od.jpg",
|
||||||
imageAlt: "Sofia Martinez"
|
imageAlt: "Sofia Martinez"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user