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() {