From a45d1ace722e5834869cb2b9f6bb9aa0262d7ca5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 15:33:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 375 ++++++++++++++--------------------------------- 1 file changed, 107 insertions(+), 268 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 41e4016..8a84d19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,310 +3,149 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { Hammer, Ruler, Wrench, ChevronRight } from "lucide-react"; export default function LandingPage() { return (
- +
- +
- +
- +
- +
- +
+ title="Get a Consultation" + description="Discuss your carpentry plans with our master builders today." + inputs={[ + { name: "name", type: "text", placeholder: "Full Name" }, + { name: "email", type: "email", placeholder: "Email Address" }, + ]} + textarea={{ name: "message", placeholder: "Describe your project...", rows: 5 }} + imageSrc="http://img.b2bpic.net/free-photo/top-view-wood-tools-desk-with-clipboard_23-2148898123.jpg" + />
); -} +} \ No newline at end of file