Update src/app/page.tsx

This commit is contained in:
2026-05-09 09:54:18 +00:00
parent 7e8a16e181
commit 8bc29133d8

View File

@@ -3,16 +3,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import AboutMetric from '@/components/sections/about/AboutMetric';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Award, CheckCircle, Shield, Home, Wrench, Briefcase, Ruler, Mail, Building, MapPin } from "lucide-react";
import { Award, CheckCircle, Shield } from "lucide-react";
export default function LandingPage() {
return (
@@ -73,6 +71,7 @@ export default function LandingPage() {
title="Our Specialized Services"
description="Expert construction services tailored to your specific needs."
textboxLayout="default"
useInvertedBackground={false}
features={Array(8).fill({ title: "General Contracting", description: "High quality build services for all property types.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-equipment-used-apartment-renovation_23-2149278635.jpg?_wi=2" })}
/>
</div>
@@ -102,6 +101,7 @@ export default function LandingPage() {
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
useInvertedBackground={false}
avatars={[{ src: "https://avatar.vercel.sh/sarah", alt: "Sarah Miller" }]}
/>
</div>