Merge version_1 into main #2
313
src/app/page.tsx
313
src/app/page.tsx
@@ -26,207 +26,130 @@ export default function LandingPage() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Locations",
|
||||
id: "locations",
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
]}
|
||||
brandName="Holy Buns"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Locations", id: "locations" },
|
||||
{ name: "About Us", id: "about" },
|
||||
]}
|
||||
brandName="Holy Buns"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
title="The Best Smashed Burger in Town."
|
||||
description="Fresh buns. Premium beef. Heavenly taste."
|
||||
tag="AUTHENTIC SMASH BURGERS"
|
||||
buttons={[
|
||||
{
|
||||
text: "See the Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-cheeseburger-with-vegetables-table_140725-4627.jpg",
|
||||
imageAlt: "Juicy smashed burger",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg?_wi=1",
|
||||
imageAlt: "Classic smashed beef burger",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artistic-photo-hamburger-with-bokeh_23-2148374867.jpg?_wi=1",
|
||||
imageAlt: "Signature beef burger",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-with-hamburger_23-2148614115.jpg?_wi=1",
|
||||
imageAlt: "Lacy crispy burger",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-burger-ingredients-wooden-table_23-2148235090.jpg?_wi=1",
|
||||
imageAlt: "Fresh burger ingredients",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Loved by locals in Egypt"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="The Best Smashed Burger in Town."
|
||||
description="Fresh buns. Premium beef. Heavenly taste."
|
||||
tag="AUTHENTIC SMASH BURGERS"
|
||||
buttons={[
|
||||
{ text: "See the Menu", href: "#menu" },
|
||||
{ text: "Order Now", href: "#" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-cheeseburger-with-vegetables-table_140725-4627.jpg", imageAlt: "Juicy smashed burger"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg", imageAlt: "Classic smashed beef burger"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Loved by locals in Egypt"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
textboxLayout="split-description"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "The Original",
|
||||
price: "145 EGP",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Moe’s Favorite",
|
||||
price: "165 EGP",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artistic-photo-hamburger-with-bokeh_23-2148374867.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "The Lacy One",
|
||||
price: "175 EGP",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-with-hamburger_23-2148614115.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Our Signature Creations"
|
||||
description="Premium ingredients, smashed to perfection."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "The Original", price: "145 EGP", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg"},
|
||||
{
|
||||
id: "2", name: "Moe’s Favorite", price: "165 EGP", imageSrc: "http://img.b2bpic.net/free-photo/artistic-photo-hamburger-with-bokeh_23-2148374867.jpg"},
|
||||
{
|
||||
id: "3", name: "The Lacy One", price: "175 EGP", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-with-hamburger_23-2148614115.jpg"},
|
||||
]}
|
||||
title="Our Signature Creations"
|
||||
description="Premium ingredients, smashed to perfection."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="OUR PHILOSOPHY"
|
||||
title="The Holy Experience"
|
||||
description="We don't cut corners. From our 100% real beef to our freshly baked buns and perfectly grilled hotdogs, every bite is a holy experience."
|
||||
subdescription="Visit us at New Giza or Sahel. Enjoy clean environments with kid-friendly play areas in select locations."
|
||||
icon={Utensils}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-burger-ingredients-wooden-table_23-2148235090.jpg?_wi=2"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="OUR PHILOSOPHY"
|
||||
title="The Holy Experience"
|
||||
description="We don't cut corners. From our 100% real beef to our freshly baked buns and perfectly grilled hotdogs, every bite is a holy experience."
|
||||
subdescription="Visit us at New Giza or Sahel. Enjoy clean environments with kid-friendly play areas in select locations."
|
||||
icon={Utensils}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-burger-ingredients-wooden-table_23-2148235090.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="The most outstanding beef burger patty you’ll ever taste. Fresh buns and excellent quality!"
|
||||
rating={5}
|
||||
author="Sarah Ahmed"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-girl-holding-female-hands-fast-food-burger-close-up_169016-43530.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304412.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-eating-donut-with-chocolate-icing_158595-1691.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-street-food-outdoors_23-2149009691.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-girl-holding-female-hands-fast-food-burger-close-up_169016-43530.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={false}
|
||||
testimonial="The most outstanding beef burger patty you’ll ever taste. Fresh buns and excellent quality!"
|
||||
rating={5}
|
||||
author="Sarah Ahmed"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-girl-holding-female-hands-fast-food-burger-close-up_169016-43530.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304412.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/girl-eating-donut-with-chocolate-icing_158595-1691.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-street-food-outdoors_23-2149009691.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-girl-holding-female-hands-fast-food-burger-close-up_169016-43530.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
title="Pricing Plans"
|
||||
description="Choose the perfect plan for your needs."
|
||||
plans={[
|
||||
{ name: "Basic", price: "$9", features: ["Fast", "Good"] },
|
||||
{ name: "Pro", price: "$19", features: ["Very Fast", "Better"] }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="locations" data-section="locations">
|
||||
<FooterBaseCard
|
||||
logoText="Holy Buns"
|
||||
columns={[
|
||||
{
|
||||
title: "Locations",
|
||||
items: [
|
||||
{
|
||||
label: "New Giza - The Gardens",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "North Coast / Sahel",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Call: 011 28800255",
|
||||
href: "tel:01128800255",
|
||||
},
|
||||
{
|
||||
label: "Open until 12 AM",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Holy Buns | Premium Smashed Burgers Egypt"
|
||||
/>
|
||||
</div>
|
||||
<div id="locations" data-section="locations">
|
||||
<FooterBaseCard
|
||||
logoText="Holy Buns"
|
||||
columns={[
|
||||
{
|
||||
title: "Locations", items: [
|
||||
{ label: "New Giza - The Gardens", href: "#" },
|
||||
{ label: "North Coast / Sahel", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "Call: 011 28800255", href: "tel:01128800255" },
|
||||
{ label: "Open until 12 AM", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social", items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Facebook", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 Holy Buns | Premium Smashed Burgers Egypt"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user