Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-06 11:47:46 +00:00

View File

@@ -30,25 +30,15 @@ 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: "menu",
},
name: "Menu", id: "menu"},
{
name: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Depresso Coffee"
/>
@@ -58,97 +48,51 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Depresso Coffee & Eatery"
description="Where exceptional coffee meets warm hospitality. Join us for your daily ritual."
testimonials={[
{
name: "Sarah J.",
handle: "@sarahj",
testimonial: "The best daily coffee ritual in town. Always consistent!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-coffee-machine-cafe_23-2147775917.jpg?_wi=1",
imageAlt: "cozy coffee shop atmosphere warm lighting",
},
name: "Sarah J.", handle: "@sarahj", testimonial: "The best daily coffee ritual in town. Always consistent!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-coffee-machine-cafe_23-2147775917.jpg", imageAlt: "cozy coffee shop atmosphere warm lighting"},
{
name: "Mark D.",
handle: "@markd",
testimonial: "Excellent service and the atmosphere is incredibly cozy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg?_wi=1",
imageAlt: "happy coffee customer portrait",
},
name: "Mark D.", handle: "@markd", testimonial: "Excellent service and the atmosphere is incredibly cozy.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", imageAlt: "happy coffee customer portrait"},
{
name: "Elena P.",
handle: "@elenap",
testimonial: "Finally a place that makes my coffee exactly how I like it.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg?_wi=1",
imageAlt: "satisfied customer enjoying coffee",
},
name: "Elena P.", handle: "@elenap", testimonial: "Finally a place that makes my coffee exactly how I like it.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg", imageAlt: "satisfied customer enjoying coffee"},
{
name: "Tom B.",
handle: "@tomb",
testimonial: "The signature blends are perfectly aromatic and bold.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-wearing-warm-scarf-showing-okay-gesture_171337-4450.jpg?_wi=1",
imageAlt: "relaxed person coffee shop",
},
name: "Tom B.", handle: "@tomb", testimonial: "The signature blends are perfectly aromatic and bold.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-wearing-warm-scarf-showing-okay-gesture_171337-4450.jpg", imageAlt: "relaxed person coffee shop"},
{
name: "Alice M.",
handle: "@alicem",
testimonial: "Wonderful handmade snacks and sweet treats every single day.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9650.jpg",
imageAlt: "coffee shop regular portrait",
},
name: "Alice M.", handle: "@alicem", testimonial: "Wonderful handmade snacks and sweet treats every single day.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9650.jpg", imageAlt: "coffee shop regular portrait"},
]}
imageSrc="http://img.b2bpic.net/free-photo/crop-man-using-coffee-machine-cafe_23-2147775917.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/crop-man-using-coffee-machine-cafe_23-2147775917.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/happy-man-wearing-warm-scarf-showing-okay-gesture_171337-4450.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/happy-man-wearing-warm-scarf-showing-okay-gesture_171337-4450.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9650.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9650.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-36138.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-36138.jpg", alt: "Customer 5"},
]}
avatarText="Join 500+ happy regulars"
marqueeItems={[
{
type: "text",
text: "Premium Roast",
},
type: "text", text: "Premium Roast"},
{
type: "text",
text: "Artisan Pastries",
},
type: "text", text: "Artisan Pastries"},
{
type: "text",
text: "Cozy Atmosphere",
},
type: "text", text: "Cozy Atmosphere"},
{
type: "text",
text: "Daily Ritual",
},
type: "text", text: "Daily Ritual"},
{
type: "text",
text: "Hand-crafted",
},
type: "text", text: "Hand-crafted"},
]}
/>
</div>
@@ -158,9 +102,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Story"
description={[
"Depresso Coffee & Eatery is built on passion — passion for high-quality coffee, delicious bites, and unforgettable service.",
"With hundreds of glowing reviews, our community trusts us for the perfect daily coffee ritual.",
]}
"Depresso Coffee & Eatery is built on passion — passion for high-quality coffee, delicious bites, and unforgettable service.", "With hundreds of glowing reviews, our community trusts us for the perfect daily coffee ritual."]}
/>
</div>
@@ -172,19 +114,13 @@ export default function LandingPage() {
features={[
{
icon: Coffee,
title: "Premium Coffee",
description: "Aromatic blends crafted to perfection — always served exactly the way you ask.",
},
title: "Premium Coffee", description: "Aromatic blends crafted to perfection — always served exactly the way you ask."},
{
icon: Croissant,
title: "Fresh Snacks",
description: "Handmade bites, light meals, and sweet treats to pair with your coffee.",
},
title: "Fresh Snacks", description: "Handmade bites, light meals, and sweet treats to pair with your coffee."},
{
icon: IceCream,
title: "Cold Beverages",
description: "Refreshing granitas, iced coffees, and specialty drinks loved by our customers.",
},
title: "Cold Beverages", description: "Refreshing granitas, iced coffees, and specialty drinks loved by our customers."},
]}
title="Signature Selections"
description="Explore our hand-crafted menu items designed to pair perfectly with your daily brew."
@@ -197,55 +133,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Maria K.",
date: "Oct 2025",
title: "Great Staff",
quote: "Ωραίος καφές και ευγενέστατο προσωπικό — εξαιρετικό για ένα γρήγορο take-away!",
avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-36138.jpg",
imageAlt: "happy coffee enthusiast portrait",
},
id: "1", name: "Maria K.", date: "Oct 2025", title: "Great Staff", quote: "Ωραίος καφές και ευγενέστατο προσωπικό — εξαιρετικό για ένα γρήγορο take-away!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-36138.jpg", imageAlt: "happy coffee enthusiast portrait"},
{
id: "2",
name: "Giannis P.",
date: "Sep 2025",
title: "Amazing Granita",
quote: "Πάρα πολύ ωραίος καφές, φοβερή γρανίτα και άψογη εξυπηρέτηση.",
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-coffee-machine-cafe_23-2147775917.jpg?_wi=3",
imageAlt: "cozy coffee shop atmosphere warm lighting",
},
id: "2", name: "Giannis P.", date: "Sep 2025", title: "Amazing Granita", quote: "Πάρα πολύ ωραίος καφές, φοβερή γρανίτα και άψογη εξυπηρέτηση.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg", imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-coffee-machine-cafe_23-2147775917.jpg", imageAlt: "cozy coffee shop atmosphere warm lighting"},
{
id: "3",
name: "Sofia L.",
date: "Aug 2025",
title: "Perfect Ritual",
quote: "Επιτέλους ένα μαγαζί που σου δίνει τον καφέ όπως τον ζητάς!",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-man-wearing-warm-scarf-showing-okay-gesture_171337-4450.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg?_wi=2",
imageAlt: "happy coffee customer portrait",
},
id: "3", name: "Sofia L.", date: "Aug 2025", title: "Perfect Ritual", quote: "Επιτέλους ένα μαγαζί που σου δίνει τον καφέ όπως τον ζητάς!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/happy-man-wearing-warm-scarf-showing-okay-gesture_171337-4450.jpg", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", imageAlt: "happy coffee customer portrait"},
{
id: "4",
name: "Kostas D.",
date: "Jul 2025",
title: "Top Choice",
quote: "Quality coffee and atmosphere every morning.",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9650.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg?_wi=2",
imageAlt: "satisfied customer enjoying coffee",
},
id: "4", name: "Kostas D.", date: "Jul 2025", title: "Top Choice", quote: "Quality coffee and atmosphere every morning.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9650.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-coffee-cup_23-2148756305.jpg", imageAlt: "satisfied customer enjoying coffee"},
{
id: "5",
name: "Anna S.",
date: "Jun 2025",
title: "Excellent",
quote: "Truly the best coffee experience I've had in a long time.",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-36138.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-wearing-warm-scarf-showing-okay-gesture_171337-4450.jpg?_wi=2",
imageAlt: "relaxed person coffee shop",
},
id: "5", name: "Anna S.", date: "Jun 2025", title: "Excellent", quote: "Truly the best coffee experience I've had in a long time.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-36138.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-wearing-warm-scarf-showing-okay-gesture_171337-4450.jpg", imageAlt: "relaxed person coffee shop"},
]}
title="What Customers Say"
description="Don't just take our word for it. Hear what our community has to say about their experience."
@@ -256,8 +152,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Visit us any day of the week from 07:00 to 22:00 for your perfect coffee moment."
/>
</div>
@@ -266,33 +161,21 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Reviews",
href: "#reviews",
},
label: "Reviews", href: "#reviews"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Opening Hours",
href: "#contact",
},
label: "Opening Hours", href: "#contact"},
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
],
},
]}