diff --git a/src/app/page.tsx b/src/app/page.tsx index 7587532..5d5cc0a 100644 --- a/src/app/page.tsx +++ b/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() { @@ -53,66 +46,41 @@ export default function LandingPage() {
@@ -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() {