From f197f6b5b8630f3b3020f2f83e27f6f261b61420 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 11:46:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 146 ++++++++++++++--------------------------------- 1 file changed, 42 insertions(+), 104 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f58a42c..19edc91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,13 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import { Palette, Layers, Box, Square } from 'lucide-react'; export default function LandingPage() { return ( @@ -30,16 +31,11 @@ export default function LandingPage() {
-
@@ -125,12 +100,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "m1", value: "150+", description: "Projects Facilitated"}, - { - id: "m2", value: "20%", description: "Your Commission Advantage"}, - { - id: "m3", value: "100%", description: "Customer Satisfaction"}, + { id: "m1", value: "150+", description: "Projects Facilitated" }, + { id: "m2", value: "20%", description: "Your Commission Advantage" }, + { id: "m3", value: "100%", description: "Customer Satisfaction" }, ]} title="Our Impact" description="Transforming Melbourne homes, one commission at a time." @@ -144,21 +116,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "John Doe", role: "Resident", company: "Wollert", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-brunette-using-tablet_23-2147770027.jpg"}, - { - id: "2", name: "Sarah Smith", role: "Homeowner", company: "Melbourne", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-artist-studio-looking-inspired_259150-60627.jpg"}, - { - id: "3", name: "David Chan", role: "Client", company: "Wollert", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-bed_23-2149304904.jpg"}, - { - id: "4", name: "Emma Wilson", role: "Homeowner", company: "Melbourne", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/architect-posing-office_23-2148242966.jpg"}, - { - id: "5", name: "Peter Scott", role: "Client", company: "Wollert", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-relaxed-young-businessman-showing-ok-gesture-talking-cell-phone-cafe_1391-609.jpg"}, + { id: "1", name: "John Doe", role: "Resident", company: "Wollert", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-brunette-using-tablet_23-2147770027.jpg" }, + { id: "2", name: "Sarah Smith", role: "Homeowner", company: "Melbourne", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-female-artist-studio-looking-inspired_259150-60627.jpg" }, + { id: "3", name: "David Chan", role: "Client", company: "Wollert", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-bed_23-2149304904.jpg" }, ]} title="Client Voices" description="What Melbourne residents say about Wollbit." @@ -170,12 +130,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "f1", title: "How does the commission work?", content: "We handle the client acquisition and project management for a transparent 20% commission fee."}, - { - id: "f2", title: "Where are you based?", content: "We are based in Wollert, Melbourne, focusing on the wider Melbourne region."}, - { - id: "f3", title: "Do you do the manual work?", content: "We act as your dedicated bridge to professional, vetted builders who handle the physical execution."}, + { id: "f1", title: "How does the commission work?", content: "We handle the client acquisition and project management for a transparent 20% commission fee." }, + { id: "f2", title: "Where are you based?", content: "We are based in Wollert, Melbourne, focusing on the wider Melbourne region." }, ]} title="Common Questions" description="Everything you need to know about working with Wollbit Designs." @@ -186,13 +142,9 @@ export default function LandingPage() {
@@ -200,22 +152,8 @@ export default function LandingPage() { @@ -223,4 +161,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1