Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-22 09:33:43 +00:00

View File

@@ -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" }}
/>
</div>
@@ -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() {
<ContactText
useInvertedBackground={true}
background={{ variant: "radial-gradient" }}
text="Visit us at Lolwe, Kisumu. MonSat 7am7pm, Sun 11am7pm. Call 0110 864 488 for pickup."
buttons={[{ text: "Contact Us", href: "tel:0110864488" }]}
text="Visit us at Lolwe, Kisumu. MonSat 7am7pm, Sun 11am7pm. Call +25473 952019 for pickup."
buttons={[{ text: "Contact Us", href: "tel:+25473952019" }]}
/>
</div>
@@ -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: "#" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}