4 Commits

Author SHA1 Message Date
77001a80b9 Update src/app/styles/variables.css 2026-03-23 05:57:57 +00:00
bbe5afc7e2 Update src/app/styles/base.css 2026-03-23 05:57:57 +00:00
7745f5b040 Update src/app/page.tsx 2026-03-23 05:57:56 +00:00
c329465d77 Merge version_1 into main
Merge version_1 into main
2026-03-23 05:55:24 +00:00
3 changed files with 61 additions and 158 deletions

View File

@@ -31,26 +31,16 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "About Us", name: "About Us", id: "about"},
id: "about",
},
{ {
name: "Reviews", name: "Reviews", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
button={{ button={{
text: "Order Now", text: "Order Now", href: "#contact"}}
href: "#contact",
}}
brandName="6:18 FAST FOOD" brandName="6:18 FAST FOOD"
/> />
</div> </div>
@@ -58,15 +48,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll <HeroBillboardScroll
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}} title="Your Crave-Worthy Shawarma Just Dropped."
title="The Shawarma Everyone's Talking About" description="Authentic Syrian street food. Freshly crafted, loaded with flavor, and unforgettable. This is not just fast food; it's a lifestyle."
description="Authentic Syrian street food crafted fresh daily with premium ingredients and recipes that hit every time. Juicy, loaded, unforgettable — made for people who refuse to compromise on flavor."
buttons={[ buttons={[
{ {
text: "Order Now — It's Ready Fast", text: "Tap to Taste the Hype", href: "#contact"},
href: "#contact",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805472.jpg" imageSrc="http://img.b2bpic.net/free-photo/view-tasty-shawarma-dish_23-2151805472.jpg"
@@ -77,13 +64,11 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextAbout <TextAbout
useInvertedBackground={false} useInvertedBackground={false}
tag="Our Story" tag="Behind the Bites"
title="Where Authenticity Meets Modern Fast Casual" title="Where Authenticity Meets Speed & Style."
buttons={[ buttons={[
{ {
text: "See Our Menu", text: "See Our Menu", href: "#menu"},
href: "#menu",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -96,39 +81,21 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "quality", id: "quality", label: "Premium Ingredients", title: "Premium Ingredients, Unforgettable Taste.", items: [
label: "Premium Ingredients", "Locally sourced fresh produce", "Finest cuts of halal meat", "Authentic Syrian spices"],
title: "Only The Best For Your Plate",
items: [
"Locally sourced fresh produce",
"Finest cuts of halal meat",
"Authentic Syrian spices",
],
}, },
{ {
id: "speed", id: "speed", label: "Fast & Fresh", title: "Fast & Fresh, Every Time.", items: [
label: "Fast & Fresh", "Efficient preparation for busy schedules", "Seamless online ordering experience", "Reliable pickup and delivery"],
title: "Gourmet, Delivered Quick",
items: [
"Efficient preparation for busy schedules",
"Seamless online ordering experience",
"Reliable pickup and delivery",
],
}, },
{ {
id: "taste", id: "taste", label: "Unforgettable Flavors", title: "Authentic Flavors, Crafted with Passion.", items: [
label: "Unforgettable Flavors", "Time-honored family recipes", "Expertly balanced spice blends", "Crafted with culinary passion"],
title: "A Taste of Damascus in Sharjah",
items: [
"Time-honored family recipes",
"Expertly balanced spice blends",
"Crafted with culinary passion",
],
}, },
]} ]}
title="Experience The 6:18 Difference" title="Experience The 6:18 Difference"
description="We blend tradition with efficiency, ensuring every bite is a culinary journey designed for your modern lifestyle. Quality ingredients, authentic recipes, and speedy service define our commitment to you." description="We blend rich tradition with modern efficiency. Every bite is a culinary journey, crafted for your fast-paced, flavor-seeking life."
tag="Why Choose Us" tag="Level Up Your Lunch"
tagIcon={Sparkles} tagIcon={Sparkles}
/> />
</div> </div>
@@ -141,88 +108,44 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "shawarma-chicken", id: "shawarma-chicken", name: "Classic Chicken Shawarma", price: "AED 25", imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-table_140725-4817.jpg", imageAlt: "signature chicken shawarma sandwich"},
name: "Classic Chicken Shawarma",
price: "AED 25",
imageSrc: "http://img.b2bpic.net/free-photo/meat-kebab-table_140725-4817.jpg",
imageAlt: "signature chicken shawarma sandwich",
},
{ {
id: "shawarma-beef", id: "shawarma-beef", name: "Spiced Beef Shawarma", price: "AED 30", imageSrc: "http://img.b2bpic.net/free-photo/front-view-french-fries-with-sliced-sandwich-inside-black-plate-grey-desk_140725-14422.jpg", imageAlt: "unique crispy chicken sandwich"},
name: "Spiced Beef Shawarma",
price: "AED 30",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-french-fries-with-sliced-sandwich-inside-black-plate-grey-desk_140725-14422.jpg",
imageAlt: "unique crispy chicken sandwich",
},
{ {
id: "falafel-wrap", id: "falafel-wrap", name: "Damascus Falafel Wrap", price: "AED 20", imageSrc: "http://img.b2bpic.net/free-photo/pair-soups-basket-with-sliced-bread_140725-6409.jpg", imageAlt: "special garlic sauce chicken sandwich"},
name: "Damascus Falafel Wrap",
price: "AED 20",
imageSrc: "http://img.b2bpic.net/free-photo/pair-soups-basket-with-sliced-bread_140725-6409.jpg",
imageAlt: "special garlic sauce chicken sandwich",
},
{ {
id: "kofta-sandwich", id: "kofta-sandwich", name: "Gourmet Kofta Sandwich", price: "AED 28", imageSrc: "http://img.b2bpic.net/free-photo/red-lentil-soup-with-herbs-white-bowl_114579-4281.jpg", imageAlt: "spicy chicken tikka sandwich"},
name: "Gourmet Kofta Sandwich",
price: "AED 28",
imageSrc: "http://img.b2bpic.net/free-photo/red-lentil-soup-with-herbs-white-bowl_114579-4281.jpg",
imageAlt: "spicy chicken tikka sandwich",
},
]} ]}
title="Our Signature Sandwiches" title="Our Signature Sandwiches"
description="Discover our exquisite selection of authentic Syrian sandwiches, crafted to perfection with rich flavors and premium ingredients. Each bite promises a journey to the heart of Damascus." description="Dive into our exquisite selection of authentic Syrian sandwiches. Crafted to perfection with rich flavors and premium ingredients, each bite is a direct ticket to Damascus."
tag="Explore Our Menu" tag="Your Next Obsession Awaits"
tagIcon={Utensils} tagIcon={Utensils}
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen <TestimonialCardThirteen
animationType="slide-up" animationType="depth-3d"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Fatima Al-Mansoori", handle: "@SharjahFoodie", testimonial: "6:18 FAST FOOD has completely redefined street food for me. The chicken shawarma is simply divine, packed with flavor, and tastes exactly like home. A true five-star experience!", rating: 5,
name: "Fatima Al-Mansoori", imageSrc: "http://img.b2bpic.net/free-photo/girl-thinking-what-answer-giving-opinion-about-taste-asia_197531-22361.jpg", imageAlt: "satisfied customer smiling portrait"},
handle: "@SharjahFoodie",
testimonial: "6:18 FAST FOOD has completely redefined street food for me. The chicken shawarma is simply divine, packed with flavor, and tastes exactly like home. A true five-star experience!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-thinking-what-answer-giving-opinion-about-taste-asia_197531-22361.jpg",
imageAlt: "satisfied customer smiling portrait",
},
{ {
id: "2", id: "2", name: "Ahmed Rashid", handle: "@UAEFoodCritic", testimonial: "As a busy professional, I need quality fast meals. 6:18 delivers every time literally! The beef shawarma is always juicy and perfectly spiced. Highly recommend for a quick, satisfying bite.", rating: 5,
name: "Ahmed Rashid", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-1420.jpg", imageAlt: "customer review profile smiling"},
handle: "@UAEFoodCritic",
testimonial: "As a busy professional, I need quality fast meals. 6:18 delivers every time literally! The beef shawarma is always juicy and perfectly spiced. Highly recommend for a quick, satisfying bite.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-1420.jpg",
imageAlt: "customer review profile smiling",
},
{ {
id: "3", id: "3", name: "Nour Ibrahim", handle: "@DamascusHeart", testimonial: "Finally, authentic Syrian flavors in Sharjah! The falafel wrap brought back so many cherished memories. It's truly a taste of Damascus, made with care and genuine recipes. My new favorite spot!", rating: 5,
name: "Nour Ibrahim", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150936.jpg", imageAlt: "positive feedback profile image"},
handle: "@DamascusHeart",
testimonial: "Finally, authentic Syrian flavors in Sharjah! The falafel wrap brought back so many cherished memories. It's truly a taste of Damascus, made with care and genuine recipes. My new favorite spot!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150936.jpg",
imageAlt: "positive feedback profile image",
},
{ {
id: "4", id: "4", name: "Omar Hassan", handle: "@GulfGourmand", testimonial: "The gourmet kofta sandwich is a masterpiece. The attention to detail and premium ingredients shine through. It's not just fast food; it's a culinary treat. My go-to for an elevated lunch.", rating: 5,
name: "Omar Hassan", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waiter-serving-cup-coffee-counter_1170-559.jpg", imageAlt: "restaurant patron happy face"},
handle: "@GulfGourmand",
testimonial: "The gourmet kofta sandwich is a masterpiece. The attention to detail and premium ingredients shine through. It's not just fast food; it's a culinary treat. My go-to for an elevated lunch.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waiter-serving-cup-coffee-counter_1170-559.jpg",
imageAlt: "restaurant patron happy face",
},
]} ]}
showRating={true} showRating={true}
title="What Our Five-Star Customers Say" title="What Our Five-Star Customers Say"
description="Don't just take our word for it. Our loyal customers rave about the authentic flavors, premium quality, and exceptional experience at 6:18 FAST FOOD. Join the chorus of satisfied diners!" description="Don't just take our word for it. Our loyal customers rave about the authentic flavors, premium quality, and exceptional experience at 6:18 FAST FOOD. Join the chorus of satisfied diners!"
tag="Customer Reviews" tag="The Hype is Real"
tagIcon={Star} tagIcon={Star}
/> />
</div> </div>
@@ -231,13 +154,12 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Get Your Fix" tag="Get Your Fix"
title="Order Now & Taste The Authenticity" title="Order Now & Taste The Authenticity"
description="Ready for an unforgettable Syrian street food experience? Place your order for pickup or delivery. For quick orders, message us on WhatsApp or find us on your favorite delivery app!" description="Ready for an unforgettable Syrian street food experience? Get your craving satisfied. Order for pickup or delivery, or hit us up on WhatsApp!"
imageSrc="http://img.b2bpic.net/free-photo/shocked-young-woman-sitting-near-bar-counter-holding-drinks_23-2147859527.jpg" imageSrc="http://img.b2bpic.net/free-photo/shocked-young-woman-sitting-near-bar-counter-holding-drinks_23-2147859527.jpg"
mediaAnimation="opacity" mediaAnimation="slide-up"
inputPlaceholder="Enter your email for updates" inputPlaceholder="Enter your email for updates"
buttonText="Subscribe" buttonText="Subscribe"
termsText="By clicking Subscribe you're confirming that you agree with our Privacy Policy." termsText="By clicking Subscribe you're confirming that you agree with our Privacy Policy."
@@ -252,50 +174,31 @@ export default function LandingPage() {
imageAlt="overhead shot of a delicious shawarma platter" imageAlt="overhead shot of a delicious shawarma platter"
columns={[ columns={[
{ {
title: "Menu", title: "Menu", items: [
items: [
{ {
label: "Shawarmas", label: "Shawarmas", href: "#menu"},
href: "#menu",
},
{ {
label: "Falafel", label: "Falafel", href: "#menu"},
href: "#menu",
},
{ {
label: "Sandwiches", label: "Sandwiches", href: "#menu"},
href: "#menu",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Reviews", label: "Reviews", href: "#testimonials"},
href: "#testimonials",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-font-family: var(--font-source-sans-3), sans-serif;), sans-serif; font-family: var(--font-inter), sans-serif;), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-font-family: var(--font-source-sans-3), sans-serif;), sans-serif; font-family: var(--font-libre-baskerville), serif;), sans-serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f4ef; --background: #030128;
--card: #dad6cd; --card: #241f48;
--foreground: #2a2928; --foreground: #ffffff;
--primary-cta: #2a2928; --primary-cta: #ffffff;
--primary-cta-text: #f5f4ef; --primary-cta-text: #030128;
--secondary-cta: #ecebea; --secondary-cta: #131136;
--secondary-cta-text: #2a2928; --secondary-cta-text: #d5d4f6;
--accent: #ffffff; --accent: #44358a;
--background-accent: #c6b180; --background-accent: #b597fe;
/* 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);