Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-13 23:46:57 +00:00
3 changed files with 46 additions and 20 deletions

View File

@@ -73,7 +73,7 @@ export default function AboutPage() {
description="Founded in 2000, ProRoof has been serving homeowners and businesses with exceptional roofing solutions for over two decades."
subdescription="We believe in honest pricing, expert craftsmanship, and standing behind every project. Your satisfaction is our guarantee."
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/business-executives-discussing-laptop_107420-65775.jpg"
imageSrc="http://img.b2bpic.net/free-photo/business-executives-discussing-laptop_107420-65775.jpg?_wi=2"
imageAlt="ProRoof office and team"
mediaAnimation="opacity"
useInvertedBackground={false}

View File

@@ -1,24 +1,48 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Archivo } 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 { Archivo } 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 archivo = Archivo({
variable: "--font-archivo",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "ProRoof | Professional Roofing Experts",
description: "Expert roofing solutions including repair, replacement, and storm damage. Licensed, insured, 25+ years experience. Free estimates.",
keywords: "roofing, roof repair, roof replacement, roofing contractor, storm damage, licensed roofer, residential roofing",
openGraph: {
title: "ProRoof | Professional Roofing Solutions",
description: "Expert roofing contractor with 25+ years experience. Free estimates, licensed and insured.",
siteName: "ProRoof",
type: "website",
},
twitter: {
card: "summary_large_image",
title: "ProRoof | Professional Roofing Experts",
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +51,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${archivo.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${archivo.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +65,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -84,7 +84,7 @@ export default function HomePage() {
handle: "@homeowner_verified",
testimonial: "Exceptional service and attention to detail. They replaced our roof in just 3 days!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg?_wi=1",
imageAlt: "John Martinez",
},
{
@@ -92,7 +92,7 @@ export default function HomePage() {
handle: "@satisfied_customer",
testimonial: "Professional team, competitive pricing, and guarantee on all work. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-is-sitting-armchair-hotel-room-holding-professional-photo-camera_8353-10904.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-is-sitting-armchair-hotel-room-holding-professional-photo-camera_8353-10904.jpg?_wi=1",
imageAlt: "Sarah Johnson",
},
{
@@ -100,7 +100,7 @@ export default function HomePage() {
handle: "@property_owner",
testimonial: "Licensed, insured, and they stand behind every repair. Best decision we made.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-standing-office-medium-shot_23-2148327020.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-standing-office-medium-shot_23-2148327020.jpg?_wi=1",
imageAlt: "Michael Chen",
},
{
@@ -108,7 +108,7 @@ export default function HomePage() {
handle: "@happy_homeowner",
testimonial: "Free inspection and transparent pricing. No hidden costs. Truly professional!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-blue-lights-visual-effects_23-2149419461.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-blue-lights-visual-effects_23-2149419461.jpg?_wi=1",
imageAlt: "Jennifer Lee",
},
]}
@@ -178,7 +178,7 @@ export default function HomePage() {
description="We're the trusted choice for homeowners and businesses throughout the region."
subdescription="Licensed and fully insured with a 100% satisfaction guarantee on every project."
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/business-executives-discussing-laptop_107420-65775.jpg"
imageSrc="http://img.b2bpic.net/free-photo/business-executives-discussing-laptop_107420-65775.jpg?_wi=1"
imageAlt="ProRoof professional team"
mediaAnimation="opacity"
useInvertedBackground={false}
@@ -195,7 +195,7 @@ export default function HomePage() {
name: "David Wilson",
handle: "@homeowner_review",
testimonial: "After 15 years, my roof finally needed work. ProRoof came out, gave me a free estimate, and the quality of work was outstanding. No regrets!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg?_wi=2",
imageAlt: "David Wilson",
},
{
@@ -203,7 +203,7 @@ export default function HomePage() {
name: "Michelle Rodriguez",
handle: "@verified_client",
testimonial: "Storm damage to our roof could have been a nightmare. Their emergency response was incredible. All covered by insurance too!",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-is-sitting-armchair-hotel-room-holding-professional-photo-camera_8353-10904.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-is-sitting-armchair-hotel-room-holding-professional-photo-camera_8353-10904.jpg?_wi=2",
imageAlt: "Michelle Rodriguez",
},
{
@@ -211,7 +211,7 @@ export default function HomePage() {
name: "Robert Thompson",
handle: "@satisfied_homeowner",
testimonial: "Not just a roof replacement. They actually educated me on maintenance and gave me tips to extend the life of my investment.",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-standing-office-medium-shot_23-2148327020.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-young-man-standing-office-medium-shot_23-2148327020.jpg?_wi=2",
imageAlt: "Robert Thompson",
},
{
@@ -219,7 +219,7 @@ export default function HomePage() {
name: "Amanda Foster",
handle: "@happy_customer",
testimonial: "The most transparent pricing I've ever seen. No surprises. No upsells. Just honest, quality work. Highly recommend ProRoof!",
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-blue-lights-visual-effects_23-2149419461.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-blue-lights-visual-effects_23-2149419461.jpg?_wi=2",
imageAlt: "Amanda Foster",
},
{
@@ -227,7 +227,7 @@ export default function HomePage() {
name: "Kevin Park",
handle: "@verified_review",
testimonial: "Called at 9am about a leak, they were here by noon. Fixed it same day. Professional and efficient. Five stars!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg?_wi=3",
imageAlt: "Kevin Park",
},
{
@@ -235,7 +235,7 @@ export default function HomePage() {
name: "Lisa Bennett",
handle: "@home_inspector",
testimonial: "Even recommended ProRoof to my real estate clients. They're the real deal. Licensed, insured, and always professional.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-is-sitting-armchair-hotel-room-holding-professional-photo-camera_8353-10904.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-is-sitting-armchair-hotel-room-holding-professional-photo-camera_8353-10904.jpg?_wi=3",
imageAlt: "Lisa Bennett",
},
]}