Update src/app/page.tsx

This commit is contained in:
2026-02-10 04:48:19 +00:00
parent aff9a88f78
commit 8c9407e1ce

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFour from '@/components/sections/product/ProductCardFour';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
@@ -64,15 +64,15 @@ export default function LandingPage() {
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextSplitAbout <MediaAbout
title="About Your Mama" title="About BuildWave"
description={[ description="BuildWave has been serving the San Diego construction industry for over 15 years with unwavering commitment to quality, integrity, and customer satisfaction."
"BuildWave has been serving the San Diego construction industry for over 15 years with unwavering commitment to quality, integrity, and customer satisfaction. Our experienced team of contractors, engineers, and project managers brings expertise across residential, commercial, and industrial construction projects.", "We believe in sustainable building practices, transparent communication, and delivering projects on time and within budget. Our success is measured by the trust our clients place in us and the lasting relationships we build." tag="About Us"
]} imageSrc="https://img.b2bpic.net/free-photo/three-men-communicating-construction-site_259150-57854.jpg"
imageAlt="BuildWave construction team"
buttons={[ buttons={[
{ text: "Learn More", href: "#services" } { text: "Learn More", href: "#services" }
]} ]}
showBorder={true}
useInvertedBackground="invertDefault" useInvertedBackground="invertDefault"
/> />
</div> </div>