2 Commits

Author SHA1 Message Date
07c86910ea Update src/app/page.tsx 2026-04-28 08:57:16 +00:00
8b1fe3aed0 Merge version_2 into main
Merge version_2 into main
2026-04-28 08:54:42 +00:00

View File

@@ -38,13 +38,13 @@ export default function LandingPage() {
{ name: "Testimonials", id: "#testimonials" }, { name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" }, { name: "Contact", id: "#contact" },
]} ]}
brandName="BeanCare" brandName="Konig Coffee Garden Route"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogo <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." description="Premium coffee machine service, expert repair, and the finest hand-roasted beans delivered to your doorstep."
buttons={[ buttons={[
{ text: "Book Maintenance", href: "#contact" }, { text: "Book Maintenance", href: "#contact" },
@@ -59,7 +59,7 @@ export default function LandingPage() {
<MetricSplitMediaAbout <MetricSplitMediaAbout
useInvertedBackground={false} useInvertedBackground={false}
title="We Keep Your Coffee Flowing" 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={[ metrics={[
{ value: "500+", title: "Machines Serviced" }, { value: "500+", title: "Machines Serviced" },
{ value: "2T", title: "Beans Roasted" }, { 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: "m2", value: "250+", title: "Cafes", description: "Active partners", icon: Award },
{ id: "m3", value: "15k+", title: "Cups", description: "Tested and tasted", icon: Sparkles }, { id: "m3", value: "15k+", title: "Cups", description: "Tested and tasted", icon: Sparkles },
]} ]}
title="BeanCare Impact" title="Konig Coffee Garden Route Impact"
description="Reliable dedication." description="Reliable dedication."
/> />
</div> </div>
@@ -142,7 +142,7 @@ export default function LandingPage() {
description="Hear from the baristas we support daily." description="Hear from the baristas we support daily."
testimonials={[ 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: "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> </div>
@@ -165,7 +165,7 @@ export default function LandingPage() {
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Services", href: "#features" }, { label: "Shop", href: "#shop" }] }, { title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Services", href: "#features" }, { label: "Shop", href: "#shop" }] },
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "FAQ", href: "#" }] }, { title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "FAQ", href: "#" }] },
]} ]}
bottomLeftText="© 2025 BeanCare" bottomLeftText="© 2025 Konig Coffee Garden Route"
bottomRightText="All rights reserved." bottomRightText="All rights reserved."
/> />
</div> </div>