Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-10 22:31:07 +00:00
6 changed files with 83 additions and 44 deletions

View File

@@ -98,7 +98,7 @@ export default function AboutPage() {
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/tennis-player-serving_23-2147821230.jpg"
imageSrc="http://img.b2bpic.net/free-photo/tennis-player-serving_23-2147821230.jpg?_wi=2"
imageAlt="Professional roofing crew installing new roof"
mediaAnimation="slide-up"
buttonAnimation="slide-up"
@@ -108,21 +108,21 @@ export default function AboutPage() {
handle: "Homeowner, North Side",
testimonial: "Fast, professional, and honest pricing. They fixed our roof in one day!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg?_wi=3",
},
{
name: "John Thompson",
handle: "Property Manager, Downtown",
testimonial: "Reliable and responsive. We trust them for all our properties.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=3",
},
{
name: "David Chen",
handle: "Commercial Building Owner",
testimonial: "Expert in commercial flat roofing. Their warranty is unbeatable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg?_wi=3",
},
]}
useInvertedBackground={false}
@@ -172,21 +172,21 @@ export default function AboutPage() {
{
title: "Roof Repair",
description: "Expert diagnosis and fast fixes for leaks, missing shingles, and storm damage.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-focus-shot-wooden-fence_181624-56303.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-focus-shot-wooden-fence_181624-56303.jpg?_wi=4",
imageAlt: "Professional roof repair work",
buttonIcon: Wrench,
},
{
title: "Roof Replacement",
description: "Complete roof system replacement with premium materials and multi-year warranties.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg?_wi=3",
imageAlt: "New roof installation",
buttonIcon: Home,
},
{
title: "Roof Maintenance",
description: "Preventative inspections, cleaning, and maintenance to extend roof life and avoid costly repairs.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-factory-engineer-worker-standing-metal-platform-industrial-storage-tanks-looking-camera_342744-445.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-factory-engineer-worker-standing-metal-platform-industrial-storage-tanks-looking-camera_342744-445.jpg?_wi=3",
imageAlt: "Routine roof maintenance",
buttonIcon: CheckCircle,
},

View File

@@ -98,7 +98,7 @@ export default function ContactPage() {
href: "#contact-form",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/tennis-player-serving_23-2147821230.jpg"
imageSrc="http://img.b2bpic.net/free-photo/tennis-player-serving_23-2147821230.jpg?_wi=3"
imageAlt="Professional roofing crew installing new roof"
mediaAnimation="slide-up"
buttonAnimation="slide-up"
@@ -108,21 +108,21 @@ export default function ContactPage() {
handle: "Homeowner, North Side",
testimonial: "Fast, professional, and honest pricing. They fixed our roof in one day!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg?_wi=5",
},
{
name: "John Thompson",
handle: "Property Manager, Downtown",
testimonial: "Reliable and responsive. We trust them for all our properties.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=5",
},
{
name: "David Chen",
handle: "Commercial Building Owner",
testimonial: "Expert in commercial flat roofing. Their warranty is unbeatable.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg?_wi=5",
},
]}
useInvertedBackground={false}

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Montserrat } 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 { Montserrat } 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 montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Ramon Garcia Roofing | Trusted Since 2005 | Free Estimates",
description: "20 years of expert roofing services. Residential & commercial repairs, replacements, and maintenance with 100% warranty. Call now for free estimate.",
keywords: "roofing contractor, roof repair, roof replacement, residential roofing, commercial roofing, free estimate, emergency repair",
metadataBase: new URL("https://ramongarciarioofing.com"),
alternates: {
canonical: "https://ramongarciarioofing.com",
},
openGraph: {
title: "Ramon Garcia Roofing | Trusted Since 2005",
description: "Expert roofing services with 20 years experience. Free estimates, fast response, warranty on every job.",
url: "https://ramongarciarioofing.com",
siteName: "Ramon Garcia Roofing",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/tennis-player-serving_23-2147821230.jpg",
alt: "Professional roofing team",
},
],
},
twitter: {
card: "summary_large_image",
title: "Ramon Garcia Roofing | Expert Roofers",
description: "20 years of trusted roofing expertise. Call +1-555-0100 for free estimate.",
images: ["http://img.b2bpic.net/free-photo/tennis-player-serving_23-2147821230.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${montserrat.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -99,7 +99,7 @@ const HomePage = () => {
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/tennis-player-serving_23-2147821230.jpg"
imageSrc="http://img.b2bpic.net/free-photo/tennis-player-serving_23-2147821230.jpg?_wi=1"
imageAlt="Professional roofing crew installing new roof"
mediaAnimation="slide-up"
buttonAnimation="slide-up"
@@ -111,7 +111,7 @@ const HomePage = () => {
"Fast, professional, and honest pricing. They fixed our roof in one day!",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg",
"http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg?_wi=1",
},
{
name: "John Thompson",
@@ -120,7 +120,7 @@ const HomePage = () => {
"Reliable and responsive. We trust them for all our properties.",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
"http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1",
},
{
name: "David Chen",
@@ -129,7 +129,7 @@ const HomePage = () => {
"Expert in commercial flat roofing. Their warranty is unbeatable.",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg",
"http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg?_wi=1",
},
]}
useInvertedBackground={false}
@@ -185,7 +185,7 @@ const HomePage = () => {
description:
"Expert diagnosis and fast fixes for leaks, missing shingles, and storm damage.",
imageSrc:
"http://img.b2bpic.net/free-photo/vertical-selective-focus-shot-wooden-fence_181624-56303.jpg",
"http://img.b2bpic.net/free-photo/vertical-selective-focus-shot-wooden-fence_181624-56303.jpg?_wi=1",
imageAlt: "Professional roof repair work",
buttonIcon: Wrench,
},
@@ -194,7 +194,7 @@ const HomePage = () => {
description:
"Complete roof system replacement with premium materials and multi-year warranties.",
imageSrc:
"http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg",
"http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg?_wi=1",
imageAlt: "New roof installation",
buttonIcon: Home,
},
@@ -203,7 +203,7 @@ const HomePage = () => {
description:
"Preventative inspections, cleaning, and maintenance to extend roof life and avoid costly repairs.",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-factory-engineer-worker-standing-metal-platform-industrial-storage-tanks-looking-camera_342744-445.jpg",
"http://img.b2bpic.net/free-photo/portrait-factory-engineer-worker-standing-metal-platform-industrial-storage-tanks-looking-camera_342744-445.jpg?_wi=1",
imageAlt: "Routine roof maintenance",
buttonIcon: CheckCircle,
},
@@ -249,7 +249,7 @@ const HomePage = () => {
name: "Linda Rodriguez",
role: "Homeowner, Maple Street",
imageSrc:
"http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg",
"http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg?_wi=2",
imageAlt: "Linda Rodriguez",
},
{
@@ -260,7 +260,7 @@ const HomePage = () => {
name: "Michael Torres",
role: "Property Manager, Urban Properties Inc",
imageSrc:
"http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
"http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2",
imageAlt: "Michael Torres",
},
{
@@ -271,7 +271,7 @@ const HomePage = () => {
name: "Patricia Chen",
role: "Building Owner, Commerce District",
imageSrc:
"http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg",
"http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg?_wi=2",
imageAlt: "Patricia Chen",
},
{
@@ -282,7 +282,7 @@ const HomePage = () => {
name: "James Wilson",
role: "Homeowner, Northridge",
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-happy-family-expecting-baby_23-2150232795.jpg",
"http://img.b2bpic.net/free-photo/medium-shot-happy-family-expecting-baby_23-2150232795.jpg?_wi=1",
imageAlt: "James Wilson",
},
{
@@ -293,7 +293,7 @@ const HomePage = () => {
name: "Robert Martinez",
role: "Homeowner, Westside",
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-woman-sitting-chair_23-2149833734.jpg",
"http://img.b2bpic.net/free-photo/front-view-woman-sitting-chair_23-2149833734.jpg?_wi=1",
imageAlt: "Robert Martinez",
},
{
@@ -304,7 +304,7 @@ const HomePage = () => {
name: "Karen Sullivan",
role: "Homeowner, Central Avenue",
imageSrc:
"http://img.b2bpic.net/free-photo/fathers-day-concept-with-family-outdoors_23-2148097847.jpg",
"http://img.b2bpic.net/free-photo/fathers-day-concept-with-family-outdoors_23-2148097847.jpg?_wi=1",
imageAlt: "Karen Sullivan",
},
]}
@@ -441,7 +441,7 @@ const HomePage = () => {
"Absolutely. We are fully licensed, bonded, and carry comprehensive liability insurance. You can verify our licenses with the State Roofing Contractors Board. Your protection is our priority.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35351.jpg"
imageSrc="http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35351.jpg?_wi=1"
imageAlt="Professional roofing expert explaining services"
mediaAnimation="slide-up"
faqsAnimation="slide-up"

View File

@@ -90,7 +90,7 @@ const ServicesPage = () => {
description:
"Fast response to storm damage, leaks, and urgent roof issues. Available 24/7 to protect your property.",
imageSrc:
"http://img.b2bpic.net/free-photo/vertical-selective-focus-shot-wooden-fence_181624-56303.jpg",
"http://img.b2bpic.net/free-photo/vertical-selective-focus-shot-wooden-fence_181624-56303.jpg?_wi=2",
imageAlt: "Emergency roof repair service",
buttonIcon: AlertCircle,
},
@@ -99,7 +99,7 @@ const ServicesPage = () => {
description:
"Complete system replacement with premium materials, expert installation, and long-term warranties.",
imageSrc:
"http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg",
"http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg?_wi=2",
imageAlt: "Professional roof replacement",
buttonIcon: Home,
},
@@ -108,7 +108,7 @@ const ServicesPage = () => {
description:
"Routine inspections, cleaning, and maintenance to extend roof life and prevent costly repairs.",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-factory-engineer-worker-standing-metal-platform-industrial-storage-tanks-looking-camera_342744-445.jpg",
"http://img.b2bpic.net/free-photo/portrait-factory-engineer-worker-standing-metal-platform-industrial-storage-tanks-looking-camera_342744-445.jpg?_wi=2",
imageAlt: "Roof maintenance and inspection",
buttonIcon: CheckCircle,
},
@@ -117,7 +117,7 @@ const ServicesPage = () => {
description:
"Specialized expertise in flat roofing, metal systems, and commercial building requirements.",
imageSrc:
"http://img.b2bpic.net/free-photo/vertical-selective-focus-shot-wooden-fence_181624-56303.jpg",
"http://img.b2bpic.net/free-photo/vertical-selective-focus-shot-wooden-fence_181624-56303.jpg?_wi=3",
imageAlt: "Commercial roofing services",
buttonIcon: Home,
},
@@ -254,7 +254,7 @@ const ServicesPage = () => {
"After installation, we provide complete documentation including warranty papers, maintenance recommendations, and contact information for future inspections. We also stand behind our work with our comprehensive workmanship warranty.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35351.jpg"
imageSrc="http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35351.jpg?_wi=2"
imageAlt="Roofing professional team"
mediaAnimation="slide-up"
faqsAnimation="slide-up"

View File

@@ -90,7 +90,7 @@ export default function TestimonialsPage() {
quote: "Ramon and his team showed up exactly on time, completed the entire roof replacement in two days, and cleaned up thoroughly. The quality is exceptional and the price was fair. I highly recommend them.",
name: "Linda Rodriguez",
role: "Homeowner, Maple Street",
imageSrc: "http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg?_wi=4",
imageAlt: "Linda Rodriguez",
},
{
@@ -99,7 +99,7 @@ export default function TestimonialsPage() {
quote: "We manage 15 rental properties and need contractors we can trust. Ramon's team has handled repairs and maintenance on all of them. Consistent quality, honest pricing, and they always respect our timelines.",
name: "Michael Torres",
role: "Property Manager, Urban Properties Inc",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=4",
imageAlt: "Michael Torres",
},
{
@@ -108,7 +108,7 @@ export default function TestimonialsPage() {
quote: "We own a commercial building and needed flat roof expertise. Ramon brought the knowledge, the crew, and the warranty. Zero issues during or after. This is professional roofing done right.",
name: "Patricia Chen",
role: "Building Owner, Commerce District",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg?_wi=4",
imageAlt: "Patricia Chen",
},
{
@@ -117,7 +117,7 @@ export default function TestimonialsPage() {
quote: "When a storm damaged our roof, we called at 10 PM and they were there by 11 PM with a temporary fix. Next morning they assessed everything and got us scheduled immediately. That's customer care.",
name: "James Wilson",
role: "Homeowner, Northridge",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-expecting-baby_23-2150232795.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-expecting-baby_23-2150232795.jpg?_wi=2",
imageAlt: "James Wilson",
},
{
@@ -126,7 +126,7 @@ export default function TestimonialsPage() {
quote: "Got three quotes. Ramon was the most detailed and honest about what needed to be done. No upsell, no surprises. The warranty paperwork was clear and easy to understand.",
name: "Robert Martinez",
role: "Homeowner, Westside",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-chair_23-2149833734.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-sitting-chair_23-2149833734.jpg?_wi=2",
imageAlt: "Robert Martinez",
},
{
@@ -135,7 +135,7 @@ export default function TestimonialsPage() {
quote: "You can tell this is a family business that genuinely cares about their reputation. They treated my home like it was their own. Exceptional craftsmanship and kindness throughout.",
name: "Karen Sullivan",
role: "Homeowner, Central Avenue",
imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-family-outdoors_23-2148097847.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-family-outdoors_23-2148097847.jpg?_wi=2",
imageAlt: "Karen Sullivan",
},
]}