4 Commits

Author SHA1 Message Date
3091ddfab5 Update src/app/page.tsx 2026-04-28 08:58:27 +00:00
438b1d31ae Merge version_3 into main
Merge version_3 into main
2026-04-28 08:57:22 +00:00
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: "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" },
@@ -94,9 +94,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "1", name: "Espresso Rig", price: "$1,200", variant: "Steel", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-mixing-coffee_23-2148892893.jpg" },
{ id: "2", name: "Burr Grinder", price: "$350", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/hand-installing-filter-espresso-machine_23-2147834505.jpg" },
{ id: "3", name: "Ethiopian Origin", price: "$22", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/brown-coffee-beans-cup_114579-16758.jpg" },
{ id: "1", name: "Espresso Rig", price: "R22,000", variant: "Steel", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-mixing-coffee_23-2148892893.jpg" },
{ id: "2", name: "Burr Grinder", price: "R6,500", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/hand-installing-filter-espresso-machine_23-2147834505.jpg" },
{ id: "3", name: "Ethiopian Origin", price: "R400", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/brown-coffee-beans-cup_114579-16758.jpg" },
]}
title="Premium Gear"
description="Curated specialty equipment."
@@ -109,8 +109,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
plans={[
{ id: "basic", badge: "Essential", price: "$99", subtitle: "Home Users", buttons: [{ text: "Select", href: "#contact" }], features: ["Annual Deep Clean", "Calibration Check"] },
{ id: "pro", badge: "Commercial", price: "$249", subtitle: "Cafes", buttons: [{ text: "Select", href: "#contact" }], features: ["Quarterly Service", "Priority Support"] },
{ id: "basic", badge: "Essential", price: "R1,800", subtitle: "Home Users", buttons: [{ text: "Select", href: "#contact" }], features: ["Annual Deep Clean", "Calibration Check"] },
{ id: "pro", badge: "Commercial", price: "R4,500", subtitle: "Cafes", buttons: [{ text: "Select", href: "#contact" }], features: ["Quarterly Service", "Priority Support"] },
]}
title="Service Plans"
description="Plans built for success."
@@ -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,11 +165,11 @@ 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>
</ReactLenis>
</ThemeProvider>
);
}
}