|
|
|
@@ -2,13 +2,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
|
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|
|
|
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
|
|
|
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
|
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
|
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
|
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
|
|
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
|
|
|
|
|
|
|
import { Star } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
@@ -86,54 +87,51 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<TestimonialCardOne
|
|
|
|
<TestimonialCardTwo
|
|
|
|
animationType="slide-up"
|
|
|
|
animationType="slide-up"
|
|
|
|
textboxLayout="split"
|
|
|
|
textboxLayout="split"
|
|
|
|
gridVariant="bento-grid"
|
|
|
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
testimonials={[
|
|
|
|
testimonials={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "1", name: "Sarah Miller", role: "Local Foodie", company: "Reviewer", rating: 5,
|
|
|
|
id: "1", name: "Sarah Miller", role: "Local Foodie", testimonial: "Best shawarma I've ever had in the city!", icon: Star
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-pizza_23-2148773529.jpg"},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "2", name: "John Doe", role: "Regular", company: "Customer", rating: 5,
|
|
|
|
id: "2", name: "John Doe", role: "Regular", testimonial: "Consistently delicious and quick service.", icon: Star
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg"},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "3", name: "Emily Chen", role: "Vlogger", company: "Food Critic", rating: 5,
|
|
|
|
id: "3", name: "Emily Chen", role: "Vlogger", testimonial: "Authentic taste that reminds me of home.", icon: Star
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/blonde-influencer-recording-nutrition-food_23-2148135479.jpg"},
|
|
|
|
}
|
|
|
|
{
|
|
|
|
|
|
|
|
id: "4", name: "Mike Ross", role: "Office Worker", company: "Client", rating: 5,
|
|
|
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-photos_23-2149250065.jpg"},
|
|
|
|
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
title="Foodie Favorites"
|
|
|
|
title="Customer Reviews"
|
|
|
|
description="See why our customers keep coming back for more."
|
|
|
|
description="What our loyal guests are saying about us."
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<ContactSplitForm
|
|
|
|
<ContactText
|
|
|
|
|
|
|
|
background={{ variant: "gradient-bars" }}
|
|
|
|
|
|
|
|
text="Lazeez Shawarma - 123 Flavor St, Cityville. Open Mon-Sun 11am-10pm. Call us at (555) 123-4567 or email at hello@lazeez.com"
|
|
|
|
useInvertedBackground={true}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
title="Visit or Order Now"
|
|
|
|
|
|
|
|
description="Drop us a message for catering, feedback, or general inquiries."
|
|
|
|
|
|
|
|
inputs={[
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: "name", type: "text", placeholder: "Your Name"},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: "email", type: "email", placeholder: "Your Email"},
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
textarea={{
|
|
|
|
|
|
|
|
name: "message", placeholder: "How can we help?"}}
|
|
|
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<FooterCard
|
|
|
|
<FooterMedia
|
|
|
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/front-view-vegetable-meal-with-fresh-tomatoes-cucumbers-table-food-vegetable-meat-meal_140725-26363.jpg?_wi=1"
|
|
|
|
logoText="Lazeez Shawarma"
|
|
|
|
logoText="Lazeez Shawarma"
|
|
|
|
copyrightText="© 2025 Lazeez Shawarma"
|
|
|
|
copyrightText="© 2025 Lazeez Shawarma"
|
|
|
|
|
|
|
|
columns={[
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
title: "Links", items: [
|
|
|
|
|
|
|
|
{ label: "Menu", href: "#menu" },
|
|
|
|
|
|
|
|
{ label: "About", href: "#about" },
|
|
|
|
|
|
|
|
{ label: "Contact", href: "#contact" }
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ReactLenis>
|
|
|
|
</ReactLenis>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|