3 Commits

Author SHA1 Message Date
56c01aadfb Update src/app/page.tsx 2026-05-06 07:56:11 +00:00
8648654dc2 Merge version_2 into main
Merge version_2 into main
2026-05-06 07:53:34 +00:00
72286a0928 Update src/app/page.tsx 2026-05-06 07:53:28 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="FnH"
/>
@@ -58,35 +50,21 @@ export default function LandingPage() {
description="Authentic, fresh, and handmade Mediterranean cuisine prepared daily with love and traditional family spices."
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "Explore Our Menu", href: "#menu"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/falafel-fresh-vegetables-buddha-bowl-middle-eastern-arabic-dishes_2829-14480.jpg",
imageAlt: "Traditional Falafel Bowl",
},
imageSrc: "http://img.b2bpic.net/free-photo/falafel-fresh-vegetables-buddha-bowl-middle-eastern-arabic-dishes_2829-14480.jpg", imageAlt: "Traditional Falafel Bowl"},
{
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-hummus-plate-still-life_23-2149595637.jpg",
imageAlt: "Authentic Hummus Platter",
},
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-hummus-plate-still-life_23-2149595637.jpg", imageAlt: "Authentic Hummus Platter"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-lettuce-falafel_23-2148814503.jpg",
imageAlt: "Fresh Ingredients",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bowl-with-lettuce-falafel_23-2148814503.jpg", imageAlt: "Fresh Ingredients"},
{
imageSrc: "http://img.b2bpic.net/free-photo/morning-breakfast-set-by-window_140725-9918.jpg",
imageAlt: "Mediterranean Salad",
},
imageSrc: "http://img.b2bpic.net/free-photo/morning-breakfast-set-by-window_140725-9918.jpg", imageAlt: "Mediterranean Salad"},
{
imageSrc: "http://img.b2bpic.net/free-photo/kiev-style-cutlets-lemon-lettuce-side-view_141793-2378.jpg",
imageAlt: "Homemade Pita",
},
imageSrc: "http://img.b2bpic.net/free-photo/kiev-style-cutlets-lemon-lettuce-side-view_141793-2378.jpg", imageAlt: "Homemade Pita"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447819.jpg",
imageAlt: "Baklava Dessert",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447819.jpg", imageAlt: "Baklava Dessert"},
]}
/>
</div>
@@ -99,17 +77,11 @@ export default function LandingPage() {
description="Falafel & Hummus is a labor of love, bringing age-old Mediterranean recipes to your neighborhood. We focus on scratch-made ingredients and high-quality local produce."
bulletPoints={[
{
title: "Farm Fresh",
description: "Locally sourced produce daily.",
},
title: "Farm Fresh", description: "Locally sourced produce daily."},
{
title: "Traditional Recipes",
description: "Authentic Mediterranean spice blends.",
},
title: "Traditional Recipes", description: "Authentic Mediterranean spice blends."},
{
title: "Handmade Daily",
description: "Nothing frozen, everything made fresh.",
},
title: "Handmade Daily", description: "Nothing frozen, everything made fresh."},
]}
imageSrc="http://img.b2bpic.net/free-photo/minimalist-kitchen-interior-design_23-2151008698.jpg"
mediaAnimation="slide-up"
@@ -123,26 +95,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "1",
title: "Falafel",
subtitle: "Crispy chickpea patties",
category: "Appetizer",
value: "$9",
},
id: "1", title: "Falafel", subtitle: "Crispy chickpea patties", category: "Appetizer", value: "$9"},
{
id: "2",
title: "Hummus",
subtitle: "Creamy classic blend",
category: "Dip",
value: "$8",
},
id: "2", title: "Hummus", subtitle: "Creamy classic blend", category: "Dip", value: "$8"},
{
id: "3",
title: "Pita Wrap",
subtitle: "Fresh veggies & sauce",
category: "Entree",
value: "$12",
},
id: "3", title: "Pita Wrap", subtitle: "Fresh veggies & sauce", category: "Entree", value: "$12"},
]}
title="Our Signature Flavors"
description="Discover our most popular dishes, handcrafted daily."
@@ -157,41 +114,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Falafel Platter",
price: "$14",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hummus-grapes-high-angle_23-2149595685.jpg",
},
id: "p1", name: "Falafel Platter", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/delicious-hummus-grapes-high-angle_23-2149595685.jpg"},
{
id: "p2",
name: "Classic Hummus",
price: "$9",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chickpeas-hummus_23-2148562793.jpg",
},
id: "p2", name: "Classic Hummus", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chickpeas-hummus_23-2148562793.jpg"},
{
id: "p3",
name: "Signature Wrap",
price: "$12",
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-wrap-with-falafel-vegetables-yellow-background_123827-20486.jpg",
},
id: "p3", name: "Signature Wrap", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-wrap-with-falafel-vegetables-yellow-background_123827-20486.jpg"},
{
id: "p4",
name: "Greek Salad",
price: "$11",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cucumber-salad-chopped-glass-bowl-with-tomato-fresh-vegetables-black-stone_176474-1012.jpg",
},
id: "p4", name: "Greek Salad", price: "$11", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cucumber-salad-chopped-glass-bowl-with-tomato-fresh-vegetables-black-stone_176474-1012.jpg"},
{
id: "p5",
name: "Stuffed Grape Leaves",
price: "$10",
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-grape-leaves-dolma-served-with-pomegranate-onion-herbs-salad_140725-4843.jpg",
},
id: "p5", name: "Stuffed Grape Leaves", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-grape-leaves-dolma-served-with-pomegranate-onion-herbs-salad_140725-4843.jpg"},
{
id: "p6",
name: "Honey Baklava",
price: "$6",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-turron-dessert_23-2149514344.jpg",
},
id: "p6", name: "Honey Baklava", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/top-view-turron-dessert_23-2149514344.jpg"},
]}
title="Full Daily Menu"
description="From snacks to hearty meals, explore the best we have to offer."
@@ -203,61 +136,35 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
buttons={[
{
text: "Read more on Google", href: "https://google.com"
}
]}
testimonials={[
{
id: "t1",
name: "Alice M.",
role: "Foodie",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-redhead-woman-eating-cake-with-her-friends-cafe_637285-7894.jpg",
},
id: "t1", name: "Alice M.", role: "Foodie", company: "Local", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-redhead-woman-eating-cake-with-her-friends-cafe_637285-7894.jpg"},
{
id: "t2",
name: "Brian K.",
role: "Regular",
company: "Neighbor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-waitress-apron-with-tray-happily-showing-thumb-up-camera-white-background-like-it-expression_574295-2701.jpg",
},
id: "t2", name: "Brian K.", role: "Regular", company: "Neighbor", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-waitress-apron-with-tray-happily-showing-thumb-up-camera-white-background-like-it-expression_574295-2701.jpg"},
{
id: "t3",
name: "Sarah R.",
role: "Diner",
company: "Visitor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-coffee_1157-32272.jpg",
},
id: "t3", name: "Sarah R.", role: "Diner", company: "Visitor", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-drinking-coffee_1157-32272.jpg"},
{
id: "t4",
name: "Tom V.",
role: "Critic",
company: "Reviewer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-barber-wearing-uniform-glasses-showing-credit-card-looking-camera-showing-ok-sign-isolated-blue-background_141793-138027.jpg",
},
id: "t4", name: "Tom V.", role: "Critic", company: "Reviewer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-barber-wearing-uniform-glasses-showing-credit-card-looking-camera-showing-ok-sign-isolated-blue-background_141793-138027.jpg"},
{
id: "t5",
name: "Emily P.",
role: "Guest",
company: "Fan",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg",
},
id: "t5", name: "Emily P.", role: "Guest", company: "Fan", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg"},
]}
kpiItems={[
{
value: "5k+",
label: "Happy Guests",
},
value: "5k+", label: "Happy Guests"},
{
value: "10y",
label: "Tradition",
},
value: "10y", label: "Tradition"},
{
value: "4.9",
label: "Rating",
},
value: "4.9", label: "Rating"},
]}
title="Guest Stories"
description="Hear what our regulars are saying."
@@ -271,34 +178,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "100%",
title: "Freshness",
items: [
"No preservatives",
"Local produce",
"Scratch-made",
],
id: "m1", value: "100%", title: "Freshness", items: [
"No preservatives", "Local produce", "Scratch-made"],
},
{
id: "m2",
value: "12",
title: "Spices",
items: [
"Hand-blended",
"Authentic sources",
"Family recipe",
],
id: "m2", value: "12", title: "Spices", items: [
"Hand-blended", "Authentic sources", "Family recipe"],
},
{
id: "m3",
value: "24h",
title: "Process",
items: [
"Soaked chickpeas",
"Proper rest",
"Daily prep",
],
id: "m3", value: "24h", title: "Process", items: [
"Soaked chickpeas", "Proper rest", "Daily prep"],
},
]}
title="By The Numbers"
@@ -311,20 +200,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Are you gluten-free?",
content: "Yes, we offer several gluten-free options like our signature bowls.",
},
id: "f1", title: "Are you gluten-free?", content: "Yes, we offer several gluten-free options like our signature bowls."},
{
id: "f2",
title: "Do you deliver?",
content: "Yes, we are on all major delivery platforms.",
},
id: "f2", title: "Do you deliver?", content: "Yes, we are on all major delivery platforms."},
{
id: "f3",
title: "Is your food vegan?",
content: "Most of our menu, including our falafel and hummus, is naturally vegan.",
},
id: "f3", title: "Is your food vegan?", content: "Most of our menu, including our falafel and hummus, is naturally vegan."},
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -338,22 +218,14 @@ export default function LandingPage() {
description="Got questions or planning a big group? Get in touch."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Your Inquiry",
rows: 4,
name: "message", placeholder: "Your Inquiry", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/modern-dining-london-table-empty_1203-4494.jpg"
@@ -366,29 +238,19 @@ export default function LandingPage() {
logoText="FnH"
columns={[
{
title: "Locations",
items: [
title: "Locations", items: [
{
label: "Main Street",
href: "#",
},
label: "Main Street", href: "#"},
{
label: "Market Square",
href: "#",
},
label: "Market Square", href: "#"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
]}
@@ -397,4 +259,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}