Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-11 13:51:10 +00:00

View File

@@ -33,29 +33,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
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: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Storia Coffee Space"
/>
@@ -67,37 +55,23 @@ export default function LandingPage() {
description="A haven for coffee lovers, where every cup tells a story and every visit creates a memory. Find your moment of peace in our cozy ambiance."
buttons={[
{
text: "Explore Our Menu",
href: "#menu",
},
text: "Explore Our Menu", href: "#menu"},
{
text: "Visit Us Today",
href: "#contact",
},
text: "Visit Us Today", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-delicious-coffee-cup_23-2148865585.jpg"
imageAlt="Cozy coffee shop interior with customers and barista"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-asian-barista-girl-making-coffee-pouring-steamed-milk-into-cappuccino-doing-latte-art-cup_1258-203387.jpg",
alt: "Happy customer enjoying coffee",
},
src: "http://img.b2bpic.net/free-photo/smiling-asian-barista-girl-making-coffee-pouring-steamed-milk-into-cappuccino-doing-latte-art-cup_1258-203387.jpg", alt: "Happy customer enjoying coffee"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-holding-cup-coffee_23-2149130679.jpg",
alt: "Smiling patron at coffee shop",
},
src: "http://img.b2bpic.net/free-photo/young-woman-having-fun-while-holding-cup-coffee_23-2149130679.jpg", alt: "Smiling patron at coffee shop"},
{
src: "http://img.b2bpic.net/free-photo/woman-drinking-tea-by-christmas-tree_1303-11314.jpg",
alt: "Coffee enthusiast profile",
},
src: "http://img.b2bpic.net/free-photo/woman-drinking-tea-by-christmas-tree_1303-11314.jpg", alt: "Coffee enthusiast profile"},
{
src: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310940.jpg",
alt: "Satisfied guest at cafe",
},
src: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310940.jpg", alt: "Satisfied guest at cafe"},
{
src: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
alt: "Regular customer at Storia Coffee",
},
src: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", alt: "Regular customer at Storia Coffee"},
]}
avatarText="Join our community of coffee lovers!"
/>
@@ -109,11 +83,8 @@ export default function LandingPage() {
title="Crafting Moments, One Cup at a Time"
buttons={[
{
text: "Our Story",
href: "#about",
},
text: "Our Story", href: "#about"},
]}
description="Storia Coffee Space is more than just a coffee shop; it's a community hub where passion for coffee meets a warm, inviting atmosphere. We source the finest beans, skillfully roasted to perfection, ensuring a rich and unforgettable flavor in every sip. Join us and become part of our story, where every visit is a delightful escape."
/>
</div>
@@ -123,23 +94,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Premium Coffee Beans",
description: "We meticulously select and ethically source the highest quality coffee beans from around the world to ensure every brew is exceptional.",
imageSrc: "http://img.b2bpic.net/free-photo/view-lots-coffee-beans_23-2149878129.jpg",
imageAlt: "Premium roasted coffee beans",
},
title: "Premium Coffee Beans", description: "We meticulously select and ethically source the highest quality coffee beans from around the world to ensure every brew is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/view-lots-coffee-beans_23-2149878129.jpg", imageAlt: "Premium roasted coffee beans"},
{
title: "Artisan Baked Goods",
description: "Indulge in our selection of freshly baked pastries and delectable treats, made daily with the finest ingredients to complement your coffee.",
imageSrc: "http://img.b2bpic.net/free-photo/glass-milky-creamy-cocktail-with-cinamon-powder-dry-fruits_114579-4257.jpg",
imageAlt: "Assortment of artisan pastries",
},
title: "Artisan Baked Goods", description: "Indulge in our selection of freshly baked pastries and delectable treats, made daily with the finest ingredients to complement your coffee.", imageSrc: "http://img.b2bpic.net/free-photo/glass-milky-creamy-cocktail-with-cinamon-powder-dry-fruits_114579-4257.jpg", imageAlt: "Assortment of artisan pastries"},
{
title: "Cozy Ambiance",
description: "Our space is designed to be a sanctuary, offering a warm and comfortable environment perfect for working, relaxing, or connecting with friends.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-chair-talking-her-phone-while-having-cup-coffee_231208-13075.jpg",
imageAlt: "Cozy cafe interior",
},
title: "Cozy Ambiance", description: "Our space is designed to be a sanctuary, offering a warm and comfortable environment perfect for working, relaxing, or connecting with friends.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-chair-talking-her-phone-while-having-cup-coffee_231208-13075.jpg", imageAlt: "Cozy cafe interior"},
]}
title="Our Unique Offerings"
description="Discover what makes Storia Coffee Space your favorite daily ritual and a perfect spot for any occasion."
@@ -155,47 +114,17 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "p1",
name: "Espresso Shot",
price: "$3.00",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-cocktail-with-ice-coffee-seeds-grey-desk-drink-juice-cocktail_140725-25965.jpg",
imageAlt: "Espresso shot",
},
id: "p1", name: "Espresso Shot", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-cocktail-with-ice-coffee-seeds-grey-desk-drink-juice-cocktail_140725-25965.jpg", imageAlt: "Espresso shot"},
{
id: "p2",
name: "Cappuccino",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee_1339-2383.jpg",
imageAlt: "Cappuccino with latte art",
},
id: "p2", name: "Cappuccino", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee_1339-2383.jpg", imageAlt: "Cappuccino with latte art"},
{
id: "p3",
name: "Latte Macchiato",
price: "$5.00",
imageSrc: "http://img.b2bpic.net/free-photo/lemon-cocktail-with-cinnamon-table_140725-9848.jpg",
imageAlt: "Latte with intricate latte art",
},
id: "p3", name: "Latte Macchiato", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/lemon-cocktail-with-cinnamon-table_140725-9848.jpg", imageAlt: "Latte with intricate latte art"},
{
id: "p4",
name: "Americano",
price: "$4.00",
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg",
imageAlt: "Hot Americano coffee",
},
id: "p4", name: "Americano", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-glass-slices-bread-with-seeds_23-2148623234.jpg", imageAlt: "Hot Americano coffee"},
{
id: "p5",
name: "Butter Croissant",
price: "$3.50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tea-croissants-classic-breakfast_114579-59127.jpg",
imageAlt: "Golden butter croissant",
},
id: "p5", name: "Butter Croissant", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tea-croissants-classic-breakfast_114579-59127.jpg", imageAlt: "Golden butter croissant"},
{
id: "p6",
name: "Blueberry Muffin",
price: "$3.75",
imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-cup_23-2147693682.jpg",
imageAlt: "Blueberry muffin",
},
id: "p6", name: "Blueberry Muffin", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-cup_23-2147693682.jpg", imageAlt: "Blueberry muffin"},
]}
title="Indulge in Our Menu"
description="From classic espressos to delightful seasonal lattes and a tempting array of freshly baked goods, there's something for everyone to savor."
@@ -210,59 +139,23 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
id: "t1",
name: "Sarah J.",
handle: "@sarah_j_eats",
testimonial: "Storia Coffee Space is my absolute favorite! The coffee is always perfect, and the atmosphere is so welcoming. It's my go-to spot for starting the day right.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg",
imageAlt: "Sarah J.",
},
id: "t1", name: "Sarah J.", handle: "@sarah_j_eats", testimonial: "Storia Coffee Space is my absolute favorite! The coffee is always perfect, and the atmosphere is so welcoming. It's my go-to spot for starting the day right.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-communicating-through-sign-language_23-2148590312.jpg", imageAlt: "Sarah J."},
{
id: "t2",
name: "Michael L.",
handle: "@michaels_reads",
testimonial: "As a remote worker, finding a good cafe with reliable Wi-Fi and a calm environment is crucial. Storia delivers on all fronts great coffee, great space!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg",
imageAlt: "Michael L.",
},
id: "t2", name: "Michael L.", handle: "@michaels_reads", testimonial: "As a remote worker, finding a good cafe with reliable Wi-Fi and a calm environment is crucial. Storia delivers on all fronts great coffee, great space!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg", imageAlt: "Michael L."},
{
id: "t3",
name: "Emily R.",
handle: "@emily_explores",
testimonial: "The pastries here are divine! I tried the almond croissant, and it was heavenly. Paired with their latte, it's the perfect treat. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-man-restaurant_23-2148395456.jpg",
imageAlt: "Emily R.",
},
id: "t3", name: "Emily R.", handle: "@emily_explores", testimonial: "The pastries here are divine! I tried the almond croissant, and it was heavenly. Paired with their latte, it's the perfect treat. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-man-restaurant_23-2148395456.jpg", imageAlt: "Emily R."},
{
id: "t4",
name: "David K.",
handle: "@david_digital",
testimonial: "Friendly staff, excellent service, and consistently delicious coffee. Storia Coffee Space has become my daily ritual. A true gem in the neighborhood.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-wooden-table_1098-2171.jpg",
imageAlt: "David K.",
},
id: "t4", name: "David K.", handle: "@david_digital", testimonial: "Friendly staff, excellent service, and consistently delicious coffee. Storia Coffee Space has become my daily ritual. A true gem in the neighborhood.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-wooden-table_1098-2171.jpg", imageAlt: "David K."},
{
id: "t5",
name: "Jessica M.",
handle: "@jessica_m_art",
testimonial: "I love the vibe at Storia. Its inspiring to work here, and the coffee fuels my creativity. The subtle background music is also a great touch.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-reading-news_1098-21786.jpg",
imageAlt: "Jessica M.",
},
id: "t5", name: "Jessica M.", handle: "@jessica_m_art", testimonial: "I love the vibe at Storia. Its inspiring to work here, and the coffee fuels my creativity. The subtle background music is also a great touch.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-reading-news_1098-21786.jpg", imageAlt: "Jessica M."},
{
id: "t6",
name: "Chris P.",
handle: "@chris_pics",
testimonial: "Fantastic spot for an afternoon pick-me-up. Their seasonal drinks are always a hit, and I appreciate the attention to detail in every cup.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-glasses-freelancer-sitting-cafe-with-laptop-drinking-coffee-pointing-fingers_1258-314116.jpg",
imageAlt: "Chris P.",
},
id: "t6", name: "Chris P.", handle: "@chris_pics", testimonial: "Fantastic spot for an afternoon pick-me-up. Their seasonal drinks are always a hit, and I appreciate the attention to detail in every cup.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-glasses-freelancer-sitting-cafe-with-laptop-drinking-coffee-pointing-fingers_1258-314116.jpg", imageAlt: "Chris P."},
]}
showRating={true}
title="What Our Customers Say"
@@ -275,14 +168,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Local Artisans",
"Community Events",
"Sustainable Suppliers",
"Neighborhood Friends",
"Local Charity",
"Art Gallery Collective",
"Farmers Market",
]}
"Local Artisans", "Community Events", "Sustainable Suppliers", "Neighborhood Friends", "Local Charity", "Art Gallery Collective", "Farmers Market"]}
title="A Community We Cherish"
description="We are proud to be an active part of our local community, partnering with various organizations and supporting local initiatives."
showCard={true}
@@ -295,35 +181,17 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq1",
title: "What are your hours of operation?",
content: "We are open Monday to Friday from 7 AM to 6 PM, and Saturday to Sunday from 8 AM to 5 PM. Come visit us!",
},
id: "faq1", title: "What are your hours of operation?", content: "We are open Monday to Friday from 7 AM to 6 PM, and Saturday to Sunday from 8 AM to 5 PM. Come visit us!"},
{
id: "faq2",
title: "Do you offer free Wi-Fi?",
content: "Yes, we provide complimentary high-speed Wi-Fi for all our customers. Feel free to work, study, or browse while enjoying your coffee.",
},
id: "faq2", title: "Do you offer free Wi-Fi?", content: "Yes, we provide complimentary high-speed Wi-Fi for all our customers. Feel free to work, study, or browse while enjoying your coffee."},
{
id: "faq3",
title: "Are there vegan or gluten-free options available?",
content: "Absolutely! We offer a selection of delicious vegan and gluten-free pastries and milk alternatives to cater to various dietary preferences. Please ask our barista for today's options.",
},
id: "faq3", title: "Are there vegan or gluten-free options available?", content: "Absolutely! We offer a selection of delicious vegan and gluten-free pastries and milk alternatives to cater to various dietary preferences. Please ask our barista for today's options."},
{
id: "faq4",
title: "Can I host an event or meeting at Storia Coffee Space?",
content: "We welcome small gatherings and meetings. For larger events, please contact us in advance to discuss availability and arrangements. We'd love to help make your event special!",
},
id: "faq4", title: "Can I host an event or meeting at Storia Coffee Space?", content: "We welcome small gatherings and meetings. For larger events, please contact us in advance to discuss availability and arrangements. We'd love to help make your event special!"},
{
id: "faq5",
title: "Do you have outdoor seating?",
content: "Yes, we have a charming outdoor seating area where you can enjoy your coffee and pastries, weather permitting. It's a perfect spot to soak up the sun!",
},
id: "faq5", title: "Do you have outdoor seating?", content: "Yes, we have a charming outdoor seating area where you can enjoy your coffee and pastries, weather permitting. It's a perfect spot to soak up the sun!"},
{
id: "faq6",
title: "Do you offer loyalty programs or gift cards?",
content: "We do! Join our loyalty program to earn rewards with every purchase. Gift cards are also available and make a perfect present for the coffee lovers in your life.",
},
id: "faq6", title: "Do you offer loyalty programs or gift cards?", content: "We do! Join our loyalty program to earn rewards with every purchase. Gift cards are also available and make a perfect present for the coffee lovers in your life."},
]}
title="Your Questions, Answered"
description="Find quick answers to the most common questions about Storia Coffee Space, our offerings, and services."
@@ -335,20 +203,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Connect"
title="Visit Us or Get in Touch"
description="We'd love to see you! Find us at 123 Main Street or reach out with any inquiries. Your next favorite coffee awaits."
buttons={[
{
text: "Get Directions",
href: "https://maps.app.goo.gl/bW9jbbKnntX92wUV",
},
text: "Get Directions", href: "https://maps.app.goo.gl/bW9jbbKnntX92wUV"},
{
text: "Call Us",
href: "tel:+1234567890",
},
text: "Call Us", href: "tel:+1234567890"},
]}
/>
</div>
@@ -360,14 +223,10 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook",
},
href: "#", ariaLabel: "Facebook"},
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
href: "#", ariaLabel: "Instagram"},
]}
/>
</div>