Update src/app/page.tsx
This commit is contained in:
233
src/app/page.tsx
233
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "product",
|
||||
},
|
||||
name: "Menu", id: "product"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="FnH"
|
||||
/>
|
||||
@@ -55,31 +47,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Authentic Mediterranean Flavors"
|
||||
description="Experience the tradition of authentic falafel and creamy hummus, freshly made daily."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-falafel-recipe-idea-vegan_53876-124370.jpg?_wi=1",
|
||||
imageAlt: "fresh mediterranean food falafel hummus",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-falafel-recipe-idea-vegan_53876-124370.jpg?_wi=1", imageAlt: "fresh mediterranean food falafel hummus"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chickpea-hummus-wooden-bowl-garnished-with-parsley-paprika-olive-oil-close-up_123827-22808.jpg?_wi=1",
|
||||
imageAlt: "pita bread fresh ingredients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chickpea-hummus-wooden-bowl-garnished-with-parsley-paprika-olive-oil-close-up_123827-22808.jpg?_wi=1", imageAlt: "pita bread fresh ingredients"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-balls-served-with-lemon-sauce_140725-1578.jpg?_wi=1",
|
||||
imageAlt: "falafel balls golden crispy",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-balls-served-with-lemon-sauce_140725-1578.jpg?_wi=1", imageAlt: "falafel balls golden crispy"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iskender-doner-table-top-view_140725-1156.jpg",
|
||||
imageAlt: "fresh mediterranean food falafel hummus",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iskender-doner-table-top-view_140725-1156.jpg", imageAlt: "fresh mediterranean food falafel hummus"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/toasted-sandwiches-with-thyme-peppercorn-salt-wooden-board_23-2147922300.jpg",
|
||||
imageAlt: "pita bread fresh ingredients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/toasted-sandwiches-with-thyme-peppercorn-salt-wooden-board_23-2147922300.jpg", imageAlt: "pita bread fresh ingredients"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -93,17 +74,11 @@ export default function LandingPage() {
|
||||
description="At FnH, we believe in the power of fresh ingredients and traditional family recipes to create the ultimate Mediterranean dining experience."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Fresh Daily",
|
||||
description: "We prepare our hummus and falafel from scratch every single morning.",
|
||||
},
|
||||
title: "Fresh Daily", description: "We prepare our hummus and falafel from scratch every single morning."},
|
||||
{
|
||||
title: "Authentic Spices",
|
||||
description: "Sourced directly from trusted partners to guarantee the perfect flavor profile.",
|
||||
},
|
||||
title: "Authentic Spices", description: "Sourced directly from trusted partners to guarantee the perfect flavor profile."},
|
||||
{
|
||||
title: "Health Focused",
|
||||
description: "Wholesome, vegetarian-friendly options that nourish the soul and body.",
|
||||
},
|
||||
title: "Health Focused", description: "Wholesome, vegetarian-friendly options that nourish the soul and body."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-plates-food-ready-lunch_1203-1071.jpg?_wi=1"
|
||||
imageAlt="warm restaurant kitchen environment"
|
||||
@@ -119,41 +94,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Falafel Wrap",
|
||||
price: "$9.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-local-food-dishes_23-2148833862.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Classic Falafel Wrap", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-local-food-dishes_23-2148833862.jpg?_wi=1"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Traditional Hummus Plate",
|
||||
price: "$8.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tabbouleh-salad-with-couscous-wooden-table_123827-35112.jpg",
|
||||
},
|
||||
id: "p2", name: "Traditional Hummus Plate", price: "$8.49", imageSrc: "http://img.b2bpic.net/free-photo/tabbouleh-salad-with-couscous-wooden-table_123827-35112.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Mediterranean Veggie Bowl",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-turkish-sweetness-turkish-baklava-with-glass-tea_140725-11422.jpg",
|
||||
},
|
||||
id: "p3", name: "Mediterranean Veggie Bowl", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-traditional-turkish-sweetness-turkish-baklava-with-glass-tea_140725-11422.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Pita & Dip Combo",
|
||||
price: "$6.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijan-national-pastry-pakhlava-white-plate-top-view-spring-new-year-celebration-novruz-holiday_114579-7421.jpg",
|
||||
},
|
||||
id: "p4", name: "Pita & Dip Combo", price: "$6.99", imageSrc: "http://img.b2bpic.net/free-photo/azerbaijan-national-pastry-pakhlava-white-plate-top-view-spring-new-year-celebration-novruz-holiday_114579-7421.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Tabbouleh Salad",
|
||||
price: "$7.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tabbouleh-salad-with-couscous-wooden-table_123827-34601.jpg",
|
||||
},
|
||||
id: "p5", name: "Tabbouleh Salad", price: "$7.49", imageSrc: "http://img.b2bpic.net/free-photo/tabbouleh-salad-with-couscous-wooden-table_123827-34601.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Honey Baklava",
|
||||
price: "$4.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-salad-with-fresh-ingredients_123827-36151.jpg",
|
||||
},
|
||||
id: "p6", name: "Honey Baklava", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-salad-with-fresh-ingredients_123827-36151.jpg"},
|
||||
]}
|
||||
title="Explore Our Menu"
|
||||
description="From our signature wraps to artisanal plates, discover your favorite Mediterranean treat."
|
||||
@@ -166,20 +117,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Sustainable Sourcing",
|
||||
description: "We partner with local farmers to ensure every ingredient is ethically grown.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seasonal-vegetable-salad-with-cherry-tomatoes-peppers-green-beans-other-ingredients_114579-70249.jpg",
|
||||
},
|
||||
title: "Sustainable Sourcing", description: "We partner with local farmers to ensure every ingredient is ethically grown.", imageSrc: "http://img.b2bpic.net/free-photo/seasonal-vegetable-salad-with-cherry-tomatoes-peppers-green-beans-other-ingredients_114579-70249.jpg"},
|
||||
{
|
||||
title: "Family Recipes",
|
||||
description: "Generations of tradition go into every dish we serve at our tables.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447806.jpg",
|
||||
},
|
||||
title: "Family Recipes", description: "Generations of tradition go into every dish we serve at our tables.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447806.jpg"},
|
||||
{
|
||||
title: "Fast & Fresh",
|
||||
description: "Designed for busy lives without compromising on nutrition or taste.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegan-tacos-with-guacamole-chickpeas-tomatoes-arugula-healthy-food-useful-breakfast_2829-6831.jpg",
|
||||
},
|
||||
title: "Fast & Fresh", description: "Designed for busy lives without compromising on nutrition or taste.", imageSrc: "http://img.b2bpic.net/free-photo/vegan-tacos-with-guacamole-chickpeas-tomatoes-arugula-healthy-food-useful-breakfast_2829-6831.jpg"},
|
||||
]}
|
||||
title="Why Choose FnH?"
|
||||
description="Beyond just great food, we offer an experience that celebrates healthy and sustainable eating."
|
||||
@@ -194,20 +136,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15,000+",
|
||||
description: "Falafel Wraps Served",
|
||||
},
|
||||
id: "m1", value: "15,000+", description: "Falafel Wraps Served"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Daily Happy Customers",
|
||||
},
|
||||
id: "m2", value: "500+", description: "Daily Happy Customers"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Natural Ingredients",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Natural Ingredients"},
|
||||
]}
|
||||
title="Serving Smiles Daily"
|
||||
description="We are proud of our journey and the community that supports our authentic food mission."
|
||||
@@ -220,60 +153,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Amina S.",
|
||||
date: "Oct 2024",
|
||||
title: "Best Falafel!",
|
||||
quote: "Absolutely the most authentic falafel I've had outside the Middle East.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-falafel-recipe-idea-vegan_53876-124370.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
id: "t1", name: "Amina S.", date: "Oct 2024", title: "Best Falafel!", quote: "Absolutely the most authentic falafel I've had outside the Middle East.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sweet-potato-falafel-recipe-idea-vegan_53876-124370.jpg?_wi=2", imageAlt: "happy customer dining restaurant"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David W.",
|
||||
date: "Sep 2024",
|
||||
title: "Incredible Hummus",
|
||||
quote: "The hummus is so creamy and light. I come back every week.",
|
||||
tag: "Fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-lesbian-couple-restaurant_23-2150276404.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chickpea-hummus-wooden-bowl-garnished-with-parsley-paprika-olive-oil-close-up_123827-22808.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
id: "t2", name: "David W.", date: "Sep 2024", title: "Incredible Hummus", quote: "The hummus is so creamy and light. I come back every week.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-lesbian-couple-restaurant_23-2150276404.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chickpea-hummus-wooden-bowl-garnished-with-parsley-paprika-olive-oil-close-up_123827-22808.jpg?_wi=2", imageAlt: "happy customer dining restaurant"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah J.",
|
||||
date: "Aug 2024",
|
||||
title: "Healthy Choice",
|
||||
quote: "Perfect for a healthy, quick lunch that tastes amazing.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-balls-served-with-lemon-sauce_140725-1578.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
id: "t3", name: "Sarah J.", date: "Aug 2024", title: "Healthy Choice", quote: "Perfect for a healthy, quick lunch that tastes amazing.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg", imageSrc: "http://img.b2bpic.net/free-photo/meat-balls-served-with-lemon-sauce_140725-1578.jpg?_wi=2", imageAlt: "happy customer dining restaurant"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mark R.",
|
||||
date: "Jul 2024",
|
||||
title: "Family Favorite",
|
||||
quote: "My kids love the pita and dips. Excellent service every time.",
|
||||
tag: "Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/pretty-young-female-blogger-recording-video-cooking-dish-her-food-vlog_662251-2373.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-plates-food-ready-lunch_1203-1071.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
id: "t4", name: "Mark R.", date: "Jul 2024", title: "Family Favorite", quote: "My kids love the pita and dips. Excellent service every time.", tag: "Customer", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-young-female-blogger-recording-video-cooking-dish-her-food-vlog_662251-2373.jpg", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-plates-food-ready-lunch_1203-1071.jpg?_wi=2", imageAlt: "happy customer dining restaurant"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena P.",
|
||||
date: "Jun 2024",
|
||||
title: "Authentic Joy",
|
||||
quote: "I love the vibe and the freshness of the ingredients here.",
|
||||
tag: "Fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating_23-2148972797.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-local-food-dishes_23-2148833862.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
id: "t5", name: "Elena P.", date: "Jun 2024", title: "Authentic Joy", quote: "I love the vibe and the freshness of the ingredients here.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating_23-2148972797.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-local-food-dishes_23-2148833862.jpg?_wi=2", imageAlt: "happy customer dining restaurant"},
|
||||
]}
|
||||
title="Community Favorites"
|
||||
description="What our wonderful guests are saying about their dining experience at FnH."
|
||||
@@ -286,20 +174,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Are your ingredients organic?",
|
||||
content: "We prioritize organic and local sources whenever possible to ensure quality.",
|
||||
},
|
||||
id: "q1", title: "Are your ingredients organic?", content: "We prioritize organic and local sources whenever possible to ensure quality."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer catering?",
|
||||
content: "Yes! Contact us for your next corporate event or family celebration.",
|
||||
},
|
||||
id: "q2", title: "Do you offer catering?", content: "Yes! Contact us for your next corporate event or family celebration."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you have vegan options?",
|
||||
content: "Our menu is heavily plant-based, and most items are naturally vegan-friendly.",
|
||||
},
|
||||
id: "q3", title: "Do you have vegan options?", content: "Our menu is heavily plant-based, and most items are naturally vegan-friendly."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Have questions about our menu or catering services? We're here to help."
|
||||
@@ -311,25 +190,17 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Visit Us Today"
|
||||
description="Find us at our location or drop a message for catering inquiries."
|
||||
description="Millennium Business Hub, 309, Sarthana Jakat Naka, Surat, Gujarat 395013 | Phone: 063520 52467"
|
||||
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: "How can we help?",
|
||||
required: true,
|
||||
name: "message", placeholder: "How can we help?", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool_74190-2395.jpg"
|
||||
imageAlt="restaurant entrance exterior warm"
|
||||
@@ -342,37 +213,23 @@ export default function LandingPage() {
|
||||
logoText="Falafel & Hummus"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Wraps",
|
||||
href: "#product",
|
||||
},
|
||||
label: "Wraps", href: "#product"},
|
||||
{
|
||||
label: "Plates",
|
||||
href: "#product",
|
||||
},
|
||||
label: "Plates", href: "#product"},
|
||||
{
|
||||
label: "Dips",
|
||||
href: "#product",
|
||||
},
|
||||
label: "Dips", href: "#product"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Catering",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Catering", href: "#contact"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user