Merge version_1 into main #1
@@ -95,7 +95,7 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Licensed & Insured",
|
||||
description: "All work meets Florida building codes and is backed by comprehensive insurance protection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-book_93675-135579.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-book_93675-135579.jpg?_wi=1",
|
||||
imageAlt: "Licensed and insured",
|
||||
button: {
|
||||
text: "Learn More",
|
||||
@@ -105,7 +105,7 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Satisfaction Guarantee",
|
||||
description: "We stand behind every job. If you're not satisfied, we'll make it right—no questions asked.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg?_wi=1",
|
||||
imageAlt: "Satisfaction guaranteed",
|
||||
button: {
|
||||
text: "See Reviews",
|
||||
@@ -135,7 +135,7 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Transparent Pricing",
|
||||
description: "No hidden fees. Fair quotes upfront. We explain every cost before we start work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-book_93675-135579.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-book_93675-135579.jpg?_wi=2",
|
||||
imageAlt: "Fair pricing",
|
||||
button: {
|
||||
text: "Get Quote",
|
||||
@@ -145,7 +145,7 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Professional Team",
|
||||
description: "Skilled, courteous professionals trained in all aspects of handyman work and customer service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-home_23-2149412549.jpg?_wi=2",
|
||||
imageAlt: "Professional team",
|
||||
button: {
|
||||
text: "Meet Our Team",
|
||||
|
||||
@@ -48,7 +48,7 @@ export default function BookingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-iron_23-2149916302.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-iron_23-2149916302.jpg?_wi=5"
|
||||
imageAlt="Book handyman service"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
|
||||
@@ -1,24 +1,50 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Mulish } 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 { Mulish } 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 mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Handyman in Lake City | Ringer Renovation LLC",
|
||||
description: "Professional handyman services in Lake City, Florida. Licensed & insured. Drywall, painting, plumbing, electrical, furniture assembly. Call 656-242-2361.",
|
||||
keywords: "handyman Lake City, emergency handyman, home repair, drywall repair, painting service, local handyman",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Ringer Renovation LLC | Professional Handyman in Lake City",
|
||||
description: "Licensed handyman services in Lake City. Fast response, fair pricing, satisfaction guaranteed. Call 656-242-2361.",
|
||||
url: "https://ringerrenovation.com",
|
||||
siteName: "Ringer Renovation LLC",
|
||||
type: "website",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Professional Handyman in Lake City",
|
||||
description: "Ringer Renovation LLC - Licensed & Insured Handyman Services",
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +53,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${mulish.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +67,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -62,7 +62,7 @@ export default function HomePage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-iron_23-2149916302.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-iron_23-2149916302.jpg?_wi=1"
|
||||
imageAlt="Professional handyman doing home repair"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
@@ -111,7 +111,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Drywall Repair",
|
||||
description: "Professional drywall patching, finishing, and installation. We fix holes, cracks, and water damage quickly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-holding-hands_23-2149366647.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-holding-hands_23-2149366647.jpg?_wi=1",
|
||||
imageAlt: "Drywall repair and installation",
|
||||
button: {
|
||||
text: "Request Service",
|
||||
@@ -121,7 +121,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Furniture Assembly",
|
||||
description: "Expert furniture assembly for residential and commercial pieces. Fast, reliable, and damage-free service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384846.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384846.jpg?_wi=1",
|
||||
imageAlt: "Professional furniture assembly service",
|
||||
button: {
|
||||
text: "Schedule Now",
|
||||
@@ -131,7 +131,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Interior Painting",
|
||||
description: "Quality interior painting with attention to detail. Fresh colors and professional finishes for any room.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-painting-wall-home_23-2149098981.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-painting-wall-home_23-2149098981.jpg?_wi=1",
|
||||
imageAlt: "Professional interior house painting",
|
||||
button: {
|
||||
text: "Get Quote",
|
||||
@@ -141,7 +141,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Minor Plumbing",
|
||||
description: "Fast plumbing repairs including leaks, faucets, and fixture installation. Licensed and available for emergencies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-52877.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-52877.jpg?_wi=1",
|
||||
imageAlt: "Minor plumbing repair and maintenance",
|
||||
button: {
|
||||
text: "Emergency Service",
|
||||
@@ -151,7 +151,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Electrical Work",
|
||||
description: "Licensed electrical repairs, outlet installation, and fixture upgrades. Safe, code-compliant work you can trust.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23716.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23716.jpg?_wi=1",
|
||||
imageAlt: "Licensed electrician electrical work",
|
||||
button: {
|
||||
text: "Request Service",
|
||||
@@ -161,7 +161,7 @@ export default function HomePage() {
|
||||
{
|
||||
title: "General Handyman",
|
||||
description: "Whatever you need fixed, we handle it. From minor repairs to custom projects, your local handyman solution.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-iron_23-2149916302.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-iron_23-2149916302.jpg?_wi=2",
|
||||
imageAlt: "Handyman performing general repairs",
|
||||
button: {
|
||||
text: "Call Now",
|
||||
|
||||
@@ -49,7 +49,7 @@ export default function ServicesPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-iron_23-2149916302.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-iron_23-2149916302.jpg?_wi=3"
|
||||
imageAlt="Professional handyman services"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
@@ -69,42 +69,42 @@ export default function ServicesPage() {
|
||||
{
|
||||
title: "Drywall Repair & Installation",
|
||||
description: "Expert drywall patching for holes, cracks, and water damage. We finish every surface to perfection. Experienced in texture matching and seamless repairs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-holding-hands_23-2149366647.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-people-holding-hands_23-2149366647.jpg?_wi=2",
|
||||
imageAlt: "Drywall repair service",
|
||||
button: { text: "Call 656-242-2361", href: "tel:656-242-2361" },
|
||||
},
|
||||
{
|
||||
title: "Interior & Exterior Painting",
|
||||
description: "Quality painting with attention to prep work and finish. Professional painters using premium materials. Interior refresh or complete exterior transformation.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-painting-wall-home_23-2149098981.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-painting-wall-home_23-2149098981.jpg?_wi=2",
|
||||
imageAlt: "Professional painting service",
|
||||
button: { text: "Get Quote", href: "/booking" },
|
||||
},
|
||||
{
|
||||
title: "Minor Plumbing Repairs",
|
||||
description: "Fast, reliable plumbing for leaks, drips, faucet repairs, and fixture installation. Licensed plumber available for emergency calls 24/7.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-52877.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-52877.jpg?_wi=2",
|
||||
imageAlt: "Plumbing repair work",
|
||||
button: { text: "Emergency Service", href: "tel:656-242-2361" },
|
||||
},
|
||||
{
|
||||
title: "Minor Electrical Repairs",
|
||||
description: "Licensed electrical work including outlet repairs, fixture installation, and switch upgrades. Safe, code-compliant electrical solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23716.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23716.jpg?_wi=2",
|
||||
imageAlt: "Electrical repair service",
|
||||
button: { text: "Request Service", href: "/booking" },
|
||||
},
|
||||
{
|
||||
title: "Furniture Assembly",
|
||||
description: "Expert assembly for all types of furniture. From simple pieces to complex installations. We handle it with care and precision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384846.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384846.jpg?_wi=2",
|
||||
imageAlt: "Furniture assembly",
|
||||
button: { text: "Schedule Now", href: "/booking" },
|
||||
},
|
||||
{
|
||||
title: "General Handyman Work",
|
||||
description: "Whatever your home needs, we can help. Custom projects, repairs, installations, and more. Your local solution for everything else.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-iron_23-2149916302.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-iron_23-2149916302.jpg?_wi=4",
|
||||
imageAlt: "General handyman service",
|
||||
button: { text: "Call Today", href: "tel:656-242-2361" },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user