Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
234
src/app/page.tsx
234
src/app/page.tsx
@@ -31,24 +31,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Al Soussa"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,40 +46,16 @@ export default function LandingPage() {
|
||||
logoText="Al Soussa Restaurant"
|
||||
description="Authentic flavors, traditional hospitality. Experience the heart of Mediterranean cuisine in the city."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Book Now", href: "#contact" },
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg",
|
||||
imageAlt: "traditional mediterranean restaurant interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-restaurant-with-tables-chairs_140725-9388.jpg",
|
||||
imageAlt: "restaurant atmosphere dining room",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-cook-testing-bad-soup-gourmet-dish-making-mistake-preparing-culinary-recipe-authentic-chef-doing-taste-test-with-sauce-cooking-professional-gastronomy-kitchen_482257-45654.jpg",
|
||||
imageAlt: "restaurant kitchen fresh cooking",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chair-table-terrace-restaurant-with-sea-view_1339-7117.jpg",
|
||||
imageAlt: "outdoor dining terrace atmosphere",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-snacks-healthy-unhealthy_23-2149134039.jpg",
|
||||
imageAlt: "delicious mediterranean grill plate",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-eastern-desserts-wooden-background_93675-132299.jpg",
|
||||
imageAlt: "baklava traditional middle eastern sweet",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg", imageAlt: "traditional mediterranean restaurant interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/classic-luxury-restaurant-with-tables-chairs_140725-9388.jpg", imageAlt: "restaurant atmosphere dining room" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-cook-testing-bad-soup-gourmet-dish-making-mistake-preparing-culinary-recipe-authentic-chef-doing-taste-test-with-sauce-cooking-professional-gastronomy-kitchen_482257-45654.jpg", imageAlt: "restaurant kitchen fresh cooking" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/chair-table-terrace-restaurant-with-sea-view_1339-7117.jpg", imageAlt: "outdoor dining terrace atmosphere" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-snacks-healthy-unhealthy_23-2149134039.jpg", imageAlt: "delicious mediterranean grill plate" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/traditional-eastern-desserts-wooden-background_93675-132299.jpg", imageAlt: "baklava traditional middle eastern sweet" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,29 +81,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Traditional Meze",
|
||||
descriptions: [
|
||||
"Handcrafted hummus, baba ganoush, and tabbouleh prepared with fresh, locally sourced herbs.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-dish-served-with-yogurt-olives_114579-4520.jpg",
|
||||
},
|
||||
id: "f1", title: "Traditional Meze", descriptions: ["Handcrafted hummus, baba ganoush, and tabbouleh prepared with fresh, locally sourced herbs."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijani-dish-served-with-yogurt-olives_114579-4520.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Grilled Specials",
|
||||
descriptions: [
|
||||
"Tender, marinated skewers grilled to perfection over an open flame.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-octopus-sauce-with-potatoes_141793-4614.jpg",
|
||||
},
|
||||
id: "f2", title: "Grilled Specials", descriptions: ["Tender, marinated skewers grilled to perfection over an open flame."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-octopus-sauce-with-potatoes_141793-4614.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Sweet Traditions",
|
||||
descriptions: [
|
||||
"End your meal with our iconic homemade baklava or traditional puddings.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-edible-flowers_23-2151973722.jpg",
|
||||
},
|
||||
id: "f3", title: "Sweet Traditions", descriptions: ["End your meal with our iconic homemade baklava or traditional puddings."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-presentation-with-edible-flowers_23-2151973722.jpg"},
|
||||
]}
|
||||
title="Signature Flavors"
|
||||
description="Our menu is a celebration of heritage recipes, featuring a wide array of authentic Mediterranean and Levantine dishes prepared daily."
|
||||
@@ -151,41 +101,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_j",
|
||||
testimonial: "Authentic atmosphere and the best hummus I have had in the city. Truly a gem.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-crossed-arms_23-2149434551.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@mark_d",
|
||||
testimonial: "Perfect for family gatherings. The grilled platters are consistently delicious.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-women-eating-pasta-italian-restaurant_1303-24372.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
handle: "@elena_r",
|
||||
testimonial: "I love the warm hospitality and the traditional dessert options. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255919.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James K.",
|
||||
handle: "@james_k",
|
||||
testimonial: "Great service and even better food. Feels like a trip back in time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amira H.",
|
||||
handle: "@amira_h",
|
||||
testimonial: "Everything tastes fresh and authentic. My favorite spot for Mediterranean dinner.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-retro-vintage-50-s-cafe-sitting-table-drinking-milk-shake-cocktail-black-leather-jacket-wearing-pink-sunglasses_285396-10322.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", handle: "@sarah_j", testimonial: "Authentic atmosphere and the best hummus I have had in the city. Truly a gem.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-crossed-arms_23-2149434551.jpg" },
|
||||
{ id: "2", name: "Mark D.", handle: "@mark_d", testimonial: "Perfect for family gatherings. The grilled platters are consistently delicious.", imageSrc: "http://img.b2bpic.net/free-photo/two-women-eating-pasta-italian-restaurant_1303-24372.jpg" },
|
||||
{ id: "3", name: "Elena R.", handle: "@elena_r", testimonial: "I love the warm hospitality and the traditional dessert options. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255919.jpg" },
|
||||
{ id: "4", name: "James K.", handle: "@james_k", testimonial: "Great service and even better food. Feels like a trip back in time.", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg" },
|
||||
{ id: "5", name: "Amira H.", handle: "@amira_h", testimonial: "Everything tastes fresh and authentic. My favorite spot for Mediterranean dinner.", imageSrc: "http://img.b2bpic.net/free-photo/woman-retro-vintage-50-s-cafe-sitting-table-drinking-milk-shake-cocktail-black-leather-jacket-wearing-pink-sunglasses_285396-10322.jpg" },
|
||||
]}
|
||||
title="Guest Reviews"
|
||||
description="Hear what our wonderful guests have to say about their experience at Al Soussa."
|
||||
@@ -199,48 +119,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Interior Dining",
|
||||
price: "Experience",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-background-zoom-calls_23-2149684456.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Fresh Spices",
|
||||
price: "Quality",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grinder-wooden-spoon-with-spices_23-2148601118.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Signature Baklava",
|
||||
price: "Treat",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/octopus-legs-with-lemon-herbs_114579-3467.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Coffee Ceremony",
|
||||
price: "Service",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tea-black-tea-with-teapot-turkish-delight-tray_140725-11017.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Chef Kitchen",
|
||||
price: "Process",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-is-working-nicely-decorated-kitchen-preparing-pastry-pizza_613910-3408.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Garden Terrace",
|
||||
price: "Atmosphere",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-santorini-garden_23-2151977277.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Atmosphere", name: "Interior Dining", price: "Experience", rating: 5, reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/dining-table-background-zoom-calls_23-2149684456.jpg" },
|
||||
{ id: "p2", brand: "Kitchen", name: "Fresh Spices", price: "Quality", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/grinder-wooden-spoon-with-spices_23-2148601118.jpg" },
|
||||
{ id: "p3", brand: "Dessert", name: "Signature Baklava", price: "Treat", rating: 5, reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/octopus-legs-with-lemon-herbs_114579-3467.jpg" },
|
||||
{ id: "p4", brand: "Service", name: "Coffee Ceremony", price: "Service", rating: 5, reviewCount: "21", imageSrc: "http://img.b2bpic.net/free-photo/tea-black-tea-with-teapot-turkish-delight-tray_140725-11017.jpg" },
|
||||
{ id: "p5", brand: "Culinary", name: "Chef Kitchen", price: "Process", rating: 5, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/chef-is-working-nicely-decorated-kitchen-preparing-pastry-pizza_613910-3408.jpg" },
|
||||
{ id: "p6", brand: "Outdoor", name: "Garden Terrace", price: "Atmosphere", rating: 5, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-santorini-garden_23-2151977277.jpg" },
|
||||
]}
|
||||
title="Our Restaurant"
|
||||
description="Explore our space and culinary delights through our photo gallery."
|
||||
@@ -252,21 +136,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer catering services?",
|
||||
content: "Yes, we specialize in catering for weddings, corporate events, and private family parties.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are reservations required?",
|
||||
content: "While walk-ins are welcome, we recommend reservations for weekends and larger groups.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you have vegetarian options?",
|
||||
content: "We offer a wide variety of vegetarian and vegan-friendly dishes, including all our signature mezes.",
|
||||
},
|
||||
{ id: "q1", title: "Do you offer catering services?", content: "Yes, we specialize in catering for weddings, corporate events, and private family parties." },
|
||||
{ id: "q2", title: "Are reservations required?", content: "While walk-ins are welcome, we recommend reservations for weekends and larger groups." },
|
||||
{ id: "q3", title: "Do you have vegetarian options?", content: "We offer a wide variety of vegetarian and vegan-friendly dishes, including all our signature mezes." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about dining with us."
|
||||
@@ -277,9 +149,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Contact Information"
|
||||
description="Book a table or reach out to us with any questions about our menu or catering services. Phone: +961 1 309 422"
|
||||
@@ -295,37 +165,17 @@ export default function LandingPage() {
|
||||
logoText="Al Soussa Restaurant"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Appetizers",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Main Dishes",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Desserts",
|
||||
href: "#menu",
|
||||
},
|
||||
title: "Menu", items: [
|
||||
{ label: "Appetizers", href: "#menu" },
|
||||
{ label: "Main Dishes", href: "#menu" },
|
||||
{ label: "Desserts", href: "#menu" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "FAQs", href: "#faq" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user