Update src/app/page.tsx
This commit is contained in:
277
src/app/page.tsx
277
src/app/page.tsx
@@ -13,7 +13,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Facebook, Instagram, MapPin, Twitter, Utensils } from "lucide-react";
|
||||
import { Facebook, HeartHandshake, Instagram, MapPin, Twitter, Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hfqhr"
|
||||
logoAlt="Restaurant chez Nabil Logo"
|
||||
@@ -67,19 +55,14 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Restaurant chez Nabil"
|
||||
description="Experience the culinary artistry of Restaurant chez Nabil, where traditional flavors meet modern techniques. We invite you to a journey of exquisite tastes and an unforgettable dining experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Make a Reservation", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-castle-architecture_23-2150754912.jpg"
|
||||
imageAlt="Elegant restaurant dining area with exquisite table settings"
|
||||
@@ -94,17 +77,11 @@ export default function LandingPage() {
|
||||
description="At Restaurant chez Nabil, we believe in creating more than just meals – we craft experiences. Our chefs are dedicated to sourcing the finest local ingredients, blending authentic recipes with innovative twists to delight every palate."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years of Experience",
|
||||
},
|
||||
value: "15+", title: "Years of Experience"},
|
||||
{
|
||||
value: "5000+",
|
||||
title: "Happy Customers",
|
||||
},
|
||||
value: "5000+", title: "Happy Customers"},
|
||||
{
|
||||
value: "Top Rated",
|
||||
title: "Awards Won",
|
||||
},
|
||||
value: "Top Rated", title: "Awards Won"},
|
||||
]}
|
||||
tag="About Us"
|
||||
tagIcon={Utensils}
|
||||
@@ -122,67 +99,35 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "appetizers",
|
||||
label: "Starters",
|
||||
title: "Delectable Appetizers",
|
||||
items: [
|
||||
"Freshly Prepared",
|
||||
"Locally Sourced",
|
||||
"Artfully Plated",
|
||||
],
|
||||
id: "appetizers", label: "Starters", title: "Delectable Appetizers", items: [
|
||||
"Freshly Prepared", "Locally Sourced", "Artfully Plated"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Explore",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Explore", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "main-courses",
|
||||
label: "Entrées",
|
||||
title: "Signature Main Courses",
|
||||
items: [
|
||||
"Gourmet Selection",
|
||||
"Chef's Specials",
|
||||
"Perfectly Cooked",
|
||||
],
|
||||
id: "main-courses", label: "Entrées", title: "Signature Main Courses", items: [
|
||||
"Gourmet Selection", "Chef's Specials", "Perfectly Cooked"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Discover",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Discover", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "desserts",
|
||||
label: "Sweets",
|
||||
title: "Irresistible Desserts",
|
||||
items: [
|
||||
"Handcrafted Delights",
|
||||
"Sweet Endings",
|
||||
"Seasonal Creations",
|
||||
],
|
||||
id: "desserts", label: "Sweets", title: "Irresistible Desserts", items: [
|
||||
"Handcrafted Delights", "Sweet Endings", "Seasonal Creations"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Indulge",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Indulge", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "drinks",
|
||||
label: "Beverages",
|
||||
title: "Refreshing Drinks",
|
||||
items: [
|
||||
"Fine Wines",
|
||||
"Craft Cocktails",
|
||||
"Artisan Coffees",
|
||||
],
|
||||
id: "drinks", label: "Beverages", title: "Refreshing Drinks", items: [
|
||||
"Fine Wines", "Craft Cocktails", "Artisan Coffees"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Sip",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Sip", href: "#menu"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -200,65 +145,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "pizza",
|
||||
brand: "Italian Delights",
|
||||
name: "Classic Margherita Pizza",
|
||||
price: "$18.00",
|
||||
rating: 5,
|
||||
reviewCount: "120 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-dough-with-pepperoni_23-2148601587.jpg",
|
||||
imageAlt: "Delicious classic Margherita pizza",
|
||||
},
|
||||
id: "pizza", brand: "Italian Delights", name: "Classic Margherita Pizza", price: "$18.00", rating: 5,
|
||||
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/view-pizza-dough-with-pepperoni_23-2148601587.jpg", imageAlt: "Delicious classic Margherita pizza"},
|
||||
{
|
||||
id: "burger",
|
||||
brand: "American Comfort",
|
||||
name: "Gourmet Nabil Burger",
|
||||
price: "$22.00",
|
||||
rating: 4,
|
||||
reviewCount: "95 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-grilled-beef-burger-cutting-board_7502-9885.jpg",
|
||||
imageAlt: "Gourmet burger with crispy fries",
|
||||
},
|
||||
id: "burger", brand: "American Comfort", name: "Gourmet Nabil Burger", price: "$22.00", rating: 4,
|
||||
reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/tasty-grilled-beef-burger-cutting-board_7502-9885.jpg", imageAlt: "Gourmet burger with crispy fries"},
|
||||
{
|
||||
id: "pasta",
|
||||
brand: "Authentic Cuisine",
|
||||
name: "Seafood Linguine",
|
||||
price: "$25.00",
|
||||
rating: 5,
|
||||
reviewCount: "80 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-6417.jpg",
|
||||
imageAlt: "Seafood linguine with fresh ingredients",
|
||||
},
|
||||
id: "pasta", brand: "Authentic Cuisine", name: "Seafood Linguine", price: "$25.00", rating: 5,
|
||||
reviewCount: "80 reviews", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-6417.jpg", imageAlt: "Seafood linguine with fresh ingredients"},
|
||||
{
|
||||
id: "salad",
|
||||
brand: "Healthy Choices",
|
||||
name: "Mediterranean Quinoa Salad",
|
||||
price: "$16.00",
|
||||
rating: 4,
|
||||
reviewCount: "60 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-chicken-lettuce-tomato-lemon-parmesan-anchovies-side-view_141793-12138.jpg",
|
||||
imageAlt: "Fresh Mediterranean quinoa salad",
|
||||
},
|
||||
id: "salad", brand: "Healthy Choices", name: "Mediterranean Quinoa Salad", price: "$16.00", rating: 4,
|
||||
reviewCount: "60 reviews", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-chicken-lettuce-tomato-lemon-parmesan-anchovies-side-view_141793-12138.jpg", imageAlt: "Fresh Mediterranean quinoa salad"},
|
||||
{
|
||||
id: "sushi",
|
||||
brand: "Asian Fusion",
|
||||
name: "Chef's Special Sushi Platter",
|
||||
price: "$30.00",
|
||||
rating: 5,
|
||||
reviewCount: "110 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-cuts-salmon-into-slices_140725-4385.jpg",
|
||||
imageAlt: "Variety of sushi on a elegant platter",
|
||||
},
|
||||
id: "sushi", brand: "Asian Fusion", name: "Chef's Special Sushi Platter", price: "$30.00", rating: 5,
|
||||
reviewCount: "110 reviews", imageSrc: "http://img.b2bpic.net/free-photo/cook-cuts-salmon-into-slices_140725-4385.jpg", imageAlt: "Variety of sushi on a elegant platter"},
|
||||
{
|
||||
id: "dessert",
|
||||
brand: "Sweet Temptations",
|
||||
name: "Chocolate Lava Cake",
|
||||
price: "$12.00",
|
||||
rating: 5,
|
||||
reviewCount: "75 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-blackberry-smoothie-table-with-blurry-surface_181624-52798.jpg",
|
||||
imageAlt: "Chocolate lava cake with berries",
|
||||
},
|
||||
id: "dessert", brand: "Sweet Temptations", name: "Chocolate Lava Cake", price: "$12.00", rating: 5,
|
||||
reviewCount: "75 reviews", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-blackberry-smoothie-table-with-blurry-surface_181624-52798.jpg", imageAlt: "Chocolate lava cake with berries"},
|
||||
]}
|
||||
title="Our Delectable Dishes"
|
||||
description="Explore our full menu, crafted with passion and the freshest ingredients. From classic comforts to innovative delights, there's something for every taste."
|
||||
@@ -273,25 +176,13 @@ export default function LandingPage() {
|
||||
tag="Our Achievements"
|
||||
metrics={[
|
||||
{
|
||||
id: "dishes",
|
||||
value: "10K+",
|
||||
description: "Dishes Served Annually",
|
||||
},
|
||||
id: "dishes", value: "10K+", description: "Dishes Served Annually"},
|
||||
{
|
||||
id: "satisfied",
|
||||
value: "98%",
|
||||
description: "Customer Satisfaction",
|
||||
},
|
||||
id: "satisfied", value: "98%", description: "Customer Satisfaction"},
|
||||
{
|
||||
id: "awards",
|
||||
value: "5x",
|
||||
description: "Culinary Awards Won",
|
||||
},
|
||||
id: "awards", value: "5x", description: "Culinary Awards Won"},
|
||||
{
|
||||
id: "ingredients",
|
||||
value: "Local",
|
||||
description: "Sourced Ingredients",
|
||||
},
|
||||
id: "ingredients", value: "Local", description: "Sourced Ingredients"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -305,26 +196,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "nabil",
|
||||
name: "Chef Nabil El-Mekki",
|
||||
role: "Head Chef & Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-professional-chef_23-2151864171.jpg",
|
||||
imageAlt: "Portrait of Chef Nabil",
|
||||
},
|
||||
id: "nabil", name: "Chef Nabil El-Mekki", role: "Head Chef & Owner", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-professional-chef_23-2151864171.jpg", imageAlt: "Portrait of Chef Nabil"},
|
||||
{
|
||||
id: "sarah",
|
||||
name: "Sarah Dubois",
|
||||
role: "Restaurant Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waiter-waitress-standing-counter_1170-611.jpg",
|
||||
imageAlt: "Portrait of Sarah Dubois",
|
||||
},
|
||||
id: "sarah", name: "Sarah Dubois", role: "Restaurant Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waiter-waitress-standing-counter_1170-611.jpg", imageAlt: "Portrait of Sarah Dubois"},
|
||||
{
|
||||
id: "marc",
|
||||
name: "Marc Lavoie",
|
||||
role: "Sommelier",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg",
|
||||
imageAlt: "Portrait of Marc Lavoie",
|
||||
},
|
||||
id: "marc", name: "Marc Lavoie", role: "Sommelier", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving_1258-199256.jpg", imageAlt: "Portrait of Marc Lavoie"},
|
||||
]}
|
||||
title="Meet Our Dedicated Team"
|
||||
description="Behind every exquisite dish and warm welcome is a team passionate about hospitality and culinary excellence. Get to know the faces that make Restaurant chez Nabil special."
|
||||
@@ -337,35 +213,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Isabelle Laurent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
|
||||
imageAlt: "Customer Isabelle Laurent",
|
||||
},
|
||||
id: "1", name: "Isabelle Laurent", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg", imageAlt: "Customer Isabelle Laurent"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Antoine Girard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3633.jpg",
|
||||
imageAlt: "Customer Antoine Girard",
|
||||
},
|
||||
id: "2", name: "Antoine Girard", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3633.jpg", imageAlt: "Customer Antoine Girard"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marie Lefevre",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-black-suit-working-cafe_1157-28489.jpg",
|
||||
imageAlt: "Customer Marie Lefevre",
|
||||
},
|
||||
id: "3", name: "Marie Lefevre", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-black-suit-working-cafe_1157-28489.jpg", imageAlt: "Customer Marie Lefevre"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Pierre Martin",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-blonde-woman-sitting-wooden-bench-beside-restaurant-enjoying-favorite-beverage-outdoor-portrait-magnificent-girl-coat-cap-drinking-coffee-waiting-someone_197531-4279.jpg",
|
||||
imageAlt: "Customer Pierre Martin",
|
||||
},
|
||||
id: "4", name: "Pierre Martin", imageSrc: "http://img.b2bpic.net/free-photo/charming-blonde-woman-sitting-wooden-bench-beside-restaurant-enjoying-favorite-beverage-outdoor-portrait-magnificent-girl-coat-cap-drinking-coffee-waiting-someone_197531-4279.jpg", imageAlt: "Customer Pierre Martin"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophie Dubois",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
|
||||
imageAlt: "Customer Sophie Dubois",
|
||||
},
|
||||
id: "5", name: "Sophie Dubois", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", imageAlt: "Customer Sophie Dubois"},
|
||||
]}
|
||||
cardTitle="What Our Guests Are Saying"
|
||||
cardTag="Customer Stories"
|
||||
@@ -380,25 +236,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer vegetarian and vegan options?",
|
||||
content: "Yes, our menu includes a diverse selection of vegetarian and vegan dishes, crafted with fresh, seasonal ingredients. Please inform your server of any dietary restrictions.",
|
||||
},
|
||||
id: "q1", title: "Do you offer vegetarian and vegan options?", content: "Yes, our menu includes a diverse selection of vegetarian and vegan dishes, crafted with fresh, seasonal ingredients. Please inform your server of any dietary restrictions."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How can I make a reservation?",
|
||||
content: "Reservations can be made easily through our website's contact form, or by calling us directly during opening hours. We recommend booking in advance, especially for weekend evenings.",
|
||||
},
|
||||
id: "q2", title: "How can I make a reservation?", content: "Reservations can be made easily through our website's contact form, or by calling us directly during opening hours. We recommend booking in advance, especially for weekend evenings."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you accommodate private events or catering?",
|
||||
content: "Absolutely! Restaurant chez Nabil offers private dining spaces and bespoke catering services for special occasions, corporate events, and celebrations. Contact us to discuss your requirements.",
|
||||
},
|
||||
id: "q3", title: "Do you accommodate private events or catering?", content: "Absolutely! Restaurant chez Nabil offers private dining spaces and bespoke catering services for special occasions, corporate events, and celebrations. Contact us to discuss your requirements."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open for dinner from Tuesday to Saturday, 5:00 PM to 10:00 PM. We are closed on Sundays and Mondays. Special holiday hours may apply, please check our social media.",
|
||||
},
|
||||
id: "q4", title: "What are your opening hours?", content: "We are open for dinner from Tuesday to Saturday, 5:00 PM to 10:00 PM. We are closed on Sundays and Mondays. Special holiday hours may apply, please check our social media."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-male-recording-cooking-video-home_23-2148581861.jpg"
|
||||
imageAlt="Modern and clean restaurant kitchen"
|
||||
@@ -414,8 +258,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us or Make a Reservation"
|
||||
description="We look forward to welcoming you to Restaurant chez Nabil. Use the form below for inquiries or to book your table."
|
||||
@@ -433,19 +276,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/chezNabil",
|
||||
ariaLabel: "Facebook page",
|
||||
},
|
||||
href: "https://facebook.com/chezNabil", ariaLabel: "Facebook page"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/chezNabil",
|
||||
ariaLabel: "Instagram profile",
|
||||
},
|
||||
href: "https://instagram.com/chezNabil", ariaLabel: "Instagram profile"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/chezNabil",
|
||||
ariaLabel: "Twitter profile",
|
||||
},
|
||||
href: "https://twitter.com/chezNabil", ariaLabel: "Twitter profile"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user