Merge version_1 into main #1
137
src/app/page.tsx
137
src/app/page.tsx
@@ -16,31 +16,28 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Sheger Restaurant"
|
||||
/>
|
||||
@@ -49,19 +46,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Sheger Restaurant"
|
||||
description="Taste the Heart of Ethiopia in Abu Dhabi."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Online", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/assorted-spices-citruses-near-dishes_23-2147894932.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -76,17 +68,11 @@ export default function LandingPage() {
|
||||
description="Sheger Restaurant brings authentic Ethiopian flavors to Abu Dhabi. We pride ourselves on creating a cozy, casual dining environment where every meal feels like home. Whether you're here to dine-in, grab a quick takeaway, or order delivery, we are ready to serve you. Located at Navy Gate, beside Silver Triangle Trading, Al Zahiyah. We are open until 12 AM."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Authentic Cuisine",
|
||||
description: "Traditional recipes prepared fresh.",
|
||||
},
|
||||
title: "Authentic Cuisine", description: "Traditional recipes prepared fresh."},
|
||||
{
|
||||
title: "Cozy Atmosphere",
|
||||
description: "Warm, inviting space for everyone.",
|
||||
},
|
||||
title: "Cozy Atmosphere", description: "Warm, inviting space for everyone."},
|
||||
{
|
||||
title: "Full Service",
|
||||
description: "Dine-in, takeaway, and delivery.",
|
||||
},
|
||||
title: "Full Service", description: "Dine-in, takeaway, and delivery."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cinnamon-sticks-sliced-lemons-white-plate_114579-82030.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -101,23 +87,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Doro Wat",
|
||||
price: "AED 45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-salad-with-vegetables-greens-dark-floor-diet-ripe-health_140725-73189.jpg",
|
||||
},
|
||||
id: "1", name: "Doro Wat", price: "AED 45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-salad-with-vegetables-greens-dark-floor-diet-ripe-health_140725-73189.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Misir Wat",
|
||||
price: "AED 30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-vegetables-composition-white-background-meal-color-healthy-life-ripe-diet-salad_140725-98237.jpg",
|
||||
},
|
||||
id: "2", name: "Misir Wat", price: "AED 30", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-vegetables-composition-white-background-meal-color-healthy-life-ripe-diet-salad_140725-98237.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Beef Tibs",
|
||||
price: "AED 50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-eggplant-garlic-basil-onion-tomato-pepper-side-view_141793-3762.jpg",
|
||||
},
|
||||
id: "3", name: "Beef Tibs", price: "AED 50", imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-eggplant-garlic-basil-onion-tomato-pepper-side-view_141793-3762.jpg"},
|
||||
]}
|
||||
title="Our Specialties"
|
||||
description="Traditional dishes curated for you."
|
||||
@@ -131,37 +105,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fatima",
|
||||
handle: "@fatima_a",
|
||||
testimonial: "The best injera in Abu Dhabi!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-beef-meat-salad-with-vegetables-corns_141793-3020.jpg",
|
||||
},
|
||||
id: "1", name: "Fatima", handle: "@fatima_a", testimonial: "The best injera in Abu Dhabi!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-beef-meat-salad-with-vegetables-corns_141793-3020.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ahmed",
|
||||
handle: "@ahmed_dxb",
|
||||
testimonial: "Authentic and delicious spices.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-woman-eating-out-asian-restaurant-looking-asid_197531-22363.jpg",
|
||||
},
|
||||
id: "2", name: "Ahmed", handle: "@ahmed_dxb", testimonial: "Authentic and delicious spices.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-woman-eating-out-asian-restaurant-looking-asid_197531-22363.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah",
|
||||
handle: "@sarah_q",
|
||||
testimonial: "Great cozy place, very friendly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-mobile-phone-while-drinking-glass-beer-with-his-friends-bar_58466-16027.jpg",
|
||||
},
|
||||
id: "3", name: "Sarah", handle: "@sarah_q", testimonial: "Great cozy place, very friendly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-mobile-phone-while-drinking-glass-beer-with-his-friends-bar_58466-16027.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Omar",
|
||||
handle: "@omar_j",
|
||||
testimonial: "Loved the variety of dishes.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg",
|
||||
},
|
||||
id: "4", name: "Omar", handle: "@omar_j", testimonial: "Loved the variety of dishes.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Loved by Our Guests"
|
||||
@@ -173,18 +127,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Visit Us at Navy Gate, Al Zahiyah. Call us at 02 676 3443 for reservations."
|
||||
buttons={[
|
||||
{
|
||||
text: "Find a Table",
|
||||
href: "#",
|
||||
},
|
||||
text: "Find a Table", href: "#"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Online", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -193,29 +142,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Sheger Restaurant",
|
||||
items: [
|
||||
title: "Sheger Restaurant", items: [
|
||||
{
|
||||
label: "Navy Gate, Al Zahiyah",
|
||||
href: "#",
|
||||
},
|
||||
label: "Navy Gate, Al Zahiyah", href: "#"},
|
||||
{
|
||||
label: "02 676 3443",
|
||||
href: "tel:026763443",
|
||||
},
|
||||
label: "02 676 3443", href: "tel:026763443"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user