Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user