Update src/app/page.tsx
This commit is contained in:
244
src/app/page.tsx
244
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "experience",
|
||||
},
|
||||
name: "Experience", id: "experience"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Location",
|
||||
id: "location",
|
||||
},
|
||||
name: "Location", id: "location"},
|
||||
]}
|
||||
brandName="Al Haddaf"
|
||||
/>
|
||||
@@ -52,108 +44,63 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Not Just Food — An Experience."
|
||||
description="Experience Al Haddaf — where every meal is made fresh, served with care, and enjoyed in comfort."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-wrapped-lavash-served-with-lentil-merci-soup-ayran-drink-wooden-board_140725-12783.jpg?_wi=1",
|
||||
imageAlt: "Shawarma wrap",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-wrapped-lavash-served-with-lentil-merci-soup-ayran-drink-wooden-board_140725-12783.jpg", imageAlt: "Shawarma wrap"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805413.jpg?_wi=1",
|
||||
imageAlt: "Karak pouring",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805413.jpg", imageAlt: "Karak pouring"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-crackes-glass-cup-with-glass-icecream-top-view_114579-19110.jpg?_wi=1",
|
||||
imageAlt: "Grill smoke",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-crackes-glass-cup-with-glass-icecream-top-view_114579-19110.jpg", imageAlt: "Grill smoke"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lavash-shaurma-cut-into-two-stuffed-with-ingredients_114579-1155.jpg",
|
||||
imageAlt: "Fresh drink",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lavash-shaurma-cut-into-two-stuffed-with-ingredients_114579-1155.jpg", imageAlt: "Fresh drink"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pastry-bun-with-chocolate-syrup-with-crackers-tea_114579-19137.jpg",
|
||||
imageAlt: "Food service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pastry-bun-with-chocolate-syrup-with-crackers-tea_114579-19137.jpg", imageAlt: "Food service"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-wrapped-lavash-wooden-cutting-board_140725-12782.jpg",
|
||||
imageAlt: "Café interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-wrapped-lavash-wooden-cutting-board_140725-12782.jpg", imageAlt: "Café interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5741.jpg",
|
||||
imageAlt: "Shawarma wrap",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5741.jpg", imageAlt: "Shawarma wrap"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-delicious-taco_23-2151048004.jpg",
|
||||
imageAlt: "Karak pouring",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hands-holding-delicious-taco_23-2151048004.jpg", imageAlt: "Karak pouring"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-frying-ribs-meat-salted-inside-black-metal-pan-kitchen_140725-14160.jpg",
|
||||
imageAlt: "Grill smoke",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-frying-ribs-meat-salted-inside-black-metal-pan-kitchen_140725-14160.jpg", imageAlt: "Grill smoke"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-doner-filled-with-chicken-vegetables-pickles-sauce-wrapped-lavash_140725-12898.jpg",
|
||||
imageAlt: "Fresh drink",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-doner-filled-with-chicken-vegetables-pickles-sauce-wrapped-lavash_140725-12898.jpg", imageAlt: "Fresh drink"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Now", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/diary-products-cheesecake-with-oreo-cookies_114579-2473.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/diary-products-cheesecake-with-oreo-cookies_114579-2473.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-bowls-with-sweet-sauces-honey-jam-chocolate-paste-condensed-milk-white-plate_176474-2428.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-bowls-with-sweet-sauces-honey-jam-chocolate-paste-condensed-milk-white-plate_176474-2428.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-with-paper-wrapped-sandwich_23-2151309948.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-with-paper-wrapped-sandwich_23-2151309948.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Trusted by 1000+ local foodies"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "FRESHLY PREPARED",
|
||||
},
|
||||
type: "text", text: "FRESHLY PREPARED"},
|
||||
{
|
||||
type: "text",
|
||||
text: "AUTHENTIC TASTE",
|
||||
},
|
||||
type: "text", text: "AUTHENTIC TASTE"},
|
||||
{
|
||||
type: "text",
|
||||
text: "PREMIUM SERVICE",
|
||||
},
|
||||
type: "text", text: "PREMIUM SERVICE"},
|
||||
{
|
||||
type: "text",
|
||||
text: "MADE TO ORDER",
|
||||
},
|
||||
type: "text", text: "MADE TO ORDER"},
|
||||
{
|
||||
type: "text",
|
||||
text: "DAILY FRESHNESS",
|
||||
},
|
||||
type: "text", text: "DAILY FRESHNESS"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -166,19 +113,13 @@ export default function LandingPage() {
|
||||
description="We don't believe in shortcuts. At Al Haddaf, every order is prepared fresh on the spot to ensure the highest quality experience."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Prepared Fresh to Order",
|
||||
description: "No reheating. No shortcuts. Just pure taste.",
|
||||
},
|
||||
title: "Prepared Fresh to Order", description: "No reheating. No shortcuts. Just pure taste."},
|
||||
{
|
||||
title: "Fast Service",
|
||||
description: "Most orders are ready in under 10 minutes.",
|
||||
},
|
||||
title: "Fast Service", description: "Most orders are ready in under 10 minutes."},
|
||||
{
|
||||
title: "Premium Hospitality",
|
||||
description: "Consistently friendly service every visit.",
|
||||
},
|
||||
title: "Premium Hospitality", description: "Consistently friendly service every visit."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-colorful-salad-ingredients-made-from-red-cabbage-bunch-parsley-roma-tomatoes-carrot-potatoes-onions-around-cutting-board-wooden-background-with-space-text_140725-138614.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-colorful-salad-ingredients-made-from-red-cabbage-bunch-parsley-roma-tomatoes-carrot-potatoes-onions-around-cutting-board-wooden-background-with-space-text_140725-138614.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -188,43 +129,20 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Shawarma Wrap",
|
||||
price: "AED 12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-wrapped-lavash-wooden-board-served-with-lintel-soup-ayran-drink-table_140725-12781.jpg",
|
||||
},
|
||||
id: "1", name: "Classic Shawarma Wrap", price: "AED 12", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-wrapped-lavash-wooden-board-served-with-lintel-soup-ayran-drink-table_140725-12781.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Gourmet Angus Burger",
|
||||
price: "AED 25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clear-glass-cup-brown-wooden-table_209848-81.jpg",
|
||||
},
|
||||
id: "2", name: "Gourmet Angus Burger", price: "AED 25", imageSrc: "http://img.b2bpic.net/free-photo/clear-glass-cup-brown-wooden-table_209848-81.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Signature Karak Tea",
|
||||
price: "AED 5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-vanilla-ice-cream-scoop-plate-isolated-black-background_181624-57527.jpg",
|
||||
},
|
||||
id: "3", name: "Signature Karak Tea", price: "AED 5", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-vanilla-ice-cream-scoop-plate-isolated-black-background_181624-57527.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Fresh Orange Juice",
|
||||
price: "AED 10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-pouring-coffee-mug_23-2148350191.jpg",
|
||||
},
|
||||
id: "4", name: "Fresh Orange Juice", price: "AED 10", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-pouring-coffee-mug_23-2148350191.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Crispy Fries Basket",
|
||||
price: "AED 8",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-meat-sandwich-sandwich-made-meat-grilled-spit-with-vegetables-dark-blue-desk_140725-61784.jpg",
|
||||
},
|
||||
id: "5", name: "Crispy Fries Basket", price: "AED 8", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-meat-sandwich-sandwich-made-meat-grilled-spit-with-vegetables-dark-blue-desk_140725-61784.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Chicken Nuggets",
|
||||
price: "AED 15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-smoke-cooked-food_23-2151259664.jpg",
|
||||
},
|
||||
id: "6", name: "Chicken Nuggets", price: "AED 15", imageSrc: "http://img.b2bpic.net/free-photo/tasty-smoke-cooked-food_23-2151259664.jpg"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Explore our freshly made selections."
|
||||
@@ -237,60 +155,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Ahmed",
|
||||
date: "Oct 2023",
|
||||
title: "Regular Customer",
|
||||
quote: "The food is fresh and tasty.",
|
||||
tag: "Freshness",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-with-cocktail-burning-candle-side-view_140725-12766.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-wrapped-lavash-served-with-lentil-merci-soup-ayran-drink-wooden-board_140725-12783.jpg?_wi=2",
|
||||
imageAlt: "cinematic close up grilled shawarma wrap",
|
||||
},
|
||||
id: "1", name: "Sarah Ahmed", date: "Oct 2023", title: "Regular Customer", quote: "The food is fresh and tasty.", tag: "Freshness", avatarSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-with-cocktail-burning-candle-side-view_140725-12766.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-doner-wrapped-lavash-served-with-lentil-merci-soup-ayran-drink-wooden-board_140725-12783.jpg", imageAlt: "cinematic close up grilled shawarma wrap"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
date: "Sep 2023",
|
||||
title: "Diner",
|
||||
quote: "Best service I've had in ages.",
|
||||
tag: "Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/black-rice-with-peeled-orange_23-2148469878.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-salad-ingredients-made-from-red-cabbage-bunch-parsley-roma-tomatoes-carrot-potatoes-onions-around-cutting-board-wooden-background-with-space-text_140725-138614.jpg?_wi=2",
|
||||
imageAlt: "cinematic close up grilled shawarma wrap",
|
||||
},
|
||||
id: "2", name: "Michael Chen", date: "Sep 2023", title: "Diner", quote: "Best service I've had in ages.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/black-rice-with-peeled-orange_23-2148469878.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-salad-ingredients-made-from-red-cabbage-bunch-parsley-roma-tomatoes-carrot-potatoes-onions-around-cutting-board-wooden-background-with-space-text_140725-138614.jpg", imageAlt: "cinematic close up grilled shawarma wrap"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
date: "Aug 2023",
|
||||
title: "Coffee Lover",
|
||||
quote: "Fast service, consistently good.",
|
||||
tag: "Atmosphere",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pouring-tea-into-clay-cups_23-2151996322.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164705.jpg?_wi=1",
|
||||
imageAlt: "cinematic close up grilled shawarma wrap",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", date: "Aug 2023", title: "Coffee Lover", quote: "Fast service, consistently good.", tag: "Atmosphere", avatarSrc: "http://img.b2bpic.net/free-photo/pouring-tea-into-clay-cups_23-2151996322.jpg", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164705.jpg", imageAlt: "cinematic close up grilled shawarma wrap"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
date: "Jul 2023",
|
||||
title: "Local",
|
||||
quote: "Daily regular. Always perfect.",
|
||||
tag: "Quality",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/chocolate-fondue-with-sugar-dust-vanilla-ice-cream-image_114579-2313.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805413.jpg?_wi=2",
|
||||
imageAlt: "cinematic close up grilled shawarma wrap",
|
||||
},
|
||||
id: "4", name: "David Kim", date: "Jul 2023", title: "Local", quote: "Daily regular. Always perfect.", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-photo/chocolate-fondue-with-sugar-dust-vanilla-ice-cream-image_114579-2313.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805413.jpg", imageAlt: "cinematic close up grilled shawarma wrap"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fatima Zahra",
|
||||
date: "Jun 2023",
|
||||
title: "Foodie",
|
||||
quote: "Best Karak in town, hands down.",
|
||||
tag: "Taste",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805496.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-crackes-glass-cup-with-glass-icecream-top-view_114579-19110.jpg?_wi=2",
|
||||
imageAlt: "cinematic close up grilled shawarma wrap",
|
||||
},
|
||||
id: "5", name: "Fatima Zahra", date: "Jun 2023", title: "Foodie", quote: "Best Karak in town, hands down.", tag: "Taste", avatarSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805496.jpg", imageSrc: "http://img.b2bpic.net/free-photo/crispy-crackes-glass-cup-with-glass-icecream-top-view_114579-19110.jpg", imageAlt: "cinematic close up grilled shawarma wrap"},
|
||||
]}
|
||||
title="Voices of Al Haddaf"
|
||||
description="Don't just take our word for it—see what our regular customers have to say."
|
||||
@@ -301,12 +174,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Taste the Difference Today"
|
||||
description="Join us at Al Haddaf. Freshly made, served fast, always welcoming."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164705.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164705.jpg"
|
||||
mediaPosition="right"
|
||||
buttonText="Order via WhatsApp"
|
||||
/>
|
||||
@@ -318,33 +190,21 @@ export default function LandingPage() {
|
||||
logoText="Al Haddaf"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Experience",
|
||||
href: "#experience",
|
||||
},
|
||||
label: "Experience", href: "#experience"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+97100000000",
|
||||
},
|
||||
label: "Call Us", href: "tel:+97100000000"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/97100000000",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/97100000000"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user