diff --git a/src/app/page.tsx b/src/app/page.tsx index 8242f6a..0995708 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -56,66 +46,41 @@ export default function LandingPage() {
@@ -127,35 +92,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Gypsum Ceilings", - tags: [ - "Residential", - "Commercial", - ], - imageSrc: "http://img.b2bpic.net/free-photo/handyman-uses-jackhammer-installation_169016-5286.jpg", - imageAlt: "gypsum board installation ceiling", - }, + id: "f1", title: "Gypsum Ceilings", tags: [ + "Residential", "Commercial"], + imageSrc: "http://img.b2bpic.net/free-photo/handyman-uses-jackhammer-installation_169016-5286.jpg", imageAlt: "gypsum board installation ceiling"}, { - id: "f2", - title: "Suspended Ceilings", - tags: [ - "Office", - "Retail", - ], - imageSrc: "http://img.b2bpic.net/free-photo/background-indoor-terminal-departure-metal_1232-4518.jpg", - imageAlt: "suspended office ceiling modern", - }, + id: "f2", title: "Suspended Ceilings", tags: [ + "Office", "Retail"], + imageSrc: "http://img.b2bpic.net/free-photo/background-indoor-terminal-departure-metal_1232-4518.jpg", imageAlt: "suspended office ceiling modern"}, { - id: "f3", - title: "Interior Decoration", - tags: [ - "Luxury", - "Custom", - ], - imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-japanese-style_1150-12905.jpg", - imageAlt: "interior decoration home ceiling art", - }, + id: "f3", title: "Interior Decoration", tags: [ + "Luxury", "Custom"], + imageSrc: "http://img.b2bpic.net/free-photo/minimal-home-japanese-style_1150-12905.jpg", imageAlt: "interior decoration home ceiling art"}, ]} title="Our Expertise" description="Premium ceiling solutions designed to define and enhance your spaces." @@ -170,25 +117,15 @@ export default function LandingPage() { author="Mark R." avatars={[ { - src: "http://img.b2bpic.net/free-photo/businessman-looks-into-distance_1153-5207.jpg", - alt: "professional headshot portrait male", - }, + src: "http://img.b2bpic.net/free-photo/businessman-looks-into-distance_1153-5207.jpg", alt: "professional headshot portrait male"}, { - src: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg", - alt: "happy customer interior renovation", - }, + src: "http://img.b2bpic.net/free-photo/young-hispanic-man-with-beard-working-home-renovation-smiling-cheerful-playing-peek-boo-with-hands-showing-face-surprised-exited_839833-5465.jpg", alt: "happy customer interior renovation"}, { - src: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741777.jpg", - alt: "professional interior decoration client", - }, + src: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741777.jpg", alt: "professional interior decoration client"}, { - src: "http://img.b2bpic.net/free-photo/low-angle-businessmen-making-agreement_23-2148269333.jpg", - alt: "business client office interior", - }, + src: "http://img.b2bpic.net/free-photo/low-angle-businessmen-making-agreement_23-2148269333.jpg", alt: "business client office interior"}, { - src: "http://img.b2bpic.net/free-photo/cheerful-asian-executive-leading-people_1262-4716.jpg", - alt: "professional renovation client headshot", - }, + src: "http://img.b2bpic.net/free-photo/cheerful-asian-executive-leading-people_1262-4716.jpg", alt: "professional renovation client headshot"}, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -202,12 +139,7 @@ export default function LandingPage() { title="Trusted by Leaders" description="We partner with industry-leading developers and architects." names={[ - "Apex Developments", - "Urban Interiors", - "Skyline Construction", - "Modern Space Studio", - "Elite Commercial Group", - ]} + "Apex Developments", "Urban Interiors", "Skyline Construction", "Modern Space Studio", "Elite Commercial Group"]} /> @@ -218,22 +150,14 @@ export default function LandingPage() { description="Ready to transform your ceiling? Reach out today for a consultation." inputs={[ { - name: "name", - type: "text", - placeholder: "Full Name", - required: true, + name: "name", type: "text", placeholder: "Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your project", - rows: 4, + name: "message", placeholder: "Tell us about your project", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-modern-ceiling_1359-959.jpg" @@ -245,29 +169,19 @@ export default function LandingPage() {