2 Commits

Author SHA1 Message Date
d166ad4fe8 Update src/app/page.tsx 2026-03-25 22:20:55 +00:00
c563d73829 Merge version_1 into main
Merge version_1 into main
2026-03-25 22:10:58 +00:00

View File

@@ -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={[