Merge version_1 into main #2
118
src/app/page.tsx
118
src/app/page.tsx
@@ -28,46 +28,28 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="Lazeez"
|
||||
button={{ text: "Order Now", href: "#menu" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="Lazeez Shawarma"
|
||||
description="Authentic Middle Eastern flavors, served fresh daily. Experience the perfect blend of tradition and taste in every bite."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Order Online", href: "#menu" },
|
||||
{ text: "Contact Us", href: "#contact" }
|
||||
]}
|
||||
layoutOrder="default"
|
||||
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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-vegetable-meal-with-fresh-tomatoes-cucumbers-table-food-vegetable-meat-meal_140725-26363.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -80,32 +62,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Signature",
|
||||
name: "Chicken Shawarma Wrap",
|
||||
price: "$12.99",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-barbecue-with-vegetable-salad-lavash-wood_114579-3021.jpg",
|
||||
},
|
||||
id: "1", brand: "Signature", name: "Chicken Shawarma Wrap", price: "$12.99", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/meat-barbecue-with-vegetable-salad-lavash-wood_114579-3021.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Signature",
|
||||
name: "Beef Shawarma Platter",
|
||||
price: "$15.99",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fresh-delicious-burger-with-french-fries-sauce-wooden-table_114579-84517.jpg",
|
||||
},
|
||||
id: "2", brand: "Signature", name: "Beef Shawarma Platter", price: "$15.99", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fresh-delicious-burger-with-french-fries-sauce-wooden-table_114579-84517.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Vegetarian",
|
||||
name: "Falafel Bowl",
|
||||
price: "$10.99",
|
||||
rating: 4,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/poke-bowl-with-rice-salmoncucumbermangoonionwakame-salad-poppy-seeds-ands-sunflowers-seeds_123827-22754.jpg",
|
||||
},
|
||||
id: "3", brand: "Vegetarian", name: "Falafel Bowl", price: "$10.99", rating: 4,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/poke-bowl-with-rice-salmoncucumbermangoonionwakame-salad-poppy-seeds-ands-sunflowers-seeds_123827-22754.jpg"},
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Hand-crafted shawarma, grilled meats, and fresh sides prepared to perfection."
|
||||
@@ -117,7 +81,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Secret Recipe"
|
||||
description="We use time-honored techniques, authentic spices, and locally sourced ingredients to create the ultimate shawarma experience."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-vegetable-meal-with-fresh-tomatoes-cucumbers-table-food-vegetable-meat-meal_140725-26363.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-vegetable-meal-with-fresh-tomatoes-cucumbers-table-food-vegetable-meat-meal_140725-26363.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -129,37 +93,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Local Foodie",
|
||||
company: "Reviewer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-pizza_23-2148773529.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "Local Foodie", company: "Reviewer", rating: 5,
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg",
|
||||
},
|
||||
id: "2", name: "John Doe", role: "Regular", company: "Customer", rating: 5,
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-influencer-recording-nutrition-food_23-2148135479.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Chen", role: "Vlogger", company: "Food Critic", rating: 5,
|
||||
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",
|
||||
},
|
||||
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"
|
||||
description="See why our customers keep coming back for more."
|
||||
@@ -173,20 +117,12 @@ export default function LandingPage() {
|
||||
description="Drop us a message for catering, feedback, or general inquiries."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Your Email"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
}}
|
||||
name: "message", placeholder: "How can we help?"}}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user