Merge version_1 into main #1
178
src/app/page.tsx
178
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Oasis Med"
|
||||
/>
|
||||
@@ -53,38 +45,19 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Authentic Flavors of the Mediterranean"
|
||||
description="Experience fresh, flavorful chicken shawarma, kufta kabob, and authentic dishes in a warm, welcoming atmosphere."
|
||||
tag="Since 1995"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-fried-chicken-pieces-with-lemon-french-fries-salad-wood-plate_176474-2629.jpg",
|
||||
imageAlt: "Mediterranean spread",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/from-fried-chicken-pieces-with-lemon-french-fries-salad-wood-plate_176474-2629.jpg", imageAlt: "Mediterranean spread"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg",
|
||||
imageAlt: "Fresh ingredients",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-spices-rice_140725-9649.jpg",
|
||||
imageAlt: "Fried chicken with spices and rice",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-shaurma-sliced-pita-sandwich-inside-plate-dark-surface-burger-meal-grill-snack-lunch-bread-toast_140725-153840.jpg",
|
||||
imageAlt: "Front view delicious shaurma sliced pita sandwich inside plate on dark surface",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-lavash-with-french-fries_140725-2424.jpg",
|
||||
imageAlt: "Meat doner in lavash with french fries",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg", imageAlt: "Fresh ingredients"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -99,19 +72,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Utensils,
|
||||
label: "Authentic Recipes",
|
||||
value: "25+",
|
||||
},
|
||||
label: "Authentic Recipes", value: "25+"},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Happy Guests",
|
||||
value: "10k+",
|
||||
},
|
||||
label: "Happy Guests", value: "10k+"},
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Fresh Daily",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Fresh Daily", value: "100%"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -125,59 +92,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Signature",
|
||||
name: "Chicken Shawarma",
|
||||
price: "$14.99",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-arrangement_23-2149072620.jpg",
|
||||
},
|
||||
id: "1", brand: "Signature", name: "Chicken Shawarma", price: "$14.99", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-arrangement_23-2149072620.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Signature",
|
||||
name: "Kufta Kabob",
|
||||
price: "$16.99",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-liver-kebab-with-potatoes-tomato-with-grilled-green-pepper-sauce-tray_141793-3934.jpg",
|
||||
},
|
||||
id: "2", brand: "Signature", name: "Kufta Kabob", price: "$16.99", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beef-liver-kebab-with-potatoes-tomato-with-grilled-green-pepper-sauce-tray_141793-3934.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Vegan",
|
||||
name: "Fresh Tabouli",
|
||||
price: "$9.99",
|
||||
rating: 4,
|
||||
reviewCount: "50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-with-salad-seen-from_1220-192.jpg",
|
||||
},
|
||||
id: "3", brand: "Vegan", name: "Fresh Tabouli", price: "$9.99", rating: 4,
|
||||
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/wooden-bowl-with-salad-seen-from_1220-192.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Vegan",
|
||||
name: "Falafel Platter",
|
||||
price: "$12.99",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burrata-ball-with-cherry-tomatoes-basil-leaves-figs-olive-oil-bowl-table_127032-3588.jpg",
|
||||
},
|
||||
id: "4", brand: "Vegan", name: "Falafel Platter", price: "$12.99", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/burrata-ball-with-cherry-tomatoes-basil-leaves-figs-olive-oil-bowl-table_127032-3588.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Sides",
|
||||
name: "Warm Pita Basket",
|
||||
price: "$3.99",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-pastry-basket-marble-surface_114579-52140.jpg",
|
||||
},
|
||||
id: "5", brand: "Sides", name: "Warm Pita Basket", price: "$3.99", rating: 5,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/small-pastry-basket-marble-surface_114579-52140.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Meze",
|
||||
name: "Sampler Plate",
|
||||
price: "$18.99",
|
||||
rating: 5,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beetroot-hummus-cutting-board-with-salty-cookies-light-surface_114579-5582.jpg",
|
||||
},
|
||||
id: "6", brand: "Meze", name: "Sampler Plate", price: "$18.99", rating: 5,
|
||||
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/beetroot-hummus-cutting-board-with-salty-cookies-light-surface_114579-5582.jpg"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Freshly prepared every day with the finest spices."
|
||||
@@ -190,45 +121,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Incredible!",
|
||||
quote: "The chicken shawarma is the best I've ever had. Truly authentic.",
|
||||
name: "Sarah J.",
|
||||
role: "Food Blogger",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg",
|
||||
},
|
||||
id: "1", title: "Incredible!", quote: "The chicken shawarma is the best I've ever had. Truly authentic.", name: "Sarah J.", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Great find!",
|
||||
quote: "Reasonable prices and such a clean, friendly atmosphere.",
|
||||
name: "Michael R.",
|
||||
role: "Regular Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-beautiful-woman-smiling-eating-apple-kitchen-sitting-home-bathrobe_1258-198275.jpg",
|
||||
},
|
||||
id: "2", title: "Great find!", quote: "Reasonable prices and such a clean, friendly atmosphere.", name: "Michael R.", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-beautiful-woman-smiling-eating-apple-kitchen-sitting-home-bathrobe_1258-198275.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Super fresh",
|
||||
quote: "Everything tastes like it was made from scratch. Highly recommend.",
|
||||
name: "Emily C.",
|
||||
role: "Local Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-dinner-together_23-2148454081.jpg",
|
||||
},
|
||||
id: "3", title: "Super fresh", quote: "Everything tastes like it was made from scratch. Highly recommend.", name: "Emily C.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-dinner-together_23-2148454081.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Authentic tastes",
|
||||
quote: "The kabobs are juicy and flavorful. A fantastic dining experience.",
|
||||
name: "David W.",
|
||||
role: "Business Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg",
|
||||
},
|
||||
id: "4", title: "Authentic tastes", quote: "The kabobs are juicy and flavorful. A fantastic dining experience.", name: "David W.", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Wonderful staff",
|
||||
quote: "The staff are so friendly and welcoming. We love coming here!",
|
||||
name: "Lisa B.",
|
||||
role: "Local Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
},
|
||||
id: "5", title: "Wonderful staff", quote: "The staff are so friendly and welcoming. We love coming here!", name: "Lisa B.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="We take pride in our service and food quality."
|
||||
@@ -239,8 +140,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Visit Us Today"
|
||||
description="Join us at Oasis Med for an authentic Mediterranean meal."
|
||||
tag="Contact Us"
|
||||
@@ -253,29 +153,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user