From 702504bfd087cfdd2457eab515f621259819aab5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 23:51:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 39 +++++++++++++++------------------------ 1 file changed, 15 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27f8c3e..4c8b2de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import { Cog, Gauge, MapPin, Smile, Sparkles, Star, Tag, ZoomIn } from "lucide-react"; export default function LandingPage() { @@ -84,34 +85,24 @@ export default function LandingPage() {
- console.log(data)} imageSrc="http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576389.jpg" imageAlt="Dark blue professional background with subtle handyman tools graphic" - showDimOverlay={true} - showBlur={true} - textPosition="bottom" - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/medium-shot-woman-drawing-ipad_23-2150172066.jpg", alt: "Medium shot woman drawing in the ipad"}, - { - src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-smart-speaker_23-2149936224.jpg", alt: "Front view smiley woman with smart speaker"}, - { - src: "http://img.b2bpic.net/free-photo/portrait-young-happy-redheaded-woman-sitting-chair-table-with-typewriter-home_171337-8475.jpg", alt: "Portrait of a young happy redheaded woman sitting on a chair at the table with typewriter at home"}, - { - src: "http://img.b2bpic.net/free-photo/senior-woman-posing-against-blue-background_23-2149310397.jpg", alt: "Senior woman posing against a blue background"}, - { - src: "http://img.b2bpic.net/free-photo/nervous-pretty-blonde-slavic-woman-stands-with-crossed-arms-olive-green_141793-69798.jpg", alt: "Nervous pretty blonde slavic woman stands with crossed arms on olive green"}, - ]} - avatarText="Join our growing list of satisfied clients!" + mediaPosition="right" + mediaAnimation="slide-up" + useInvertedBackground={true} />
@@ -323,4 +314,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file