Merge version_4 into main #8
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel";
|
||||
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||
import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour";
|
||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
@@ -83,18 +83,21 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero" className="bg-gradient-to-b from-gray-50 to-white">
|
||||
<div className="h-screen w-full flex flex-col items-center justify-center px-4">
|
||||
<h1 className="text-6xl md:text-8xl font-bold text-center text-gray-900 mb-4">
|
||||
Flying V Construction
|
||||
</h1>
|
||||
<p className="text-lg md:text-2xl text-center text-gray-700 max-w-2xl font-medium">
|
||||
A trusted and family-owned business dedicated to delivering exceptional quality and reliability
|
||||
</p>
|
||||
<p className="text-base md:text-lg text-center text-gray-600 max-w-2xl mt-3">
|
||||
With years of experience serving Alberta homeowners, we combine honest pricing, skilled craftsmanship, and genuine care for every project. Your home deserves the best.
|
||||
</p>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
title="Flying V Construction"
|
||||
description="A trusted and family-owned business dedicated to delivering exceptional quality and reliability"
|
||||
subtitle="With years of experience serving Alberta homeowners, we combine honest pricing, skilled craftsmanship, and genuine care for every project. Your home deserves the best."
|
||||
backgroundImage="http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=1"
|
||||
buttons={[
|
||||
{ text: "Get a Free Quote", href: "/contact" },
|
||||
{ text: "Learn More", href: "/about" },
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
ariaLabel="Hero section for Flying V Construction"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services" className="py-20">
|
||||
|
||||
Reference in New Issue
Block a user