Merge version_5 into main #4

Merged
development merged 2 commits from version_5 into main 2026-02-10 04:48:24 +00:00
2 changed files with 9 additions and 8 deletions

View File

@@ -2,7 +2,8 @@ import type { Metadata } from "next";
import "./globals.css";
export const metadata: Metadata = {
title: "BuildWave Construction", description: "Premium construction services for San Diego"};
title: "BuildWave Construction", description: "Premium construction services for San Diego"
};
export default function RootLayout({
children,

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
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 ProductCardFour from '@/components/sections/product/ProductCardFour';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
@@ -64,15 +64,15 @@ export default function LandingPage() {
</div>
<div id="about" data-section="about">
<TextSplitAbout
title="About Your Mama"
description={[
"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."
]}
<MediaAbout
title="About BuildWave"
description="BuildWave has been serving the San Diego construction industry for over 15 years with unwavering commitment to quality, integrity, and customer satisfaction."
tag="About Us"
imageSrc="https://img.b2bpic.net/free-photo/three-men-communicating-construction-site_259150-57854.jpg"
imageAlt="BuildWave construction team"
buttons={[
{ text: "Learn More", href: "#services" }
]}
showBorder={true}
useInvertedBackground="invertDefault"
/>
</div>