diff --git a/src/app/page.tsx b/src/app/page.tsx
index 701c032..516fa16 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -38,13 +38,13 @@ export default function LandingPage() {
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
- brandName="BeanCare"
+ brandName="Konig Coffee Garden Route"
/>
@@ -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" },
]}
/>
@@ -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."
/>