5 Commits

Author SHA1 Message Date
5f2590e131 Update src/app/styles/variables.css 2026-03-27 05:12:46 +00:00
f1fc832a04 Update src/app/page.tsx 2026-03-27 05:12:46 +00:00
9acf91003e Merge version_1 into main
Merge version_1 into main
2026-03-27 05:02:06 +00:00
7282970c1b Merge version_1 into main
Merge version_1 into main
2026-03-27 05:01:42 +00:00
fe3d307a4a Merge version_1 into main
Merge version_1 into main
2026-03-27 05:01:15 +00:00
2 changed files with 35 additions and 37 deletions

View File

@@ -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>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #f6f0e9;
--card: #ffffff; --card: #efe7dd;
--foreground: #1c1c1c; --foreground: #2b180a;
--primary-cta: #1c1c1c; --primary-cta: #2b180a;
--primary-cta-text: #f5f5f5; --primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff; --secondary-cta: #efe7dd;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #1c1c1c;
--accent: #e63946; --accent: #94877c;
--background-accent: #e8bea8; --background-accent: #afa094;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);