diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e5803b..ee9f5ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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,20 @@ export default function HomePage() { /> -
-
-

- Flying V Construction -

-

- A trusted and family-owned business dedicated to delivering exceptional quality and reliability -

-

- With years of experience serving Alberta homeowners, we combine honest pricing, skilled craftsmanship, and genuine care for every project. Your home deserves the best. -

-
+
+
@@ -112,8 +114,7 @@ export default function HomePage() { id: "fencing", title: "Fencing Solutions", author: "Expert Service", description: "Quality fence installation for privacy, security, and curb appeal. Wood, vinyl, and composite options to match your home's style.", tags: ["Fencing", "Privacy"], imageSrc: "http://img.b2bpic.net/free-photo/wooden-cross-nature-with-wooden-fence-it_181624-45737.jpg?_wi=1", imageAlt: "privacy fence residential backyard wooden"}, { - id: "exterior", title: "Exterior Renovations", author: "Expert Service", description: "Complete exterior upgrades including siding, trim, windows, and doors. Transform your home's appearance and energy efficiency.", tags: ["Renovation", "Exterior"], - imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-723.jpg?_wi=1", imageAlt: "home exterior renovation siding windows"}, + id: "exterior", title: "Exterior Renovations", author: "Expert Service", description: "Complete exterior upgrades including siding, trim, windows, and doors. Transform your home's appearance and energy efficiency.", tags: ["Renovation", "Exterior"], imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-723.jpg?_wi=1", imageAlt: "home exterior renovation siding windows"}, ]} animationType="slide-up" textboxLayout="default" @@ -150,7 +151,7 @@ export default function HomePage() { { id: "project-5", name: "Covered Deck Addition", price: "Completed 2024", variant: "Composite + Roofing", imageSrc: "http://img.b2bpic.net/free-photo/parasol-chairs_1137-314.jpg?_wi=1", imageAlt: "covered patio deck modern outdoor"}, { - id: "project-6", name: "Complete interior Refresh", price: "Completed 2024", variant: "Multiple Services", imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg?_wi=1", imageAlt: "complete home exterior renovation"}, + id: "project-6", name: "Complete Exterior Refresh", price: "Completed 2024", variant: "Multiple Services", imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg?_wi=1", imageAlt: "complete home exterior renovation"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up"