From 03198039c23e388f542ca25d331b4498e12315a4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:33:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1347b3..ff860a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="MELINA Ruby" - button={{ text: "Call 0110 864 488", href: "tel:0110864488" }} + button={{ text: "Call +25473 952019", href: "tel:+25473952019" }} /> @@ -59,7 +59,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-folding-clothes-laundry_23-2148401460.jpg", imageAlt: "Express" }, { imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-man-ironing-shirt_23-2148401480.jpg", imageAlt: "Ironing" }, ]} - buttons={[{ text: "Call Now: 0110 864 488", href: "tel:0110864488" }] + buttons={[{ text: "Call Now: +25473 952019", href: "tel:+25473952019" }] } avatars={[ { src: "http://img.b2bpic.net/free-photo/smiling-african-american-senior-man-holding-phone_23-2148401490.jpg", alt: "Customer profile" }, @@ -169,8 +169,8 @@ export default function LandingPage() { @@ -179,11 +179,11 @@ export default function LandingPage() { logoText="MELINA Ruby" columns={[ { title: "Navigation", items: [{ label: "Services", href: "#services" }, { label: "About", href: "#about" }] }, - { title: "Contact", items: [{ label: "Call Us", href: "tel:0110864488" }, { label: "Location", href: "#" }] }, + { title: "Contact", items: [{ label: "Call Us", href: "tel:+25473952019" }, { label: "Location", href: "#" }] }, ]} /> ); -} +} \ No newline at end of file -- 2.49.1