Merge version_1_1782368621793 into main #2

Merged
bender merged 1 commits from version_1_1782368621793 into main 2026-06-25 06:25:01 +00:00

View File

@@ -15,31 +15,17 @@ export default function HomePage() {
<SectionErrorBoundary name="hero">
<HeroCenteredLogos
avatarsSrc={[
"http://img.b2bpic.net/free-photo/happy-portrait-girl-holding-takeaway-coffee-cup_23-2147906477.jpg",
"http://img.b2bpic.net/free-photo/high-angle-man-restaurant_23-2148395381.jpg",
"http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg",
"http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffee-cup_23-2149412558.jpg",
"http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-cup_23-2148756344.jpg",
]}
"http://img.b2bpic.net/free-photo/happy-portrait-girl-holding-takeaway-coffee-cup_23-2147906477.jpg", "http://img.b2bpic.net/free-photo/high-angle-man-restaurant_23-2148395381.jpg", "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg", "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffee-cup_23-2149412558.jpg", "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-cup_23-2148756344.jpg"]}
avatarText="Loved by 10,000+ coffee enthusiasts"
title="The Art of Lithos Coffee"
description="Experience the pinnacle of specialty coffee, where every drop tells a story of origin, passion, and meticulous craft."
primaryButton={{
text: "Discover Menu",
href: "#menu",
}}
text: "Discover Menu", href: "#menu"}}
secondaryButton={{
text: "Our Story",
href: "#story",
}}
text: "Our Story", href: "#story"}}
names={[
"Sarah J.",
"Michael R.",
"Elena K.",
"David W.",
"Olivia M.",
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135317.jpg?_wi=1"
"Sarah J.", "Michael R.", "Elena K.", "David W.", "Olivia M."]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135317.jpg"
/>
</SectionErrorBoundary>
</div>
@@ -49,9 +35,7 @@ export default function HomePage() {
<AboutText
title="Rooted in Passion, Crafted in Lithos"
primaryButton={{
text: "Our Brewing Philosophy",
href: "#",
}}
text: "Our Brewing Philosophy", href: "#"}}
/>
</SectionErrorBoundary>
</div>
@@ -64,47 +48,19 @@ export default function HomePage() {
description="From single-origin pours to delicate pastries, every item is selected for quality."
items={[
{
title: "Signature Espresso",
description: "Robust and refined, our signature blend.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-coffee-with-milk-cream_23-2148865608.jpg",
},
title: "Signature Espresso", description: "Robust and refined, our signature blend.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-coffee-with-milk-cream_23-2148865608.jpg"},
{
title: "Cold Brew",
description: "Steeped for 24 hours, velvet smooth.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-tasty-coffee-assortment_23-2149514291.jpg",
},
title: "Cold Brew", description: "Steeped for 24 hours, velvet smooth.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/glasses-with-tasty-coffee-assortment_23-2149514291.jpg"},
{
title: "Gourmet Pastries",
description: "Freshly baked every single morning.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/blue-plate-two-sweet-doughnuts-with-colorful-sprinkles_114579-87208.jpg",
},
title: "Gourmet Pastries", description: "Freshly baked every single morning.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/blue-plate-two-sweet-doughnuts-with-colorful-sprinkles_114579-87208.jpg"},
{
title: "Flat White",
description: "Perfectly steamed, silky texture.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/small-business-items-serving-coffee_23-2149458023.jpg",
},
title: "Flat White", description: "Perfectly steamed, silky texture.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/small-business-items-serving-coffee_23-2149458023.jpg"},
{
title: "Iced Latte",
description: "Refreshing and bold caffeine lift.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-glass-with-condensation-ice_84443-83820.jpg",
},
title: "Iced Latte", description: "Refreshing and bold caffeine lift.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-glass-with-condensation-ice_84443-83820.jpg"},
{
title: "Artisan Danishes",
description: "Layers of buttery, flaky perfection.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-table_140725-6826.jpg",
},
title: "Artisan Danishes", description: "Layers of buttery, flaky perfection.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-table_140725-6826.jpg"},
{
title: "Pour Over",
description: "Clean flavors, vibrant origin notes.",
href: "#",
imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-syrup-coffee-mixed-with-milk_140725-7036.jpg",
},
title: "Pour Over", description: "Clean flavors, vibrant origin notes.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-syrup-coffee-mixed-with-milk_140725-7036.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -118,40 +74,24 @@ export default function HomePage() {
description="Explore the aesthetic detail that defines Lithos."
features={[
{
title: "Designed for You",
description: "Modern minimalist interiors designed for comfort and focus.",
bentoComponent: "media-stack",
mediaItems: [
title: "Designed for You", description: "Modern minimalist interiors designed for comfort and focus.", bentoComponent: "media-stack", mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-assortment_23-2149213303.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/hookah-still-life-assortment_23-2149213303.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-cheesecake-wooden-table-front-cushion-against-white-wall_23-2148067198.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-cheesecake-wooden-table-front-cushion-against-white-wall_23-2148067198.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-hands-preparing-coffee-customer-coffee-shop_93675-135317.jpg?_wi=2",
imageAlt: "modern coffee shop interior minimalist",
},
{
title: "Crafted Details",
description: "Every corner is meticulously considered.",
bentoComponent: "media-stack",
mediaItems: [
title: "Crafted Details", description: "Every corner is meticulously considered.", bentoComponent: "media-stack", mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-6751.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-6751.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-coffee-mug-near-wooden-cutting-board-cheese-copy-space_132075-11328.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-coffee-mug-near-wooden-cutting-board-cheese-copy-space_132075-11328.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-asian-girl-barista-apron-works-with-coffee-machine-counter-standing_1258-203398.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-asian-girl-barista-apron-works-with-coffee-machine-counter-standing_1258-203398.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-beans-coffee-bean-shaped-cookies_114579-6544.jpg?_wi=1",
imageAlt: "modern coffee shop interior minimalist",
},
]}
/>
@@ -165,35 +105,15 @@ export default function HomePage() {
title="What Our Community Says"
testimonials={[
{
name: "Sarah J.",
role: "Coffee Enthusiast",
quote: "The best flat white I have ever had.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-dressed-white-pajamas_158538-18356.jpg",
},
name: "Sarah J.", role: "Coffee Enthusiast", quote: "The best flat white I have ever had.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-dressed-white-pajamas_158538-18356.jpg"},
{
name: "Michael R.",
role: "Regular Patron",
quote: "Lithos feels like home away from home.",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-drinks-coffee-cafe_613910-8838.jpg",
},
name: "Michael R.", role: "Regular Patron", quote: "Lithos feels like home away from home.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-drinks-coffee-cafe_613910-8838.jpg"},
{
name: "Elena K.",
role: "Design Critic",
quote: "Unmatched aesthetic and impeccable coffee.",
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-beverage_23-2149304428.jpg",
},
name: "Elena K.", role: "Design Critic", quote: "Unmatched aesthetic and impeccable coffee.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-beverage_23-2149304428.jpg"},
{
name: "David W.",
role: "Professional",
quote: "The perfect spot for my morning meetings.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-texting-cafe-happy-businessman-smiling-texting-smartphone-table_1391-595.jpg",
},
name: "David W.", role: "Professional", quote: "The perfect spot for my morning meetings.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-texting-cafe-happy-businessman-smiling-texting-smartphone-table_1391-595.jpg"},
{
name: "Olivia M.",
role: "Foodie",
quote: "Their danishes are genuinely life-changing.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-casual-african-american-girl-stylish-trench-coat-happily-looking-away-with-coffee-go-cafe-street_574295-2881.jpg",
},
name: "Olivia M.", role: "Foodie", quote: "Their danishes are genuinely life-changing.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-casual-african-american-girl-stylish-trench-coat-happily-looking-away-with-coffee-go-cafe-street_574295-2881.jpg"},
]}
description="Join our community of coffee lovers."
/>
@@ -208,28 +128,16 @@ export default function HomePage() {
description="Dedication to quality measured in cups."
metrics={[
{
value: "15k+",
title: "Cups Served",
features: [
"Sustainably sourced",
"Small batch roasts",
],
value: "15k+", title: "Cups Served", features: [
"Sustainably sourced", "Small batch roasts"],
},
{
value: "50+",
title: "Coffee Origins",
features: [
"Direct trade",
"Premium quality",
],
value: "50+", title: "Coffee Origins", features: [
"Direct trade", "Premium quality"],
},
{
value: "12",
title: "Pastry Flavors",
features: [
"Daily fresh",
"Handmade",
],
value: "12", title: "Pastry Flavors", features: [
"Daily fresh", "Handmade"],
},
]}
/>
@@ -244,17 +152,11 @@ export default function HomePage() {
description="Answers to your burning coffee questions."
items={[
{
question: "Do you offer plant-based milks?",
answer: "Yes, we offer oat, almond, and soy alternatives.",
},
question: "Do you offer plant-based milks?", answer: "Yes, we offer oat, almond, and soy alternatives."},
{
question: "Can I work from your cafe?",
answer: "Absolutely, our space is designed for comfort and focused work.",
},
question: "Can I work from your cafe?", answer: "Absolutely, our space is designed for comfort and focused work."},
{
question: "Do you host brewing workshops?",
answer: "Yes, subscribe to our newsletter for event announcements.",
},
question: "Do you host brewing workshops?", answer: "Yes, subscribe to our newsletter for event announcements."},
]}
/>
</SectionErrorBoundary>
@@ -266,13 +168,9 @@ export default function HomePage() {
tag="Visit Us"
text="Join us at Lithos and experience the difference today."
primaryButton={{
text: "Get Directions",
href: "#footer",
}}
text: "Get Directions", href: "#footer"}}
secondaryButton={{
text: "Call Now",
href: "tel:5550123",
}}
text: "Call Now", href: "tel:5550123"}}
/>
</SectionErrorBoundary>
</div>