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"},
],
},
]}