14 Commits

Author SHA1 Message Date
2bbea146ba Merge version_3 into main
Merge version_3 into main
2026-03-05 18:52:30 +00:00
deb7046d38 Update src/app/page.tsx 2026-03-05 18:52:26 +00:00
5773da290c Merge version_3 into main
Merge version_3 into main
2026-03-05 18:51:40 +00:00
13224092f6 Update src/app/page.tsx 2026-03-05 18:51:36 +00:00
eefc669843 Update src/app/layout.tsx 2026-03-05 18:51:36 +00:00
be6c40ab09 Merge version_2 into main
Merge version_2 into main
2026-03-05 18:42:51 +00:00
40873861b4 Update src/app/page.tsx 2026-03-05 18:42:47 +00:00
07f69fdeee Update src/app/layout.tsx 2026-03-05 18:42:47 +00:00
db74a290ff Merge version_1 into main
Merge version_1 into main
2026-03-05 18:41:16 +00:00
fbb46f9d87 Merge version_1 into main
Merge version_1 into main
2026-03-05 18:40:26 +00:00
8e5fe45151 Merge version_1 into main
Merge version_1 into main
2026-03-05 18:38:45 +00:00
6a8ca8085f Merge version_1 into main
Merge version_1 into main
2026-03-05 18:37:07 +00:00
73c7633f1b Merge version_1 into main
Merge version_1 into main
2026-03-05 18:35:26 +00:00
db013ee85c Merge version_1 into main
Merge version_1 into main
2026-03-05 18:33:48 +00:00
2 changed files with 13 additions and 68 deletions

View File

@@ -1,74 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Lato } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const lato = Lato({
variable: "--font-lato",
subsets: ["latin"],
weight: ["100", "300", "400", "700", "900"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Front Range Handyworks - Local Handyman Services Colorado",
description: "Professional home improvement & handyman services in the Front Range. Trusted by 500+ homeowners. Free estimates, quality craftsmanship, local expertise.",
keywords: "handyman Denver, home improvement Front Range, window replacement, door installation, Colorado contractor, local services",
metadataBase: new URL("https://frontrangehandyworks.com"),
alternates: {
canonical: "https://frontrangehandyworks.com",
},
openGraph: {
title: "Front Range Handyworks - Quality Home Improvement Services",
description: "Trusted handyman services across Colorado's Front Range. 15+ years of experience, 500+ completed projects.",
siteName: "Front Range Handyworks",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg",
alt: "Front Range Handyworks - Professional Home Improvement",
},
],
},
twitter: {
card: "summary_large_image",
title: "Front Range Handyworks - Local Handyman Services",
description: "Quality home improvement services you can trust. Call today for your free estimate!",
images: ["http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Front Range Handyworks - Local Home Improvement", description: "Quality home improvement services across the Front Range. Expert trim, windows, doors, and more."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${lato.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1436,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -126,16 +126,16 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
id: 1, title: "Trim & Molding Replacement", description: "Expert installation and replacement of interior and exterior trim, crown molding, and baseboards to enhance your home's aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-photo/details-classic-oak-furniture-closeup-old-sofa-classic-office-interior-design-concept-space-text_166373-2661.jpg?_wi=1", imageAlt: "Trim and molding installation"
id: 1, title: "Trim & Molding Replacement", description: "Expert installation and replacement of interior and exterior trim, crown molding, and baseboards to enhance your home's aesthetic appeal.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXOUh92zg6ufcxzm7xdCkKSY3Q/uploaded-1772736651765-c1aj4tw9.jpg?_wi=1", imageAlt: "Trim and molding installation"
},
{
id: 2, title: "Window Installation & Repair", description: "Professional window installation, replacement, and repair services. We work with quality materials to improve energy efficiency and home value.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15697.jpg?_wi=1", imageAlt: "Window installation services"
id: 2, title: "Window Installation & Repair", description: "Professional window installation, replacement, and repair services. We work with quality materials to improve energy efficiency and home value.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXOUh92zg6ufcxzm7xdCkKSY3Q/uploaded-1772736651765-lokntrwm.jpg?_wi=1", imageAlt: "Window installation services"
},
{
id: 3, title: "Door Installation & Repair", description: "Complete door services including installation, repairs, and refinishing for entry doors, interior doors, and specialty applications.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-delivering-groceries_23-2149663591.jpg?_wi=1", imageAlt: "Door installation and repair"
id: 3, title: "Door Installation & Repair", description: "Complete door services including installation, repairs, and refinishing for entry doors, interior doors, and specialty applications.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXOUh92zg6ufcxzm7xdCkKSY3Q/uploaded-1772736651765-vs8y0l0n.jpg", imageAlt: "Door installation and repair"
},
{
id: 4, title: "Siding & Exterior Work", description: "High-quality siding repair and installation to protect your home while improving curb appeal and energy performance.", imageSrc: "http://img.b2bpic.net/free-photo/single-sun-canopy-stands-pebbly-beach-sunny-day-city-beach-black-sea-coast_166373-2276.jpg?_wi=1", imageAlt: "Exterior siding work"
id: 4, title: "Siding & Exterior Work", description: "High-quality siding repair and installation to protect your home while improving curb appeal and energy performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXOUh92zg6ufcxzm7xdCkKSY3Q/uploaded-1772736651765-wmmjp3o3.jpg", imageAlt: "Exterior siding work"
}
]}
textboxLayout="default"
@@ -153,13 +153,13 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Kitchen Renovation", price: "Complete Transformation", variant: "Trim & Fixtures", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-into-new-home_23-2149199117.jpg?_wi=1", imageAlt: "Kitchen renovation project"
id: "1", name: "Kitchen Renovation", price: "Complete Transformation", variant: "Trim & Fixtures", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXOUh92zg6ufcxzm7xdCkKSY3Q/uploaded-1772736651765-ncgx2mv8.jpg", imageAlt: "Kitchen renovation project"
},
{
id: "2", name: "Bathroom Remodel", price: "Modernization Complete", variant: "Full Update", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Bathroom remodel project"
id: "2", name: "Bathroom Remodel", price: "Modernization Complete", variant: "Full Update", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXOUh92zg6ufcxzm7xdCkKSY3Q/uploaded-1772736651765-c1aj4tw9.jpg?_wi=2", imageAlt: "Bathroom remodel project"
},
{
id: "3", name: "Exterior Deck", price: "Outdoor Living", variant: "New Construction", imageSrc: "http://img.b2bpic.net/free-photo/single-sun-canopy-stands-pebbly-beach-sunny-day-city-beach-black-sea-coast_166373-2276.jpg?_wi=2", imageAlt: "Deck and patio project"
id: "3", name: "Exterior Deck", price: "Outdoor Living", variant: "New Construction", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXOUh92zg6ufcxzm7xdCkKSY3Q/uploaded-1772736651765-lokntrwm.jpg?_wi=2", imageAlt: "Deck and patio project"
}
]}
gridVariant="three-columns-all-equal-width"