Merge version_1 into main #1
359
src/app/page.tsx
359
src/app/page.tsx
@@ -34,34 +34,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order Online", href: "#contact"}}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/high-angle-tasty-whipped-cream-cake_23-2148494048.jpg"
|
||||
logoAlt="Sweet Elle Cafe Logo"
|
||||
brandName="Sweet Elle Café"
|
||||
@@ -72,85 +58,45 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Welcome to Sweet Elle Café"
|
||||
description="Indulge in our artisan pastries, rich coffee, and cozy atmosphere. Your daily escape awaits."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_foodie",
|
||||
testimonial: "The best croissant I've ever tasted! Sweet Elle Café is my new favorite spot.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg",
|
||||
imageAlt: "Sarah J. customer review",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sarah_foodie", testimonial: "The best croissant I've ever tasted! Sweet Elle Café is my new favorite spot.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", imageAlt: "Sarah J. customer review"},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@coffeedavid",
|
||||
testimonial: "Their specialty coffee is a game-changer. Perfect for my morning routine.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-making-call-me-gesture-looking-camera_1262-18690.jpg",
|
||||
imageAlt: "David L. customer review",
|
||||
},
|
||||
name: "David L.", handle: "@coffeedavid", testimonial: "Their specialty coffee is a game-changer. Perfect for my morning routine.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-making-call-me-gesture-looking-camera_1262-18690.jpg", imageAlt: "David L. customer review"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@emilyeats",
|
||||
testimonial: "A truly charming café with delightful treats and a wonderfully peaceful vibe.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving-dr_1258-138287.jpg",
|
||||
imageAlt: "Emily R. customer review",
|
||||
},
|
||||
name: "Emily R.", handle: "@emilyeats", testimonial: "A truly charming café with delightful treats and a wonderfully peaceful vibe.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving-dr_1258-138287.jpg", imageAlt: "Emily R. customer review"},
|
||||
{
|
||||
name: "Michael B.",
|
||||
handle: "@mike_travels",
|
||||
testimonial: "Visited during my trip and immediately fell in love. A must-visit!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-senior-couple-enjoying-dessert-cafe_23-2148216516.jpg",
|
||||
imageAlt: "Michael B. customer review",
|
||||
},
|
||||
name: "Michael B.", handle: "@mike_travels", testimonial: "Visited during my trip and immediately fell in love. A must-visit!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-senior-couple-enjoying-dessert-cafe_23-2148216516.jpg", imageAlt: "Michael B. customer review"},
|
||||
{
|
||||
name: "Alex K.",
|
||||
handle: "@alex_explores",
|
||||
testimonial: "Such a vibrant and friendly spot! The coffee is exceptional, and the atmosphere is always buzzing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-woman-is-sitting-street-drinking-coffee_291650-1174.jpg",
|
||||
imageAlt: "Alex K. customer review",
|
||||
},
|
||||
name: "Alex K.", handle: "@alex_explores", testimonial: "Such a vibrant and friendly spot! The coffee is exceptional, and the atmosphere is always buzzing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-woman-is-sitting-street-drinking-coffee_291650-1174.jpg", imageAlt: "Alex K. customer review"},
|
||||
]}
|
||||
tag="Experience Sweetness"
|
||||
tagIcon={Coffee}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-with-smartphone-relaxing-cafe-sitting-enjoying-coffee-while-using-mobile-phone_1258-122952.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-with-smartphone-relaxing-cafe-sitting-enjoying-coffee-while-using-mobile-phone_1258-122952.jpg", alt: "Sarah J."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/waiter-serving-cup-coffee-customer_1170-635.jpg",
|
||||
alt: "David L.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/waiter-serving-cup-coffee-customer_1170-635.jpg", alt: "David L."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee-prepare_1258-138286.jpg",
|
||||
alt: "Emily R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee-prepare_1258-138286.jpg", alt: "Emily R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-old-people-dating_23-2149402115.jpg",
|
||||
alt: "Michael B.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-old-people-dating_23-2149402115.jpg", alt: "Michael B."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg",
|
||||
alt: "Alex K.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4006.jpg", alt: "Alex K."},
|
||||
]}
|
||||
avatarText="Join our happy customers!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lifestyle-shot-handsome-young-man-sitting-cafe-front-table-drinking-coffee-wearing_1258-314069.jpg"
|
||||
@@ -158,29 +104,19 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Freshly Baked",
|
||||
icon: Cookie,
|
||||
type: "text-icon", text: "Freshly Baked", icon: Cookie,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Artisan Coffee",
|
||||
icon: Coffee,
|
||||
type: "text-icon", text: "Artisan Coffee", icon: Coffee,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cozy Atmosphere",
|
||||
icon: Home,
|
||||
type: "text-icon", text: "Cozy Atmosphere", icon: Home,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Community Favorite",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Community Favorite", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Ethically Sourced",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Ethically Sourced", icon: Leaf,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -193,11 +129,8 @@ export default function LandingPage() {
|
||||
title="Crafting Moments, One Sip at a Time"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
description="At Sweet Elle Café, we believe in the art of baking and brewing. Our journey began with a simple passion: to create a welcoming space where delicious food and exceptional coffee come together. Every pastry is baked fresh daily, and every coffee bean is carefully selected to ensure a perfect experience. We're more than just a café; we're a community hub where memories are made."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -209,56 +142,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "coffee-latte",
|
||||
name: "Classic Latte",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-cup-drink-lifestyle-hot_1172-366.jpg",
|
||||
imageAlt: "Classic Latte with latte art",
|
||||
},
|
||||
id: "coffee-latte", name: "Classic Latte", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/old-cup-drink-lifestyle-hot_1172-366.jpg", imageAlt: "Classic Latte with latte art"},
|
||||
{
|
||||
id: "butter-croissant",
|
||||
name: "Buttery Croissant",
|
||||
price: "$3.75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-cinnamon-pastry-pink-background_140725-50107.jpg",
|
||||
imageAlt: "Golden-brown butter croissant",
|
||||
},
|
||||
id: "butter-croissant", name: "Buttery Croissant", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-cinnamon-pastry-pink-background_140725-50107.jpg", imageAlt: "Golden-brown butter croissant"},
|
||||
{
|
||||
id: "chocolate-cake",
|
||||
name: "Decadent Chocolate Cake",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-green-kettle-with-tea-sweet-dessert-caramelized-apple-pie-with-lemon-cold-ice-cream_169016-3611.jpg",
|
||||
imageAlt: "Slice of rich chocolate cake",
|
||||
},
|
||||
id: "chocolate-cake", name: "Decadent Chocolate Cake", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/stylish-green-kettle-with-tea-sweet-dessert-caramelized-apple-pie-with-lemon-cold-ice-cream_169016-3611.jpg", imageAlt: "Slice of rich chocolate cake"},
|
||||
{
|
||||
id: "fruit-tart",
|
||||
name: "Seasonal Fruit Tart",
|
||||
price: "$5.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cake-charlotte-with-raspberries-plums_2829-5561.jpg",
|
||||
imageAlt: "Colorful fruit tart with fresh berries",
|
||||
},
|
||||
id: "fruit-tart", name: "Seasonal Fruit Tart", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/cake-charlotte-with-raspberries-plums_2829-5561.jpg", imageAlt: "Colorful fruit tart with fresh berries"},
|
||||
{
|
||||
id: "iced-coffee",
|
||||
name: "Signature Iced Coffee",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-latte-glass-pink-stand-wooden-table-summer-cafe-green-bushes_343596-1559.jpg",
|
||||
imageAlt: "Glass of refreshing iced coffee",
|
||||
},
|
||||
id: "iced-coffee", name: "Signature Iced Coffee", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/iced-latte-glass-pink-stand-wooden-table-summer-cafe-green-bushes_343596-1559.jpg", imageAlt: "Glass of refreshing iced coffee"},
|
||||
{
|
||||
id: "turkey-sandwich",
|
||||
name: "Artisan Turkey Sandwich",
|
||||
price: "$8.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-13758.jpg",
|
||||
imageAlt: "Gourmet turkey sandwich on artisan bread",
|
||||
},
|
||||
id: "turkey-sandwich", name: "Artisan Turkey Sandwich", price: "$8.25", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-fresh-vegetables_2829-13758.jpg", imageAlt: "Gourmet turkey sandwich on artisan bread"},
|
||||
]}
|
||||
title="Our Delectable Menu"
|
||||
description="Explore our wide range of freshly baked pastries, gourmet coffee, and savory delights."
|
||||
tag="Taste the Sweetness"
|
||||
buttons={[
|
||||
{
|
||||
text: "Full Menu",
|
||||
href: "#",
|
||||
},
|
||||
text: "Full Menu", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -271,25 +172,13 @@ export default function LandingPage() {
|
||||
tag="More Than Just Coffee"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "specialty-coffee",
|
||||
title: "Direct Trade Specialty Coffee",
|
||||
content: "We partner directly with farmers to source the highest quality, ethically grown coffee beans. Our baristas are trained to craft each cup to perfection, ensuring a rich and aromatic experience.",
|
||||
},
|
||||
id: "specialty-coffee", title: "Direct Trade Specialty Coffee", content: "We partner directly with farmers to source the highest quality, ethically grown coffee beans. Our baristas are trained to craft each cup to perfection, ensuring a rich and aromatic experience."},
|
||||
{
|
||||
id: "fresh-baked",
|
||||
title: "Freshly Baked Daily Pastries",
|
||||
content: "From flaky croissants to rich cakes, all our pastries are baked in-house every morning using premium ingredients. Taste the difference of handmade quality.",
|
||||
},
|
||||
id: "fresh-baked", title: "Freshly Baked Daily Pastries", content: "From flaky croissants to rich cakes, all our pastries are baked in-house every morning using premium ingredients. Taste the difference of handmade quality."},
|
||||
{
|
||||
id: "cozy-ambiance",
|
||||
title: "Cozy & Inviting Ambiance",
|
||||
content: "Our café is designed as a warm and comfortable retreat. Perfect for a quiet morning, a friendly chat, or getting some work done with free Wi-Fi.",
|
||||
},
|
||||
id: "cozy-ambiance", title: "Cozy & Inviting Ambiance", content: "Our café is designed as a warm and comfortable retreat. Perfect for a quiet morning, a friendly chat, or getting some work done with free Wi-Fi."},
|
||||
{
|
||||
id: "seasonal-menu",
|
||||
title: "Seasonal & Local Ingredients",
|
||||
content: "We believe in fresh flavors. Our menu evolves with the seasons, incorporating local produce to bring you the best and most vibrant tastes year-round.",
|
||||
},
|
||||
id: "seasonal-menu", title: "Seasonal & Local Ingredients", content: "We believe in fresh flavors. Our menu evolves with the seasons, incorporating local produce to bring you the best and most vibrant tastes year-round."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-coffee-machine-with-loads-cups_23-2148523034.jpg"
|
||||
imageAlt="Barista preparing specialty coffee with precision"
|
||||
@@ -305,45 +194,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Olivia Martinez",
|
||||
handle: "@olivia.m",
|
||||
testimonial: "Sweet Elle Café has become my favorite place to unwind. The ambiance is perfect, and their lavender latte is simply divine!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-fresh-aromatic-coffee-modern-kitchen_1258-199874.jpg",
|
||||
imageAlt: "Olivia Martinez",
|
||||
},
|
||||
id: "t1", name: "Olivia Martinez", handle: "@olivia.m", testimonial: "Sweet Elle Café has become my favorite place to unwind. The ambiance is perfect, and their lavender latte is simply divine!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-fresh-aromatic-coffee-modern-kitchen_1258-199874.jpg", imageAlt: "Olivia Martinez"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Ethan Thompson",
|
||||
handle: "@ethan.t",
|
||||
testimonial: "I'm a regular here for their breakfast pastries. Always fresh, always delicious. The staff are incredibly friendly too!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-reading-daily-news_53876-15138.jpg",
|
||||
imageAlt: "Ethan Thompson",
|
||||
},
|
||||
id: "t2", name: "Ethan Thompson", handle: "@ethan.t", testimonial: "I'm a regular here for their breakfast pastries. Always fresh, always delicious. The staff are incredibly friendly too!", imageSrc: "http://img.b2bpic.net/free-photo/businessman-reading-daily-news_53876-15138.jpg", imageAlt: "Ethan Thompson"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophia Lee",
|
||||
handle: "@sophia.l",
|
||||
testimonial: "A little gem! Their cakes are works of art, and they taste even better. Highly recommend for any sweet tooth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/supportive-girlfriend-giving-thumbs-up-decision-boyfriend-move-friendlylooking-tender-charm_1258-142625.jpg",
|
||||
imageAlt: "Sophia Lee",
|
||||
},
|
||||
id: "t3", name: "Sophia Lee", handle: "@sophia.l", testimonial: "A little gem! Their cakes are works of art, and they taste even better. Highly recommend for any sweet tooth.", imageSrc: "http://img.b2bpic.net/free-photo/supportive-girlfriend-giving-thumbs-up-decision-boyfriend-move-friendlylooking-tender-charm_1258-142625.jpg", imageAlt: "Sophia Lee"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Noah Davis",
|
||||
handle: "@noah.d",
|
||||
testimonial: "The perfect spot for a quiet afternoon. Great coffee, comfy chairs, and the best almond croissant in town.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-interracial-young-couple-sitting-outdoor-cafe_23-2148151923.jpg",
|
||||
imageAlt: "Noah Davis",
|
||||
},
|
||||
id: "t4", name: "Noah Davis", handle: "@noah.d", testimonial: "The perfect spot for a quiet afternoon. Great coffee, comfy chairs, and the best almond croissant in town.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-interracial-young-couple-sitting-outdoor-cafe_23-2148151923.jpg", imageAlt: "Noah Davis"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Isabella Chen",
|
||||
handle: "@bella.c",
|
||||
testimonial: "I love coming here to work. The Wi-Fi is reliable, the coffee keeps me going, and the background music is just right.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-studying-gesturing-thumb-up_23-2147860826.jpg",
|
||||
imageAlt: "Isabella Chen",
|
||||
},
|
||||
id: "t5", name: "Isabella Chen", handle: "@bella.c", testimonial: "I love coming here to work. The Wi-Fi is reliable, the coffee keeps me going, and the background music is just right.", imageSrc: "http://img.b2bpic.net/free-photo/teenager-studying-gesturing-thumb-up_23-2147860826.jpg", imageAlt: "Isabella Chen"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear directly from those who love the Sweet Elle Café experience as much as we do."
|
||||
@@ -359,32 +218,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "years",
|
||||
value: "10+",
|
||||
title: "Years Serving",
|
||||
description: "Dedicated to deliciousness since our opening.",
|
||||
icon: Calendar,
|
||||
id: "years", value: "10+", title: "Years Serving", description: "Dedicated to deliciousness since our opening.", icon: Calendar,
|
||||
},
|
||||
{
|
||||
id: "customers",
|
||||
value: "50K+",
|
||||
title: "Happy Customers",
|
||||
description: "Serving smiles and treats to our wonderful community.",
|
||||
icon: Heart,
|
||||
id: "customers", value: "50K+", title: "Happy Customers", description: "Serving smiles and treats to our wonderful community.", icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "coffees",
|
||||
value: "15+",
|
||||
title: "Coffee Varieties",
|
||||
description: "From single origins to unique blends, something for everyone.",
|
||||
icon: Coffee,
|
||||
id: "coffees", value: "15+", title: "Coffee Varieties", description: "From single origins to unique blends, something for everyone.", icon: Coffee,
|
||||
},
|
||||
{
|
||||
id: "pastries",
|
||||
value: "200+",
|
||||
title: "Pastries Baked Daily",
|
||||
description: "Fresh, handmade delights crafted with passion every morning.",
|
||||
icon: Cake,
|
||||
id: "pastries", value: "200+", title: "Pastries Baked Daily", description: "Fresh, handmade delights crafted with passion every morning.", icon: Cake,
|
||||
},
|
||||
]}
|
||||
title="Sweet Elle Café by the Numbers"
|
||||
@@ -398,21 +241,13 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Local Food Critic",
|
||||
"Community Magazine",
|
||||
"Morning Buzz TV",
|
||||
"City Eatery Guide",
|
||||
"Sustainable Coffee Guild",
|
||||
"Daily News Review",
|
||||
"Travel Bites Blog",
|
||||
]}
|
||||
"Local Food Critic", "Community Magazine", "Morning Buzz TV", "City Eatery Guide", "Sustainable Coffee Guild", "Daily News Review", "Travel Bites Blog"]}
|
||||
title="As Seen In & Collaborated With"
|
||||
description="We're proud to be recognized and supported by our community and local partners."
|
||||
tag="Our Partnerships"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -422,38 +257,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "hours",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open Monday to Friday from 7 AM to 6 PM, and Saturday to Sunday from 8 AM to 5 PM.",
|
||||
},
|
||||
id: "hours", title: "What are your operating hours?", content: "We are open Monday to Friday from 7 AM to 6 PM, and Saturday to Sunday from 8 AM to 5 PM."},
|
||||
{
|
||||
id: "reservations",
|
||||
title: "Do you take reservations?",
|
||||
content: "For groups of 6 or more, we recommend making a reservation, especially on weekends. Please call us directly.",
|
||||
},
|
||||
id: "reservations", title: "Do you take reservations?", content: "For groups of 6 or more, we recommend making a reservation, especially on weekends. Please call us directly."},
|
||||
{
|
||||
id: "wifi",
|
||||
title: "Is there free Wi-Fi available?",
|
||||
content: "Yes, we offer complimentary high-speed Wi-Fi for all our customers. Feel free to work or browse while you enjoy your visit.",
|
||||
},
|
||||
id: "wifi", title: "Is there free Wi-Fi available?", content: "Yes, we offer complimentary high-speed Wi-Fi for all our customers. Feel free to work or browse while you enjoy your visit."},
|
||||
{
|
||||
id: "dietary",
|
||||
title: "Do you have gluten-free or vegan options?",
|
||||
content: "We offer a selection of gluten-free and vegan pastries and coffee options. Please ask our staff for today's specialities.",
|
||||
},
|
||||
id: "dietary", title: "Do you have gluten-free or vegan options?", content: "We offer a selection of gluten-free and vegan pastries and coffee options. Please ask our staff for today's specialities."},
|
||||
{
|
||||
id: "online-order",
|
||||
title: "Can I order online for pickup?",
|
||||
content: "Yes, you can place an order through our website for convenient in-store pickup. Find the link on our menu page.",
|
||||
},
|
||||
id: "online-order", title: "Can I order online for pickup?", content: "Yes, you can place an order through our website for convenient in-store pickup. Find the link on our menu page."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to common questions about Sweet Elle Café, our menu, and services."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ask a Question",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Ask a Question", href: "#contact"},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
@@ -468,22 +286,14 @@ export default function LandingPage() {
|
||||
description="Have questions, feedback, or want to place a special order? We'd love to hear from you!"
|
||||
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 Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cafe-small-business-smiling-asian-barista-apron-standing-counter-coffee-shop-workin_1258-134048.jpg"
|
||||
@@ -501,54 +311,33 @@ export default function LandingPage() {
|
||||
logoText="Sweet Elle Café"
|
||||
columns={[
|
||||
{
|
||||
title: "Discover",
|
||||
items: [
|
||||
title: "Discover", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Help",
|
||||
items: [
|
||||
title: "Help", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
label: "Order Online", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user