From a2af30c8027a3d8a4df932f74c8bef26622be3b3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 23:11:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 145 ++++++++++++----------------------------------- 1 file changed, 35 insertions(+), 110 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d7a7db..13db7d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -51,37 +43,19 @@ export default function LandingPage() {
@@ -161,25 +114,15 @@ export default function LandingPage() { author="Sarah Miller" avatars={[ { - src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", - alt: "Sarah", - }, + src: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", alt: "Sarah"}, { - src: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", - alt: "John", - }, + src: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", alt: "John"}, { - src: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14270.jpg", - alt: "Alice", - }, + src: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14270.jpg", alt: "Alice"}, { - src: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-shells-necklace_23-2149105401.jpg", - alt: "Bob", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-shells-necklace_23-2149105401.jpg", alt: "Bob"}, { - src: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022647.jpg", - alt: "Eve", - }, + src: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022647.jpg", alt: "Eve"}, ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -193,16 +136,10 @@ export default function LandingPage() { description="Enter your details below and we'll confirm your appointment shortly." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "location", - type: "text", - placeholder: "Your Address", - required: true, + name: "location", type: "text", placeholder: "Your Address", required: true, }, ]} imageSrc="http://img.b2bpic.net/free-photo/set-mechanical-tools-professional-car-mechanic-using-different-tools-working_146671-19065.jpg" @@ -215,33 +152,21 @@ export default function LandingPage() { logoText="BLENC" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Gutter", - href: "#services", - }, + label: "Gutter", href: "#services"}, { - label: "Window", - href: "#services", - }, + label: "Window", href: "#services"}, { - label: "Yard", - href: "#services", - }, + label: "Yard", href: "#services"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Contact", - href: "#booking", - }, + label: "Contact", href: "#booking"}, ], }, ]} -- 2.49.1