Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-28 08:57:22 +00:00

View File

@@ -38,13 +38,13 @@ export default function LandingPage() {
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
brandName="BeanCare"
brandName="Konig Coffee Garden Route"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="BeanCare Maintenance"
logoText="Konig Coffee Garden Route"
description="Premium coffee machine service, expert repair, and the finest hand-roasted beans delivered to your doorstep."
buttons={[
{ text: "Book Maintenance", href: "#contact" },
@@ -59,7 +59,7 @@ export default function LandingPage() {
<MetricSplitMediaAbout
useInvertedBackground={false}
title="We Keep Your Coffee Flowing"
description="With over a decade of expertise, BeanCare ensures your machines work perfectly so you can focus on the perfect extraction every single day."
description="With over a decade of expertise, Konig Coffee Garden Route ensures your machines work perfectly so you can focus on the perfect extraction every single day."
metrics={[
{ value: "500+", title: "Machines Serviced" },
{ value: "2T", title: "Beans Roasted" },
@@ -128,7 +128,7 @@ export default function LandingPage() {
{ id: "m2", value: "250+", title: "Cafes", description: "Active partners", icon: Award },
{ id: "m3", value: "15k+", title: "Cups", description: "Tested and tasted", icon: Sparkles },
]}
title="BeanCare Impact"
title="Konig Coffee Garden Route Impact"
description="Reliable dedication."
/>
</div>
@@ -142,7 +142,7 @@ export default function LandingPage() {
description="Hear from the baristas we support daily."
testimonials={[
{ id: "1", name: "Alice M.", handle: "@brewheaven", testimonial: "The best maintenance service in the city. Truly professionals.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-asian-girl-apron-barista-coffee-shop-shows-thumbs-up-approve-recommend-smth_1258-199453.jpg" },
{ id: "2", name: "Bob R.", handle: "@morningcup", testimonial: "Our machines have never performed better. BeanCare is indispensable.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg" },
{ id: "2", name: "Bob R.", handle: "@morningcup", testimonial: "Our machines have never performed better. Konig Coffee Garden Route is indispensable.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg" },
]}
/>
</div>
@@ -165,7 +165,7 @@ export default function LandingPage() {
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Services", href: "#features" }, { label: "Shop", href: "#shop" }] },
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "FAQ", href: "#" }] },
]}
bottomLeftText="© 2025 BeanCare"
bottomLeftText="© 2025 Konig Coffee Garden Route"
bottomRightText="All rights reserved."
/>
</div>