From 30d50a346b2a192829b9f225ce00e3ce39a63c9d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 06:21:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 257 +++++++++++------------------------------------ 1 file changed, 58 insertions(+), 199 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 602b055..0cd4f31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -59,45 +49,28 @@ export default function LandingPage() {
@@ -108,24 +81,15 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "Mastering the Art of ", - }, + type: "text", content: "Mastering the Art of "}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086831.jpg", - alt: "Renovation team", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086831.jpg", alt: "Renovation team"}, { - type: "text", - content: " Home Transformation.", - }, + type: "text", content: " Home Transformation."}, ]} buttons={[ { - text: "Our Approach", - href: "#features", - }, + text: "Our Approach", href: "#features"}, ]} />
@@ -137,20 +101,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Expert Planning", - description: "Every project begins with a deep dive into your vision and structural feasibility.", - imageSrc: "http://img.b2bpic.net/free-photo/from-people-discussing-draft-tablet_23-2147785605.jpg", - }, + title: "Expert Planning", description: "Every project begins with a deep dive into your vision and structural feasibility.", imageSrc: "http://img.b2bpic.net/free-photo/from-people-discussing-draft-tablet_23-2147785605.jpg"}, { - title: "Precision Execution", - description: "Detailed craftsmanship ensures every finish meets our high standards.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-indoors_23-2149721881.jpg", - }, + title: "Precision Execution", description: "Detailed craftsmanship ensures every finish meets our high standards.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-indoors_23-2149721881.jpg"}, { - title: "Dedicated Management", - description: "A single point of contact keeps you updated throughout the entire renovation process.", - imageSrc: "http://img.b2bpic.net/free-photo/experts-check-warehouse-inventory_482257-75354.jpg", - }, + title: "Dedicated Management", description: "A single point of contact keeps you updated throughout the entire renovation process.", imageSrc: "http://img.b2bpic.net/free-photo/experts-check-warehouse-inventory_482257-75354.jpg"}, ]} title="The Valeti Mondo Difference" description="We blend expert project management with creative design and high-quality materials to deliver exceptional results every time." @@ -159,52 +114,23 @@ export default function LandingPage() {