Merge version_1 into main #2
341
src/app/page.tsx
341
src/app/page.tsx
@@ -34,33 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Loyalty",
|
||||
id: "#loyalty",
|
||||
},
|
||||
name: "Loyalty", id: "#loyalty"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="American Bagel & Coffee Co."
|
||||
bottomLeftText="Städtle 28, 9490 Vaduz, Liechtenstein"
|
||||
@@ -71,8 +57,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Fresh Bagels Real Coffee Every Morning"
|
||||
description="Handcrafted bagels baked fresh daily and expertly brewed coffee that fuels your day. Find your nearest location or order ahead."
|
||||
tag="Taste the Tradition"
|
||||
@@ -80,36 +65,16 @@ export default function LandingPage() {
|
||||
tagAnimation="none"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Now", href: "#menu"},
|
||||
{
|
||||
text: "Find Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Find Us", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="none"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-glazed-donuts_23-2150757615.jpg?_wi=1",
|
||||
imageAlt: "Assortment of freshly baked bagels",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-glazed-donuts_23-2150757615.jpg", imageAlt: "Assortment of freshly baked bagels"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-away-medium-shot_23-2148422427.jpg?_wi=1",
|
||||
imageAlt: "Steaming cup of coffee with latte art",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-homemade-donut-bagel_116380-7.jpg",
|
||||
imageAlt: "Tasty homemade donut or bagel",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379535.jpg",
|
||||
imageAlt: "View of delicious baked bread in the pastry shop",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/simit-bagels-with-sesame-seeds_141793-951.jpg",
|
||||
imageAlt: "Simit bagels with sesame seeds",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-away-medium-shot_23-2148422427.jpg", imageAlt: "Steaming cup of coffee with latte art"},
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
rating={5}
|
||||
@@ -122,14 +87,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Story: Baking with Passion Since Day One"
|
||||
description={[
|
||||
"At American Bagel & Coffee Co., our journey began with a simple passion: to bring the authentic taste of handcrafted bagels and exceptional coffee to our community. Every morning, our bakers arrive before dawn, meticulously preparing each bagel using traditional techniques and the finest ingredients.",
|
||||
"We believe that a great day starts with great food and coffee. That's why we commit to freshness, quality, and a welcoming atmosphere. From our chewy, perfectly golden bagels to our expertly brewed coffee, we ensure every item we serve reflects our dedication to your satisfaction. Join our family and experience the difference.",
|
||||
]}
|
||||
"At American Bagel & Coffee Co., our journey began with a simple passion: to bring the authentic taste of handcrafted bagels and exceptional coffee to our community. Every morning, our bakers arrive before dawn, meticulously preparing each bagel using traditional techniques and the finest ingredients.", "We believe that a great day starts with great food and coffee. That's why we commit to freshness, quality, and a welcoming atmosphere. From our chewy, perfectly golden bagels to our expertly brewed coffee, we ensure every item we serve reflects our dedication to your satisfaction. Join our family and experience the difference."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More About Us", href: "#"},
|
||||
]}
|
||||
buttonAnimation="none"
|
||||
/>
|
||||
@@ -142,72 +103,40 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Baked Daily",
|
||||
description: "Our bagels are made from scratch every single morning, ensuring unparalleled freshness and taste.",
|
||||
icon: Croissant,
|
||||
title: "Fresh Baked Daily", description: "Our bagels are made from scratch every single morning, ensuring unparalleled freshness and taste.", icon: Croissant,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/keto-diet-food-still-life_23-2149278966.jpg",
|
||||
imageAlt: "Fresh ingredients for baking",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/keto-diet-food-still-life_23-2149278966.jpg", imageAlt: "Fresh ingredients for baking"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-colorful-whole-slices-fruits_23-2147968625.jpg",
|
||||
imageAlt: "Fresh ingredients for baking",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-colorful-whole-slices-fruits_23-2147968625.jpg", imageAlt: "Fresh ingredients for baking"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-glazed-donuts_23-2150757615.jpg?_wi=2",
|
||||
imageAlt: "fresh farmer market vegetables",
|
||||
},
|
||||
{
|
||||
title: "Quality Coffee Experience",
|
||||
description: "Sourced from the finest beans and expertly brewed, our coffee is crafted to perfection, cup after cup.",
|
||||
icon: Coffee,
|
||||
title: "Quality Coffee Experience", description: "Sourced from the finest beans and expertly brewed, our coffee is crafted to perfection, cup after cup.", icon: Coffee,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2147.jpg",
|
||||
imageAlt: "Barista preparing coffee",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2147.jpg", imageAlt: "Barista preparing coffee"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-cafe-making-coffee-preparation-service-concept_1157-36647.jpg",
|
||||
imageAlt: "Barista preparing coffee",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-cafe-making-coffee-preparation-service-concept_1157-36647.jpg", imageAlt: "Barista preparing coffee"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-looking-away-medium-shot_23-2148422427.jpg?_wi=2",
|
||||
imageAlt: "fresh farmer market vegetables",
|
||||
},
|
||||
{
|
||||
title: "Speed & Convenience",
|
||||
description: "Perfect for busy mornings or quick lunches. Order ahead online or stop by for efficient service.",
|
||||
icon: Rocket,
|
||||
title: "Speed & Convenience", description: "Perfect for busy mornings or quick lunches. Order ahead online or stop by for efficient service.", icon: Rocket,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-arrangement-with-cheeseburger-juice_23-2148289405.jpg",
|
||||
imageAlt: "Person grabbing coffee to go",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-arrangement-with-cheeseburger-juice_23-2148289405.jpg", imageAlt: "Person grabbing coffee to go"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-bakery_23-2150273186.jpg",
|
||||
imageAlt: "Person grabbing coffee to go",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-bakery_23-2150273186.jpg", imageAlt: "Person grabbing coffee to go"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149727976.jpg",
|
||||
imageAlt: "fresh farmer market vegetables",
|
||||
},
|
||||
{
|
||||
title: "Authentic Recipes",
|
||||
description: "We uphold time-honored bagel-making traditions for that classic chewy texture and rich flavor.",
|
||||
icon: Award,
|
||||
title: "Authentic Recipes", description: "We uphold time-honored bagel-making traditions for that classic chewy texture and rich flavor.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-vintage-portrait-man-doing-housework-household-chores_23-2151448212.jpg",
|
||||
imageAlt: "Traditional bagel recipe book",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-vintage-portrait-man-doing-housework-household-chores_23-2151448212.jpg", imageAlt: "Traditional bagel recipe book"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/utensils-composition-arrangement-top-view_23-2149491432.jpg",
|
||||
imageAlt: "Traditional bagel recipe book",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/utensils-composition-arrangement-top-view_23-2149491432.jpg", imageAlt: "Traditional bagel recipe book"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sandwich-with-cucumber-tomato-slices_23-2148465094.jpg?_wi=1",
|
||||
imageAlt: "fresh farmer market vegetables",
|
||||
},
|
||||
]}
|
||||
title="Why Choose American Bagel & Coffee Co?"
|
||||
@@ -223,53 +152,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "bagel-sandwich",
|
||||
name: "Classic Bagel Sandwich",
|
||||
price: "$8.50",
|
||||
variant: "Egg, Cheese, & Bacon",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sandwich-with-cucumber-tomato-slices_23-2148465094.jpg?_wi=2",
|
||||
imageAlt: "Classic Bagel Sandwich",
|
||||
},
|
||||
id: "bagel-sandwich", name: "Classic Bagel Sandwich", price: "$8.50", variant: "Egg, Cheese, & Bacon", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sandwich-with-cucumber-tomato-slices_23-2148465094.jpg", imageAlt: "Classic Bagel Sandwich"},
|
||||
{
|
||||
id: "latte",
|
||||
name: "Signature Latte",
|
||||
price: "$5.25",
|
||||
variant: "Vanilla, Caramel, Mocha",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-coffee-cookies-middle_24837-73.jpg",
|
||||
imageAlt: "Signature Latte",
|
||||
},
|
||||
id: "latte", name: "Signature Latte", price: "$5.25", variant: "Vanilla, Caramel, Mocha", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-coffee-cookies-middle_24837-73.jpg", imageAlt: "Signature Latte"},
|
||||
{
|
||||
id: "pastry",
|
||||
name: "Assorted Pastries",
|
||||
price: "$3.75",
|
||||
variant: "Croissant, Muffin, Scone",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cake-with-walnuts-prunes-dried-apricots-dark-wood-background_505751-5234.jpg",
|
||||
imageAlt: "Assorted Pastries",
|
||||
},
|
||||
id: "pastry", name: "Assorted Pastries", price: "$3.75", variant: "Croissant, Muffin, Scone", imageSrc: "http://img.b2bpic.net/free-photo/cake-with-walnuts-prunes-dried-apricots-dark-wood-background_505751-5234.jpg", imageAlt: "Assorted Pastries"},
|
||||
{
|
||||
id: "bagel-dozen",
|
||||
name: "Baker's Dozen Bagels",
|
||||
price: "$18.00",
|
||||
variant: "Mixed Flavors",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-sausages-wooden-bowl_114579-88728.jpg",
|
||||
imageAlt: "Baker's Dozen Bagels",
|
||||
},
|
||||
id: "bagel-dozen", name: "Baker's Dozen Bagels", price: "$18.00", variant: "Mixed Flavors", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-sausages-wooden-bowl_114579-88728.jpg", imageAlt: "Baker's Dozen Bagels"},
|
||||
{
|
||||
id: "cold-brew",
|
||||
name: "Iced Cold Brew",
|
||||
price: "$4.50",
|
||||
variant: "Original, Vanilla Sweet Cream",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-glass-with-froth_107420-65352.jpg",
|
||||
imageAlt: "Iced Cold Brew",
|
||||
},
|
||||
id: "cold-brew", name: "Iced Cold Brew", price: "$4.50", variant: "Original, Vanilla Sweet Cream", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-glass-with-froth_107420-65352.jpg", imageAlt: "Iced Cold Brew"},
|
||||
{
|
||||
id: "salad",
|
||||
name: "Fresh Garden Salad",
|
||||
price: "$9.00",
|
||||
variant: "With chicken or avocado",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetable-salad-with-greens-slice-lemon_141793-4663.jpg",
|
||||
imageAlt: "Fresh Garden Salad",
|
||||
},
|
||||
id: "salad", name: "Fresh Garden Salad", price: "$9.00", variant: "With chicken or avocado", imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetable-salad-with-greens-slice-lemon_141793-4663.jpg", imageAlt: "Fresh Garden Salad"},
|
||||
]}
|
||||
title="Explore Our Delicious Menu"
|
||||
description="From classic New York-style bagels to gourmet coffee and fresh sandwiches, we have something for everyone. Taste the quality in every bite and sip."
|
||||
@@ -283,45 +176,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The best bagels in town, hands down! Always fresh, always delicious, and the coffee is a perfect complement. A must-visit every morning!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5278.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The best bagels in town, hands down! Always fresh, always delicious, and the coffee is a perfect complement. A must-visit every morning!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5278.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mikec",
|
||||
testimonial: "As a busy professional, I appreciate the quick and friendly service here. Their everything bagel with cream cheese is my go-to. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-with-coffee-beans_23-2148551562.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "@mikec", testimonial: "As a busy professional, I appreciate the quick and friendly service here. Their everything bagel with cream cheese is my go-to. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-with-coffee-beans_23-2148551562.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emilyr",
|
||||
testimonial: "The community vibe at American Bagel & Coffee Co. is unmatched. It's my favorite spot for weekend brunch with the family. So cozy and welcoming!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-stylish-korean-senior-woman-with-grey-hair-looking-pointing-upper-left-corner-showing_1258-159927.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "The community vibe at American Bagel & Coffee Co. is unmatched. It's my favorite spot for weekend brunch with the family. So cozy and welcoming!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-stylish-korean-senior-woman-with-grey-hair-looking-pointing-upper-left-corner-showing_1258-159927.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@davidk",
|
||||
testimonial: "I'm particular about my coffee, and American Bagel & Coffee Co. never disappoints. Their cold brew is fantastic, and the pastries are a delicious bonus.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13273.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@davidk", testimonial: "I'm particular about my coffee, and American Bagel & Coffee Co. never disappoints. Their cold brew is fantastic, and the pastries are a delicious bonus.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-while-sitting-cafe_273609-13273.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
handle: "@jessicalee",
|
||||
testimonial: "Found my new favorite bagel shop! The selection is great, and everything tastes so authentic. Plus, the staff are always super cheerful.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-young-woman-with-tablet-background-building_169016-24545.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", handle: "@jessicalee", testimonial: "Found my new favorite bagel shop! The selection is great, and everything tastes so authentic. Plus, the staff are always super cheerful.", imageSrc: "http://img.b2bpic.net/free-photo/business-young-woman-with-tablet-background-building_169016-24545.jpg", imageAlt: "Jessica Lee"},
|
||||
]}
|
||||
title="What Our Happy Customers Say"
|
||||
description="Don't just take our word for it—hear from the people who make American Bagel & Coffee Co. their daily ritual."
|
||||
@@ -336,20 +199,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100K+",
|
||||
description: "Bagels Baked Annually",
|
||||
},
|
||||
id: "1", value: "100K+", description: "Bagels Baked Annually"},
|
||||
{
|
||||
id: "2",
|
||||
value: "15+",
|
||||
description: "Years Serving the Community",
|
||||
},
|
||||
id: "2", value: "15+", description: "Years Serving the Community"},
|
||||
{
|
||||
id: "3",
|
||||
value: "50K+",
|
||||
description: "Cups of Coffee Brewed",
|
||||
},
|
||||
id: "3", value: "50K+", description: "Cups of Coffee Brewed"},
|
||||
]}
|
||||
title="Our Impact & Dedication"
|
||||
description="We are proud of the numbers that reflect our commitment to quality, community, and delicious food."
|
||||
@@ -363,41 +217,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic-loyalty",
|
||||
tag: "Start Saving",
|
||||
tagIcon: Star,
|
||||
price: "Free",
|
||||
period: "Join Today",
|
||||
description: "Earn points on every purchase and get exclusive discounts. Perfect for casual visitors.",
|
||||
button: {
|
||||
text: "Sign Up Now",
|
||||
href: "#",
|
||||
},
|
||||
featuresTitle: "Benefits include:",
|
||||
features: [
|
||||
"1 point per $1 spent",
|
||||
"Birthday treat",
|
||||
"Exclusive email offers",
|
||||
],
|
||||
id: "basic-loyalty", tag: "Start Saving", tagIcon: Star,
|
||||
price: "Free", period: "Join Today", description: "Earn points on every purchase and get exclusive discounts. Perfect for casual visitors.", button: {
|
||||
text: "Sign Up Now", href: "#"},
|
||||
featuresTitle: "Benefits include:", features: [
|
||||
"1 point per $1 spent", "Birthday treat", "Exclusive email offers"],
|
||||
},
|
||||
{
|
||||
id: "premium-loyalty",
|
||||
tag: "Best Value",
|
||||
tagIcon: Award,
|
||||
price: "$9.99",
|
||||
period: "Monthly",
|
||||
description: "Unlock premium perks and faster rewards. Ideal for our regular bagel and coffee lovers.",
|
||||
button: {
|
||||
text: "Go Premium",
|
||||
href: "#",
|
||||
},
|
||||
featuresTitle: "All Basic, plus:",
|
||||
features: [
|
||||
"2 points per $1 spent",
|
||||
"Free drink upgrade",
|
||||
"Early access to new items",
|
||||
"Monthly bonus points",
|
||||
],
|
||||
id: "premium-loyalty", tag: "Best Value", tagIcon: Award,
|
||||
price: "$9.99", period: "Monthly", description: "Unlock premium perks and faster rewards. Ideal for our regular bagel and coffee lovers.", button: {
|
||||
text: "Go Premium", href: "#"},
|
||||
featuresTitle: "All Basic, plus:", features: [
|
||||
"2 points per $1 spent", "Free drink upgrade", "Early access to new items", "Monthly bonus points"],
|
||||
},
|
||||
]}
|
||||
title="Join Our Loyalty Program"
|
||||
@@ -411,25 +242,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Are your bagels baked fresh daily?",
|
||||
content: "Yes, absolutely! Our dedicated bakers start early every morning to ensure all our bagels are baked fresh from scratch, using traditional methods and quality ingredients.",
|
||||
},
|
||||
id: "faq1", title: "Are your bagels baked fresh daily?", content: "Yes, absolutely! Our dedicated bakers start early every morning to ensure all our bagels are baked fresh from scratch, using traditional methods and quality ingredients."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer gluten-free options?",
|
||||
content: "We are exploring gluten-free options to meet our customers' diverse dietary needs. Please check with our staff for the latest offerings and allergen information.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer gluten-free options?", content: "We are exploring gluten-free options to meet our customers' diverse dietary needs. Please check with our staff for the latest offerings and allergen information."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can I order online for pickup?",
|
||||
content: "Yes! We offer convenient online ordering through our website. Simply select your items, choose your pickup time, and we'll have your order ready when you arrive.",
|
||||
},
|
||||
id: "faq3", title: "Can I order online for pickup?", content: "Yes! We offer convenient online ordering through our website. Simply select your items, choose your pickup time, and we'll have your order ready when you arrive."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What are your most popular coffee drinks?",
|
||||
content: "Our Signature Latte, Iced Cold Brew, and classic Americano are consistently customer favorites. We also have seasonal specials, so be sure to ask!",
|
||||
},
|
||||
id: "faq4", title: "What are your most popular coffee drinks?", content: "Our Signature Latte, Iced Cold Brew, and classic Americano are consistently customer favorites. We also have seasonal specials, so be sure to ask!"},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions? We've got answers! Find quick information about our products, services, and more."
|
||||
@@ -443,8 +262,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us or Order Online"
|
||||
description="Stop by our cozy shop for a fresh bagel and coffee, or easily place your order online for a quick pickup. We look forward to serving you!"
|
||||
@@ -464,58 +282,35 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Bagels",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Bagels", href: "#menu"},
|
||||
{
|
||||
label: "Coffee",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Coffee", href: "#menu"},
|
||||
{
|
||||
label: "Sandwiches",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Sandwiches", href: "#menu"},
|
||||
{
|
||||
label: "Pastries",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pastries", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Loyalty Program",
|
||||
href: "#loyalty",
|
||||
},
|
||||
label: "Loyalty Program", href: "#loyalty"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user