Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
187
src/app/page.tsx
187
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "/reservation",
|
||||
},
|
||||
name: "Reserve", id: "/reservation"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Al Rimal"
|
||||
/>
|
||||
@@ -56,45 +46,28 @@ export default function LandingPage() {
|
||||
<div id="home-hero" data-section="home-hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Taste the Luxury of Arabian & International Cuisine"
|
||||
description="Experience an exquisite blend of authentic Emirati traditions and modern international culinary mastery in the heart of Dubai."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "View Our Menu", href: "/menu"},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "/reservation",
|
||||
},
|
||||
text: "Reserve Your Table", href: "/reservation"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-digital-art_23-2151358076.jpg?_wi=1",
|
||||
imageAlt: "Al Rimal Luxury Dining Atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-digital-art_23-2151358076.jpg?_wi=1", imageAlt: "Al Rimal Luxury Dining Atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-sushi-rolls-plate_140725-4319.jpg?_wi=1",
|
||||
imageAlt: "Gourmet International Dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-sushi-rolls-plate_140725-4319.jpg?_wi=1", imageAlt: "Gourmet International Dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg",
|
||||
imageAlt: "Al Rimal Luxury Dining Atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg", imageAlt: "Al Rimal Luxury Dining Atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sushi-concept_23-2148678268.jpg?_wi=1",
|
||||
imageAlt: "Gourmet International Dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sushi-concept_23-2148678268.jpg?_wi=1", imageAlt: "Gourmet International Dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg",
|
||||
imageAlt: "Al Rimal Luxury Dining Atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg", imageAlt: "Al Rimal Luxury Dining Atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-steak-plate-with-onions-ketchup-glass-red-wine_140725-9059.jpg",
|
||||
imageAlt: "Gourmet International Dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-steak-plate-with-onions-ketchup-glass-red-wine_140725-9059.jpg", imageAlt: "Gourmet International Dish"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,26 +80,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Sushi & Maki",
|
||||
description: "Fresh, premium sashimi and artistically prepared maki rolls.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-with-leaf_181624-808.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-sushi-rolls-with-sauce-with-wasabi-ginger-plate_141793-11358.jpg",
|
||||
buttonText: "Discover",
|
||||
},
|
||||
title: "Sushi & Maki", description: "Fresh, premium sashimi and artistically prepared maki rolls.", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-with-leaf_181624-808.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-sushi-rolls-with-sauce-with-wasabi-ginger-plate_141793-11358.jpg", buttonText: "Discover"},
|
||||
{
|
||||
title: "Emirati Breakfast",
|
||||
description: "Authentic local delicacies including Chebab and Balaleet.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-dish-asian-restaurant_23-2148195634.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/sausage-salad_1203-3280.jpg",
|
||||
buttonText: "Discover",
|
||||
},
|
||||
title: "Emirati Breakfast", description: "Authentic local delicacies including Chebab and Balaleet.", imageSrc: "http://img.b2bpic.net/free-photo/sushi-dish-asian-restaurant_23-2148195634.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/sausage-salad_1203-3280.jpg", buttonText: "Discover"},
|
||||
{
|
||||
title: "Prime Main Courses",
|
||||
description: "World-class steaks and traditional Machboos dishes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-balls-sprinkled-with-pistachio-chips_140725-2941.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-with-vegetables_140725-6197.jpg",
|
||||
buttonText: "Discover",
|
||||
},
|
||||
title: "Prime Main Courses", description: "World-class steaks and traditional Machboos dishes.", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-balls-sprinkled-with-pistachio-chips_140725-2941.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-with-vegetables_140725-6197.jpg", buttonText: "Discover"},
|
||||
]}
|
||||
title="Signature Culinary Excellence"
|
||||
description="Indulge in our carefully crafted selection of premium cuisines."
|
||||
@@ -140,17 +98,11 @@ export default function LandingPage() {
|
||||
description="At Al Rimal, we merge the rich heritage of Emirati cuisine with the finesse of international fine dining, creating an unparalleled gastronomic atmosphere."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "15+", title: "Years Experience"},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Master Chefs",
|
||||
},
|
||||
value: "50+", title: "Master Chefs"},
|
||||
{
|
||||
value: "100k+",
|
||||
title: "Satisfied Guests",
|
||||
},
|
||||
value: "100k+", title: "Satisfied Guests"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-high-glass-candlestick-table-near-christmas-decoration-new-year-eve-concept_132075-11262.jpg?_wi=1"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -164,60 +116,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Ahmed",
|
||||
date: "Jan 2025",
|
||||
title: "Exceptional",
|
||||
quote: "The best dining experience in Dubai. The ambiance is purely majestic.",
|
||||
tag: "Verified Guest",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18777.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-digital-art_23-2151358076.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer dining luxury restaurant",
|
||||
},
|
||||
id: "1", name: "Sarah Ahmed", date: "Jan 2025", title: "Exceptional", quote: "The best dining experience in Dubai. The ambiance is purely majestic.", tag: "Verified Guest", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18777.jpg", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-celebration-digital-art_23-2151358076.jpg?_wi=2", imageAlt: "satisfied customer dining luxury restaurant"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Stevens",
|
||||
date: "Dec 2024",
|
||||
title: "World-class",
|
||||
quote: "The sushi is on par with the best in Tokyo. Incredible quality.",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-high-glass-candlestick-table-near-christmas-decoration-new-year-eve-concept_132075-11262.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer dining luxury restaurant",
|
||||
},
|
||||
id: "2", name: "Mark Stevens", date: "Dec 2024", title: "World-class", quote: "The sushi is on par with the best in Tokyo. Incredible quality.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517423.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-high-glass-candlestick-table-near-christmas-decoration-new-year-eve-concept_132075-11262.jpg?_wi=2", imageAlt: "satisfied customer dining luxury restaurant"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Layla Khaled",
|
||||
date: "Dec 2024",
|
||||
title: "Authentic",
|
||||
quote: "A perfect blend of luxury and tradition. The Machboos is divine.",
|
||||
tag: "Local Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/senior-couples-together-luxurious-restaurant_23-2150517415.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-sushi-rolls-plate_140725-4319.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer dining luxury restaurant",
|
||||
},
|
||||
id: "3", name: "Layla Khaled", date: "Dec 2024", title: "Authentic", quote: "A perfect blend of luxury and tradition. The Machboos is divine.", tag: "Local Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/senior-couples-together-luxurious-restaurant_23-2150517415.jpg", imageSrc: "http://img.b2bpic.net/free-photo/various-sushi-rolls-plate_140725-4319.jpg?_wi=2", imageAlt: "satisfied customer dining luxury restaurant"},
|
||||
{
|
||||
id: "4",
|
||||
name: "John Doe",
|
||||
date: "Nov 2024",
|
||||
title: "Premium",
|
||||
quote: "Exceptional service and impeccable attention to detail.",
|
||||
tag: "Business Traveler",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg",
|
||||
imageAlt: "satisfied customer dining luxury restaurant",
|
||||
},
|
||||
id: "4", name: "John Doe", date: "Nov 2024", title: "Premium", quote: "Exceptional service and impeccable attention to detail.", tag: "Business Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg", imageAlt: "satisfied customer dining luxury restaurant"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fatima Al-Jaber",
|
||||
date: "Oct 2024",
|
||||
title: "Luxury",
|
||||
quote: "The interior design and plating are works of art.",
|
||||
tag: "Socialite",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sushi-concept_23-2148678268.jpg?_wi=2",
|
||||
imageAlt: "satisfied customer dining luxury restaurant",
|
||||
},
|
||||
id: "5", name: "Fatima Al-Jaber", date: "Oct 2024", title: "Luxury", quote: "The interior design and plating are works of art.", tag: "Socialite", avatarSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-top-view_141793-4457.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sushi-concept_23-2148678268.jpg?_wi=2", imageAlt: "satisfied customer dining luxury restaurant"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Experience excellence through the eyes of our distinguished diners."
|
||||
@@ -228,16 +135,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in touch"
|
||||
title="Plan your next exquisite dining experience"
|
||||
description="Whether it's a celebration, a romantic evening, or a professional gathering, Al Rimal is ready to serve you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Us", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -247,46 +151,29 @@ export default function LandingPage() {
|
||||
logoText="Al Rimal"
|
||||
columns={[
|
||||
{
|
||||
title: "Restaurant",
|
||||
items: [
|
||||
title: "Restaurant", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "Reserve",
|
||||
href: "/reservation",
|
||||
},
|
||||
label: "Reserve", href: "/reservation"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "+971 4 000 0000",
|
||||
href: "tel:+97140000000",
|
||||
},
|
||||
label: "+971 4 000 0000", href: "tel:+97140000000"},
|
||||
{
|
||||
label: "hello@alrimal.ae",
|
||||
href: "mailto:hello@alrimal.ae",
|
||||
},
|
||||
label: "hello@alrimal.ae", href: "mailto:hello@alrimal.ae"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user