Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,27 +1,62 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Public_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Public_Sans } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Flying V Construction | Alberta Roofing, Decking & Exterior",
|
||||
description: "5-star rated construction contractor in Alberta. Expert roofing, composite decks, fencing & exterior renovations. Free quotes. Trusted by homeowners.",
|
||||
keywords: "roofing Alberta, deck construction, fencing contractor, exterior renovation, roof replacement, composite deck",
|
||||
metadataBase: new URL("https://flyingvconstruction.ca"),
|
||||
alternates: {
|
||||
canonical: "https://flyingvconstruction.ca",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Flying V Construction - Reliable Construction Done Right",
|
||||
description: "Professional exterior renovations and construction services in Alberta. Roofing, decking, fencing & more. 5-star rated.",
|
||||
url: "https://flyingvconstruction.ca",
|
||||
siteName: "Flying V Construction",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/young-innocent-pure-beautiful-woman-dreaming-sitting-couch-white-dress-romantic-lyrical-thinking-green-tropical-nature-summer-relaxed-chilling-legs-resort-hotel_285396-6069.jpg",
|
||||
alt: "Flying V Construction - Quality deck project",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Flying V Construction - Alberta Exterior Renovations",
|
||||
description: "Trusted contractor specializing in roofing, decks, fencing & exterior work.",
|
||||
images: [
|
||||
"http://img.b2bpic.net/free-photo/young-innocent-pure-beautiful-woman-dreaming-sitting-couch-white-dress-romantic-lyrical-thinking-green-tropical-nature-summer-relaxed-chilling-legs-resort-hotel_285396-6069.jpg",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -31,7 +66,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${publicSans.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +80,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -149,7 +149,7 @@ export default function HomePage() {
|
||||
author: "Expert Service",
|
||||
description: "Professional roof installation and replacement with premium materials. We ensure proper ventilation, flashing, and waterproofing for long-lasting protection.",
|
||||
tags: ["Roofing", "Shingles"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=1",
|
||||
imageAlt: "professional roofing installation modern",
|
||||
},
|
||||
{
|
||||
@@ -158,7 +158,7 @@ export default function HomePage() {
|
||||
author: "Expert Service",
|
||||
description: "Beautiful, durable composite decks built to withstand Alberta weather. Low maintenance, eco-friendly materials with exceptional longevity.",
|
||||
tags: ["Decks", "Composite"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-sitting-rooftop-kissing-each-other_23-2147891126.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-sitting-rooftop-kissing-each-other_23-2147891126.jpg?_wi=1",
|
||||
imageAlt: "composite deck construction modern backyard",
|
||||
},
|
||||
{
|
||||
@@ -167,7 +167,7 @@ export default function HomePage() {
|
||||
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",
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -176,7 +176,7 @@ export default function HomePage() {
|
||||
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",
|
||||
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",
|
||||
},
|
||||
]}
|
||||
@@ -211,7 +211,7 @@ export default function HomePage() {
|
||||
name: "Modern Composite Deck",
|
||||
price: "Completed 2024",
|
||||
variant: "Composite Materials",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-rusted-railing-with-white-stairs_23-2148269845.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-rusted-railing-with-white-stairs_23-2148269845.jpg?_wi=1",
|
||||
imageAlt: "composite deck modern residential backyard",
|
||||
},
|
||||
{
|
||||
@@ -219,7 +219,7 @@ export default function HomePage() {
|
||||
name: "Full Roof Replacement",
|
||||
price: "Completed 2024",
|
||||
variant: "Premium Shingles",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sky-modern-building_23-2147694760.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sky-modern-building_23-2147694760.jpg?_wi=1",
|
||||
imageAlt: "full roof replacement new shingles",
|
||||
},
|
||||
{
|
||||
@@ -227,7 +227,7 @@ export default function HomePage() {
|
||||
name: "Cedar Fence Installation",
|
||||
price: "Completed 2024",
|
||||
variant: "6ft Privacy Fence",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-bicycle-basket_23-2149682001.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-bicycle-basket_23-2149682001.jpg?_wi=1",
|
||||
imageAlt: "cedar fence installation completed",
|
||||
},
|
||||
{
|
||||
@@ -235,7 +235,7 @@ export default function HomePage() {
|
||||
name: "Exterior Siding Upgrade",
|
||||
price: "Completed 2024",
|
||||
variant: "James Hardie Board",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-apartment-building-sunlight-daytime_181624-19251.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-apartment-building-sunlight-daytime_181624-19251.jpg?_wi=1",
|
||||
imageAlt: "home siding upgrade modern exterior",
|
||||
},
|
||||
{
|
||||
@@ -243,7 +243,7 @@ export default function HomePage() {
|
||||
name: "Covered Deck Addition",
|
||||
price: "Completed 2024",
|
||||
variant: "Composite + Roofing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parasol-chairs_1137-314.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parasol-chairs_1137-314.jpg?_wi=1",
|
||||
imageAlt: "covered patio deck modern outdoor",
|
||||
},
|
||||
{
|
||||
@@ -251,7 +251,7 @@ export default function HomePage() {
|
||||
name: "Complete Exterior Refresh",
|
||||
price: "Completed 2024",
|
||||
variant: "Multiple Services",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg?_wi=1",
|
||||
imageAlt: "complete home exterior renovation",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -85,7 +85,7 @@ export default function ProjectsPage() {
|
||||
name: "Modern Composite Deck",
|
||||
price: "Completed 2024",
|
||||
variant: "Composite Materials",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-rusted-railing-with-white-stairs_23-2148269845.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-rusted-railing-with-white-stairs_23-2148269845.jpg?_wi=2",
|
||||
imageAlt: "composite deck modern residential backyard",
|
||||
},
|
||||
{
|
||||
@@ -93,7 +93,7 @@ export default function ProjectsPage() {
|
||||
name: "Full Roof Replacement",
|
||||
price: "Completed 2024",
|
||||
variant: "Premium Shingles",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sky-modern-building_23-2147694760.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sky-modern-building_23-2147694760.jpg?_wi=2",
|
||||
imageAlt: "full roof replacement new shingles",
|
||||
},
|
||||
{
|
||||
@@ -101,7 +101,7 @@ export default function ProjectsPage() {
|
||||
name: "Cedar Fence Installation",
|
||||
price: "Completed 2024",
|
||||
variant: "6ft Privacy Fence",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-bicycle-basket_23-2149682001.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-bicycle-basket_23-2149682001.jpg?_wi=2",
|
||||
imageAlt: "cedar fence installation completed",
|
||||
},
|
||||
{
|
||||
@@ -109,7 +109,7 @@ export default function ProjectsPage() {
|
||||
name: "Exterior Siding Upgrade",
|
||||
price: "Completed 2024",
|
||||
variant: "James Hardie Board",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-apartment-building-sunlight-daytime_181624-19251.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-apartment-building-sunlight-daytime_181624-19251.jpg?_wi=2",
|
||||
imageAlt: "home siding upgrade modern exterior",
|
||||
},
|
||||
{
|
||||
@@ -117,7 +117,7 @@ export default function ProjectsPage() {
|
||||
name: "Covered Deck Addition",
|
||||
price: "Completed 2024",
|
||||
variant: "Composite + Roofing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parasol-chairs_1137-314.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parasol-chairs_1137-314.jpg?_wi=2",
|
||||
imageAlt: "covered patio deck modern outdoor",
|
||||
},
|
||||
{
|
||||
@@ -125,7 +125,7 @@ export default function ProjectsPage() {
|
||||
name: "Complete Exterior Refresh",
|
||||
price: "Completed 2024",
|
||||
variant: "Multiple Services",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-people-talking-office_23-2147668785.jpg?_wi=2",
|
||||
imageAlt: "complete home exterior renovation",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -87,7 +87,7 @@ export default function ServicesPage() {
|
||||
author: "Expert Service",
|
||||
description: "Professional roof installation and replacement with premium materials. We ensure proper ventilation, flashing, and waterproofing for long-lasting protection.",
|
||||
tags: ["Roofing", "Shingles"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=2",
|
||||
imageAlt: "professional roofing installation modern",
|
||||
},
|
||||
{
|
||||
@@ -96,7 +96,7 @@ export default function ServicesPage() {
|
||||
author: "Expert Service",
|
||||
description: "Beautiful, durable composite decks built to withstand Alberta weather. Low maintenance, eco-friendly materials with exceptional longevity.",
|
||||
tags: ["Decks", "Composite"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-sitting-rooftop-kissing-each-other_23-2147891126.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-sitting-rooftop-kissing-each-other_23-2147891126.jpg?_wi=2",
|
||||
imageAlt: "composite deck construction modern backyard",
|
||||
},
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function ServicesPage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-cross-nature-with-wooden-fence-it_181624-45737.jpg?_wi=2",
|
||||
imageAlt: "privacy fence residential backyard wooden",
|
||||
},
|
||||
{
|
||||
@@ -114,7 +114,7 @@ export default function ServicesPage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-723.jpg?_wi=2",
|
||||
imageAlt: "home exterior renovation siding windows",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user