Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f6d843333 | |||
| d166ad4fe8 | |||
| c563d73829 |
@@ -1,7 +1,7 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from 'lenis/react';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
@@ -10,7 +10,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
|||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import { Facebook, Instagram, UtensilsCrossed, X } from "lucide-react";
|
import { Facebook, Instagram, UtensilsCrossed, X } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -51,6 +51,7 @@ export default function LandingPage() {
|
|||||||
<HeroBillboardRotatedCarousel
|
<HeroBillboardRotatedCarousel
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient"}}
|
variant: "radial-gradient"}}
|
||||||
|
tag="Authentic Flavors, Fresh Daily"
|
||||||
title="Experience the Authentic Taste of Shawarma"
|
title="Experience the Authentic Taste of Shawarma"
|
||||||
description="Savor our freshly grilled, perfectly spiced shawarma wraps and plates, crafted with premium ingredients and traditional recipes."
|
description="Savor our freshly grilled, perfectly spiced shawarma wraps and plates, crafted with premium ingredients and traditional recipes."
|
||||||
buttons={[
|
buttons={[
|
||||||
|
|||||||
Reference in New Issue
Block a user