Merge version_1 into main #2
210
src/app/page.tsx
210
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Just Smash"
|
||||
/>
|
||||
@@ -55,67 +47,42 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Smash Burgers Done Right in Nasr City"
|
||||
description="Premium ingredients, authentic griddled flavor, and the fastest delivery in Cairo. Experience the ultimate smash burger today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Now", href: "#menu"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:01128663773",
|
||||
},
|
||||
text: "Call Now", href: "tel:01128663773"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868224.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868224.jpg"
|
||||
imageAlt="Juicy smash burger"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe_169016-48358.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe_169016-48358.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-delicious-beef-burger_114579-90458.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-delicious-beef-burger_114579-90458.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-delicious-beef-burger-daydreaming_114579-90466.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-delicious-beef-burger-daydreaming_114579-90466.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-brunette-man-eyeglasses-smiles-widely-outside-happy-guy-black-jacket-white-tshirt-poses-near-airport_197531-27123.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-brunette-man-eyeglasses-smiles-widely-outside-happy-guy-black-jacket-white-tshirt-poses-near-airport_197531-27123.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Join 5,000+ happy eaters"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Fresh Beef",
|
||||
},
|
||||
type: "text", text: "100% Fresh Beef"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hand-Smashed Daily",
|
||||
},
|
||||
type: "text", text: "Hand-Smashed Daily"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Nasr City Exclusive",
|
||||
},
|
||||
type: "text", text: "Nasr City Exclusive"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast Delivery",
|
||||
},
|
||||
type: "text", text: "Fast Delivery"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Quality",
|
||||
},
|
||||
type: "text", text: "Premium Quality"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,59 +95,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Signature",
|
||||
name: "The Classic Smash",
|
||||
price: "E£240",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-inside-plate-dark-background-potato-burger-meal-sandwich-dinner-dish_140725-96436.jpg?_wi=1",
|
||||
},
|
||||
id: "1", brand: "Signature", name: "The Classic Smash", price: "E£240", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-inside-plate-dark-background-potato-burger-meal-sandwich-dinner-dish_140725-96436.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Signature",
|
||||
name: "Spicy BBQ Smash",
|
||||
price: "E£280",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-slate_23-2148238516.jpg",
|
||||
},
|
||||
id: "2", brand: "Signature", name: "Spicy BBQ Smash", price: "E£280", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-slate_23-2148238516.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Side",
|
||||
name: "Crispy Golden Fries",
|
||||
price: "E£60",
|
||||
rating: 4,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottle-lemonade-with-straw_23-2148130696.jpg",
|
||||
},
|
||||
id: "3", brand: "Side", name: "Crispy Golden Fries", price: "E£60", rating: 4,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/bottle-lemonade-with-straw_23-2148130696.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Signature",
|
||||
name: "Cheese Lava Smash",
|
||||
price: "E£300",
|
||||
rating: 5,
|
||||
reviewCount: "88",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/french-fries-potato-wedges_2829-11212.jpg",
|
||||
},
|
||||
id: "4", brand: "Signature", name: "Cheese Lava Smash", price: "E£300", rating: 5,
|
||||
reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/french-fries-potato-wedges_2829-11212.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Combo",
|
||||
name: "Double Smash Combo",
|
||||
price: "E£390",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-ingredients-cutting-board_23-2148235048.jpg",
|
||||
},
|
||||
id: "5", brand: "Combo", name: "Double Smash Combo", price: "E£390", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-ingredients-cutting-board_23-2148235048.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Drink",
|
||||
name: "Cold Craft Cola",
|
||||
price: "E£40",
|
||||
rating: 4,
|
||||
reviewCount: "300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caramel-ring-milkshake-wooden-plate-with-book_114579-24205.jpg",
|
||||
},
|
||||
id: "6", brand: "Drink", name: "Cold Craft Cola", price: "E£40", rating: 4,
|
||||
reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/caramel-ring-milkshake-wooden-plate-with-book_114579-24205.jpg"},
|
||||
]}
|
||||
title="Our Signature Smash"
|
||||
description="Hand-smashed daily using fresh, high-quality beef."
|
||||
@@ -192,9 +123,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="More Than Just Burgers"
|
||||
description={[
|
||||
"At Just Smash, we believe Nasr City deserves a better burger. We source our beef daily, hand-smash every patty, and build flavors that define urban casual dining.",
|
||||
"Our mission is simple: fast, premium, honest food that you can trust for any occasion.",
|
||||
]}
|
||||
"At Just Smash, we believe Nasr City deserves a better burger. We source our beef daily, hand-smash every patty, and build flavors that define urban casual dining.", "Our mission is simple: fast, premium, honest food that you can trust for any occasion."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -205,44 +134,30 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Daily",
|
||||
description: "100% fresh beef, hand-smashed on order.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktails-bar-with-waitress-background_23-2147821272.jpg",
|
||||
},
|
||||
title: "Fresh Daily", description: "100% fresh beef, hand-smashed on order.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868224.jpg", imageAlt: "chef cooking burger"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
text: "Locally Sourced"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "No Frozen Meat",
|
||||
},
|
||||
text: "No Frozen Meat"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868224.jpg?_wi=2",
|
||||
imageAlt: "chef cooking burger",
|
||||
},
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "Hot, fresh, and delivered right to your door.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheeseburger-with-meat-tomatoes-green-salad-dark-background-sandwich-fast-food-meal-snack-french-fries-dish_140725-156247.jpg",
|
||||
},
|
||||
title: "Fast Delivery", description: "Hot, fresh, and delivered right to your door.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-inside-plate-dark-background-potato-burger-meal-sandwich-dinner-dish_140725-96436.jpg", imageAlt: "chef cooking burger"},
|
||||
items: [
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Nasr City Coverage",
|
||||
},
|
||||
text: "Nasr City Coverage"},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Tracking Included",
|
||||
},
|
||||
text: "Tracking Included"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-inside-plate-dark-background-potato-burger-meal-sandwich-dinner-dish_140725-96436.jpg?_wi=2",
|
||||
imageAlt: "chef cooking burger",
|
||||
},
|
||||
]}
|
||||
title="The Just Smash Promise"
|
||||
@@ -255,14 +170,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Nasr City Blog",
|
||||
"Cairo Eaters",
|
||||
"Foodies Egypt",
|
||||
"Daily News Egypt",
|
||||
"Street Food Cairo",
|
||||
"Elite Diners",
|
||||
"Urban Taste",
|
||||
]}
|
||||
"Nasr City Blog", "Cairo Eaters", "Foodies Egypt", "Daily News Egypt", "Street Food Cairo", "Elite Diners", "Urban Taste"]}
|
||||
title="Trusted by Thousands"
|
||||
description="Joining the ranks of Nasr City's most satisfied diners."
|
||||
/>
|
||||
@@ -276,25 +184,15 @@ export default function LandingPage() {
|
||||
author="Ahmed Mahmoud"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-student-eating-fast-food-fast-food-cheat-meal_169016-67293.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-student-eating-fast-food-fast-food-cheat-meal_169016-67293.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-lean-grey-wall-holding-laptop-hand_197531-348.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/curly-mulatto-female-student-posing-with-smile-okay-sign-after-difficult-test-international-university-indoor-portrait-african-woman-work-as-manager-office-with-young-asian-man_197531-3789.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/curly-mulatto-female-student-posing-with-smile-okay-sign-after-difficult-test-international-university-indoor-portrait-african-woman-work-as-manager-office-with-young-asian-man_197531-3789.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-woman-with-light-brown-skin-posing-with-crossed-arms-smiling-while-people-her-working-indoor-portrait-tired-students-with-laptop-african-curly-girl_197531-3760.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-woman-with-light-brown-skin-posing-with-crossed-arms-smiling-while-people-her-working-indoor-portrait-tired-students-with-laptop-african-curly-girl_197531-3760.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-pretty-woman-enjoy-her-meal-terrace-cafe-paris-summer-time-stylish-outfit-sunglasses-tasty-brunch_291049-2747.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-pretty-woman-enjoy-her-meal-terrace-cafe-paris-summer-time-stylish-outfit-sunglasses-tasty-brunch_291049-2747.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -308,15 +206,9 @@ export default function LandingPage() {
|
||||
description="We are located at 7 About Dawoud Al Zaheri, Nasr City. Give us a call or send a request."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/travelling-iran_8327-261.jpg"
|
||||
/>
|
||||
@@ -326,13 +218,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Just Smash"
|
||||
leftLink={{
|
||||
text: "Nasr City, Cairo",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Nasr City, Cairo", href: "#"}}
|
||||
rightLink={{
|
||||
text: "01128663773",
|
||||
href: "tel:01128663773",
|
||||
}}
|
||||
text: "01128663773", href: "tel:01128663773"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user