Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
266
src/app/page.tsx
266
src/app/page.tsx
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Clock, Users, Sparkles, ChefHat, Camera } from 'lucide-react';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
@@ -30,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
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: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Rouh"
|
||||
/>
|
||||
@@ -53,66 +46,41 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Experience Taste, Comfort & Luxury"
|
||||
description="Rouh Restaurant & Café offers a premium dining experience in the heart of Dokki with exceptional food, relaxing vibes, and unforgettable moments."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-golden-cutlery-with-leaves-plate_23-2148347411.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-golden-cutlery-with-leaves-plate_23-2148347411.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg",
|
||||
alt: "Satisfied guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", alt: "Satisfied guest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
|
||||
alt: "Regular visitor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", alt: "Regular visitor"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
|
||||
alt: "Happy patron",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg", alt: "Happy patron"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
|
||||
alt: "Satisfied visitor",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", alt: "Satisfied visitor"},
|
||||
]}
|
||||
avatarText="Join 1,000+ happy guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Open",
|
||||
},
|
||||
type: "text", text: "24/7 Open"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Dining",
|
||||
},
|
||||
type: "text", text: "Premium Dining"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Flavors",
|
||||
},
|
||||
type: "text", text: "Authentic Flavors"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Atmosphere",
|
||||
},
|
||||
type: "text", text: "Luxury Atmosphere"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Service",
|
||||
},
|
||||
type: "text", text: "Expert Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,19 +92,13 @@ export default function LandingPage() {
|
||||
description="Rouh is more than just a restaurant; it's a premium sanctuary for families and friends to gather. We combine an elegant, artistic atmosphere with world-class service, high-quality ingredients, and the finest shisha experience."
|
||||
metrics={[
|
||||
{
|
||||
value: "5.0",
|
||||
title: "Google Rating",
|
||||
},
|
||||
value: "5.0", title: "Google Rating"},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Open Always",
|
||||
},
|
||||
value: "24/7", title: "Open Always"},
|
||||
{
|
||||
value: "Premium",
|
||||
title: "Dining Experience",
|
||||
},
|
||||
value: "Premium", title: "Dining Experience"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -150,47 +112,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Grills",
|
||||
price: "E£950",
|
||||
variant: "Meat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-shrimp-grated-parmesan_140725-9727.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Signature Grills", price: "E£950", variant: "Meat", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-shrimp-grated-parmesan_140725-9727.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Oriental Delicacies",
|
||||
price: "E£850",
|
||||
variant: "Food",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-steak-medallion-mushroom-sauce-grilled-vegetables_141793-4232.jpg",
|
||||
},
|
||||
id: "p2", name: "Oriental Delicacies", price: "E£850", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/top-view-steak-medallion-mushroom-sauce-grilled-vegetables_141793-4232.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Artisan Pasta",
|
||||
price: "E£800",
|
||||
variant: "Food",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1840.jpg",
|
||||
},
|
||||
id: "p3", name: "Artisan Pasta", price: "E£800", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/close-up-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1840.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Decadent Desserts",
|
||||
price: "E£350",
|
||||
variant: "Sweet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cocktail-tablecloth_23-2151318429.jpg",
|
||||
},
|
||||
id: "p4", name: "Decadent Desserts", price: "E£350", variant: "Sweet", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cocktail-tablecloth_23-2151318429.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Artisan Coffee",
|
||||
price: "E£150",
|
||||
variant: "Drinks",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-with-hot-beverage-coffee-beans-scattered-from-sack_23-2148180236.jpg",
|
||||
},
|
||||
id: "p5", name: "Artisan Coffee", price: "E£150", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/cup-with-hot-beverage-coffee-beans-scattered-from-sack_23-2148180236.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Premium Shisha",
|
||||
price: "E£400",
|
||||
variant: "Café",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-confitures-lemon-slices-inside-plate-dark-background-fruit-citrus-cookies-biscuit-sweet_140725-110248.jpg",
|
||||
},
|
||||
id: "p6", name: "Premium Shisha", price: "E£400", variant: "Café", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-confitures-lemon-slices-inside-plate-dark-background-fruit-citrus-cookies-biscuit-sweet_140725-110248.jpg"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Indulge in a curated selection of culinary delights, from authentic grills to decadent desserts."
|
||||
@@ -203,33 +135,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Open 24/7",
|
||||
description: "Whenever you crave quality, we are here.",
|
||||
buttonIcon: "Clock",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/restaurant-emoji-icon-set_98292-3158.jpg",
|
||||
imageAlt: "luxury restaurant badge 24 hours",
|
||||
},
|
||||
title: "Open 24/7", description: "Whenever you crave quality, we are here.", buttonIcon: Clock,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/restaurant-emoji-icon-set_98292-3158.jpg", imageAlt: "luxury restaurant badge 24 hours"},
|
||||
{
|
||||
title: "Family Friendly",
|
||||
description: "A welcoming space for all generations.",
|
||||
buttonIcon: "Users",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-golden-cutlery-with-leaves-plate_23-2148347411.jpg?_wi=2",
|
||||
imageAlt: "luxury restaurant badge 24 hours",
|
||||
},
|
||||
title: "Family Friendly", description: "A welcoming space for all generations.", buttonIcon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-golden-cutlery-with-leaves-plate_23-2148347411.jpg", imageAlt: "luxury restaurant badge 24 hours"},
|
||||
{
|
||||
title: "Luxury Decor",
|
||||
description: "Elegant design inspired by global luxury.",
|
||||
buttonIcon: "Sparkles",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg?_wi=2",
|
||||
imageAlt: "luxury restaurant badge 24 hours",
|
||||
},
|
||||
title: "Luxury Decor", description: "Elegant design inspired by global luxury.", buttonIcon: Sparkles,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg", imageAlt: "luxury restaurant badge 24 hours"},
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Sourced daily for the finest flavor.",
|
||||
buttonIcon: "ChefHat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-shrimp-grated-parmesan_140725-9727.jpg?_wi=2",
|
||||
imageAlt: "luxury restaurant badge 24 hours",
|
||||
},
|
||||
title: "Fresh Ingredients", description: "Sourced daily for the finest flavor.", buttonIcon: ChefHat,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-shrimp-grated-parmesan_140725-9727.jpg", imageAlt: "luxury restaurant badge 24 hours"},
|
||||
]}
|
||||
title="Why Choose Rouh?"
|
||||
description="Discover what makes our restaurant the premier destination in Giza."
|
||||
@@ -243,59 +159,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "RedSea Tours",
|
||||
role: "Travel Partner",
|
||||
company: "Tour Agency",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg",
|
||||
},
|
||||
id: "t1", name: "RedSea Tours", role: "Travel Partner", company: "Tour Agency", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Muhammad Reda",
|
||||
role: "Customer",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg",
|
||||
},
|
||||
id: "t2", name: "Muhammad Reda", role: "Customer", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sherif El Nashar",
|
||||
role: "Diner",
|
||||
company: "Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23875.jpg",
|
||||
},
|
||||
id: "t3", name: "Sherif El Nashar", role: "Diner", company: "Regular", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23875.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ahmed Kamal",
|
||||
role: "Foodie",
|
||||
company: "Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23871.jpg",
|
||||
},
|
||||
id: "t4", name: "Ahmed Kamal", role: "Foodie", company: "Visitor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-having-lunch-cafe_1303-23871.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sara Hisham",
|
||||
role: "Diner",
|
||||
company: "Local",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg",
|
||||
},
|
||||
id: "t5", name: "Sara Hisham", role: "Diner", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
value: "5.0", label: "Avg Rating"},
|
||||
{
|
||||
value: "33+",
|
||||
label: "Reviews",
|
||||
},
|
||||
value: "33+", label: "Reviews"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Service",
|
||||
},
|
||||
value: "24/7", label: "Service"},
|
||||
]}
|
||||
title="Guest Experiences"
|
||||
description="Don't just take our word for it—hear what our diners have to say about their visit."
|
||||
@@ -308,28 +193,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Interior Design",
|
||||
description: "Elegant luxury details.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-people-vaping-from-hookah-bar_23-2149194221.jpg",
|
||||
buttonIcon: "Camera",
|
||||
title: "Interior Design", description: "Elegant luxury details.", imageSrc: "http://img.b2bpic.net/free-photo/young-people-vaping-from-hookah-bar_23-2149194221.jpg", buttonIcon: Camera,
|
||||
},
|
||||
{
|
||||
title: "Gourmet Plating",
|
||||
description: "Food that looks as good as it tastes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg",
|
||||
buttonIcon: "Camera",
|
||||
title: "Gourmet Plating", description: "Food that looks as good as it tastes.", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg", buttonIcon: Camera,
|
||||
},
|
||||
{
|
||||
title: "Night Atmosphere",
|
||||
description: "Relax in our warm ambiance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hookah-sparksfrom-grapefruit-hookah-bowl_141793-3261.jpg",
|
||||
buttonIcon: "Camera",
|
||||
title: "Night Atmosphere", description: "Relax in our warm ambiance.", imageSrc: "http://img.b2bpic.net/free-photo/hookah-sparksfrom-grapefruit-hookah-bowl_141793-3261.jpg", buttonIcon: Camera,
|
||||
},
|
||||
{
|
||||
title: "Shisha Lounge",
|
||||
description: "Premium relaxation area.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-people-vaping-from-hookah-bar_23-2149194222.jpg",
|
||||
buttonIcon: "Camera",
|
||||
title: "Shisha Lounge", description: "Premium relaxation area.", imageSrc: "http://img.b2bpic.net/free-photo/young-people-vaping-from-hookah-bar_23-2149194222.jpg", buttonIcon: Camera,
|
||||
},
|
||||
]}
|
||||
title="Captured Moments"
|
||||
@@ -341,8 +214,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Visit or Reserve"
|
||||
description="Located at 3 Abd El-Hameed Lotfy, Dokki, Giza. Reach us at 01125086631 for inquiries."
|
||||
@@ -356,41 +228,27 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/201125086631",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/201125086631"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "3 Abd El-Hameed Lotfy, Dokki, Giza",
|
||||
href: "#",
|
||||
},
|
||||
label: "3 Abd El-Hameed Lotfy, Dokki, Giza", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user