diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b95595..f58a42c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,62 +48,39 @@ export default function LandingPage() {
@@ -123,18 +90,11 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", - content: "The Wollbit Difference", - }, + type: "text", content: "The Wollbit Difference"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/living-room-with-fireplace-large-painting-wall_123827-23876.jpg", - alt: "Design process", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/living-room-with-fireplace-large-painting-wall_123827-23876.jpg", alt: "Design process"}, { - type: "text", - content: "We don't just find builders; we craft experiences. By leveraging a network of top-tier partners and charging a transparent commission, we ensure your home is handled by the absolute best in Melbourne.", - }, + type: "text", content: "We don't just find builders; we craft experiences. By leveraging a network of top-tier partners and charging a transparent commission, we ensure your home is handled by the absolute best in Melbourne."}, ]} /> @@ -147,20 +107,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Premium Surfaces", - description: "Explore our curated marble and granite collection.", - imageSrc: "http://img.b2bpic.net/free-photo/tools-collection-top-view_1112-396.jpg", - }, + title: "Premium Surfaces", description: "Explore our curated marble and granite collection.", imageSrc: "http://img.b2bpic.net/free-photo/tools-collection-top-view_1112-396.jpg"}, { - title: "Color Palette", - description: "Select bespoke tones that define luxury.", - imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-with-color-palette-wall-paint_23-2150334450.jpg", - }, + title: "Color Palette", description: "Select bespoke tones that define luxury.", imageSrc: "http://img.b2bpic.net/free-photo/interior-designer-with-color-palette-wall-paint_23-2150334450.jpg"}, { - title: "Hardware Finishes", - description: "Fine-tune details with gold, brass, and matte hardware.", - imageSrc: "http://img.b2bpic.net/free-photo/wood-door-handle_1373-212.jpg", - }, + title: "Hardware Finishes", description: "Fine-tune details with gold, brass, and matte hardware.", imageSrc: "http://img.b2bpic.net/free-photo/wood-door-handle_1373-212.jpg"}, ]} title="Interactive Design Workshop" description="Play with our premium material library to discover your perfect aesthetic." @@ -175,20 +126,11 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "150+", - description: "Projects Facilitated", - }, + id: "m1", value: "150+", description: "Projects Facilitated"}, { - id: "m2", - value: "20%", - description: "Your Commission Advantage", - }, + id: "m2", value: "20%", description: "Your Commission Advantage"}, { - id: "m3", - value: "100%", - description: "Customer Satisfaction", - }, + id: "m3", value: "100%", description: "Customer Satisfaction"}, ]} title="Our Impact" description="Transforming Melbourne homes, one commission at a time." @@ -198,49 +140,25 @@ export default function LandingPage() {
@@ -295,29 +201,19 @@ export default function LandingPage() { logoText="WOLLBIT DESIGNS" columns={[ { - title: "Wollbit", - items: [ + title: "Wollbit", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]}