Merge version_1 into main #1
@@ -160,7 +160,7 @@ export default function AboutPage() {
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner, Vancouver WA",
|
||||
testimonial: "Chad kept us informed every single day about the progress. The attention to detail in our bathroom remodel is incredible. He treated our home like his own.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15638.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15638.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson testimonial",
|
||||
},
|
||||
{
|
||||
@@ -168,7 +168,7 @@ export default function AboutPage() {
|
||||
name: "Michael Chen",
|
||||
role: "Homeowner, Camas WA",
|
||||
testimonial: "Finally, a contractor who actually communicates! Our kitchen renovation exceeded all expectations. Fair pricing and honest advice throughout the entire process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen testimonial",
|
||||
},
|
||||
{
|
||||
@@ -176,7 +176,7 @@ export default function AboutPage() {
|
||||
name: "Jennifer Martinez",
|
||||
role: "Homeowner, Battle Ground WA",
|
||||
testimonial: "Chad's crew was respectful, professional, and incredibly knowledgeable. Our tile shower turned out stunning. Best contractor we've worked with.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288230.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288230.jpg?_wi=2",
|
||||
imageAlt: "Jennifer Martinez testimonial",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -103,7 +103,7 @@ export default function GalleryPage() {
|
||||
"Project completed in 8 weeks with daily client communication",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-bathroom-with-blue-tile-glass-shower_23-2151995356.jpg",
|
||||
"http://img.b2bpic.net/free-photo/modern-bathroom-with-blue-tile-glass-shower_23-2151995356.jpg?_wi=5",
|
||||
imageAlt: "Luxury bathroom remodel with marble tiles",
|
||||
},
|
||||
{
|
||||
@@ -115,7 +115,7 @@ export default function GalleryPage() {
|
||||
"Enhanced workflow and entertainment space for family",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/open-kitchen-drawer-with-dishes-inside-everyday-organization_169016-71087.jpg",
|
||||
"http://img.b2bpic.net/free-photo/open-kitchen-drawer-with-dishes-inside-everyday-organization_169016-71087.jpg?_wi=5",
|
||||
imageAlt: "Modern kitchen with white cabinets",
|
||||
},
|
||||
{
|
||||
@@ -127,7 +127,7 @@ export default function GalleryPage() {
|
||||
"Project completed on schedule with exceptional attention to detail",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278642.jpg",
|
||||
"http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278642.jpg?_wi=5",
|
||||
imageAlt: "Whole home renovation project",
|
||||
},
|
||||
{
|
||||
@@ -139,7 +139,7 @@ export default function GalleryPage() {
|
||||
"Luxury finishes creating the perfect retreat space",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-bathroom-with-blue-tile-glass-shower_23-2151995356.jpg",
|
||||
"http://img.b2bpic.net/free-photo/modern-bathroom-with-blue-tile-glass-shower_23-2151995356.jpg?_wi=6",
|
||||
imageAlt: "Luxury master bathroom ensuite",
|
||||
},
|
||||
{
|
||||
@@ -151,7 +151,7 @@ export default function GalleryPage() {
|
||||
"Professional design creating elegant and functional space",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/open-kitchen-drawer-with-dishes-inside-everyday-organization_169016-71087.jpg",
|
||||
"http://img.b2bpic.net/free-photo/open-kitchen-drawer-with-dishes-inside-everyday-organization_169016-71087.jpg?_wi=6",
|
||||
imageAlt: "Guest bathroom renovation",
|
||||
},
|
||||
{
|
||||
@@ -163,7 +163,7 @@ export default function GalleryPage() {
|
||||
"Transformation creating flow and gathering space",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278642.jpg",
|
||||
"http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278642.jpg?_wi=6",
|
||||
imageAlt: "Kitchen and dining area renovation",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Raleway } 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 { Raleway } 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 raleway = Raleway({
|
||||
variable: "--font-raleway",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Bathroom & Kitchen Remodeling Vancouver WA | Haagen Contractors",
|
||||
description: "Award-winning contractor in Vancouver, WA. 4.9★ Google rating. Expert bathroom & kitchen remodeling with daily communication and honest pricing. Get your free estimate today.",
|
||||
keywords: "bathroom remodeling Vancouver WA, kitchen remodeling Vancouver WA, contractor Vancouver WA, home remodeling, tile shower installation, bathroom renovation",
|
||||
metadataBase: new URL("https://haagengeneralcontractors.com"),
|
||||
alternates: {
|
||||
canonical: "https://haagengeneralcontractors.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Bathroom & Kitchen Remodeling Vancouver WA | Haagen Contractors",
|
||||
description: "Expert home remodeling with exceptional communication. 4.9★ rated. Serving Vancouver, Camas, Battle Ground & surrounding areas.",
|
||||
url: "https://haagengeneralcontractors.com",
|
||||
siteName: "Haagen General Contractors",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://haagengeneralcontractors.com/og-image.jpg",
|
||||
alt: "Luxury bathroom remodel by Haagen General Contractors",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Bathroom & Kitchen Remodeling Vancouver WA | Haagen Contractors",
|
||||
description: "Award-winning contractor. 4.9★ Google rating. Expert craftsmanship with daily communication.",
|
||||
images: ["https://haagengeneralcontractors.com/twitter-image.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={`${raleway.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -147,7 +147,7 @@ export default function HomePage() {
|
||||
"Luxury tile shower installations with premium finishes",
|
||||
"Modern vanities, fixtures, and spa-like amenities",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-blue-tile-glass-shower_23-2151995356.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-blue-tile-glass-shower_23-2151995356.jpg?_wi=1",
|
||||
imageAlt: "Luxury bathroom remodeling services",
|
||||
},
|
||||
{
|
||||
@@ -158,7 +158,7 @@ export default function HomePage() {
|
||||
"High-end cabinetry, countertops, and backsplash installations",
|
||||
"Professional appliance integration and layouts",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-kitchen-drawer-with-dishes-inside-everyday-organization_169016-71087.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-kitchen-drawer-with-dishes-inside-everyday-organization_169016-71087.jpg?_wi=1",
|
||||
imageAlt: "Modern kitchen remodeling services",
|
||||
},
|
||||
{
|
||||
@@ -169,7 +169,7 @@ export default function HomePage() {
|
||||
"Multi-room coordination with seamless execution",
|
||||
"Complete transformation from concept to move-in ready",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278642.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278642.jpg?_wi=1",
|
||||
imageAlt: "Whole home renovation services",
|
||||
},
|
||||
{
|
||||
@@ -180,7 +180,7 @@ export default function HomePage() {
|
||||
"Luxury flooring options including hardwood and custom tiles",
|
||||
"Meticulous attention to detail in every installation",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-blue-tile-glass-shower_23-2151995356.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-blue-tile-glass-shower_23-2151995356.jpg?_wi=2",
|
||||
imageAlt: "Professional tile and flooring installation",
|
||||
},
|
||||
{
|
||||
@@ -191,7 +191,7 @@ export default function HomePage() {
|
||||
"Complete water mitigation and repair services",
|
||||
"Prevention strategies to protect your home",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278642.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278642.jpg?_wi=2",
|
||||
imageAlt: "Water damage restoration services",
|
||||
},
|
||||
{
|
||||
@@ -202,7 +202,7 @@ export default function HomePage() {
|
||||
"Custom wall solutions and texture options",
|
||||
"Paint and final finishes for pristine results",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-kitchen-drawer-with-dishes-inside-everyday-organization_169016-71087.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-kitchen-drawer-with-dishes-inside-everyday-organization_169016-71087.jpg?_wi=2",
|
||||
imageAlt: "Drywall repair and interior finishing",
|
||||
},
|
||||
]}
|
||||
@@ -291,7 +291,7 @@ export default function HomePage() {
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner, Vancouver WA",
|
||||
testimonial: "Chad kept us informed every single day about the progress. The attention to detail in our bathroom remodel is incredible. He treated our home like his own.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15638.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15638.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson testimonial",
|
||||
},
|
||||
{
|
||||
@@ -299,7 +299,7 @@ export default function HomePage() {
|
||||
name: "Michael Chen",
|
||||
role: "Homeowner, Camas WA",
|
||||
testimonial: "Finally, a contractor who actually communicates! Our kitchen renovation exceeded all expectations. Fair pricing and honest advice throughout the entire process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen testimonial",
|
||||
},
|
||||
{
|
||||
@@ -307,7 +307,7 @@ export default function HomePage() {
|
||||
name: "Jennifer Martinez",
|
||||
role: "Homeowner, Battle Ground WA",
|
||||
testimonial: "Chad's crew was respectful, professional, and incredibly knowledgeable. Our tile shower turned out stunning. Best contractor we've worked with.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288230.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288230.jpg?_wi=1",
|
||||
imageAlt: "Jennifer Martinez testimonial",
|
||||
},
|
||||
{
|
||||
@@ -315,7 +315,7 @@ export default function HomePage() {
|
||||
name: "David Thompson",
|
||||
role: "Homeowner, Washougal WA",
|
||||
testimonial: "The communication throughout the project was exceptional. Chad went above and beyond to help us save money on materials without sacrificing quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg?_wi=1",
|
||||
imageAlt: "David Thompson testimonial",
|
||||
},
|
||||
{
|
||||
@@ -323,7 +323,7 @@ export default function HomePage() {
|
||||
name: "Amanda Brooks",
|
||||
role: "Homeowner, Ridgefield WA",
|
||||
testimonial: "Trustworthy, honest, and truly cares about customer satisfaction. Our whole home renovation was completed exactly on time and budget. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12814.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12814.jpg?_wi=1",
|
||||
imageAlt: "Amanda Brooks testimonial",
|
||||
},
|
||||
{
|
||||
@@ -331,7 +331,7 @@ export default function HomePage() {
|
||||
name: "Robert Wilson",
|
||||
role: "Homeowner, Portland OR",
|
||||
testimonial: "Chad's expertise and creative solutions saved us money and delivered better results than we imagined. The daily updates gave us complete peace of mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-blue-golf-turtleneck-white-background-with-confident-smile-smiling-cheerfully-showing-thumbs-up_343596-8104.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-blue-golf-turtleneck-white-background-with-confident-smile-smiling-cheerfully-showing-thumbs-up_343596-8104.jpg?_wi=1",
|
||||
imageAlt: "Robert Wilson testimonial",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -14,7 +14,7 @@ export default function ReviewsPage() {
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner, Vancouver WA",
|
||||
testimonial: "Chad kept us informed every single day about the progress. The attention to detail in our bathroom remodel is incredible. He treated our home like his own.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15638.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-carpenter_329181-15638.jpg?_wi=3",
|
||||
imageAlt: "Sarah Johnson testimonial",
|
||||
},
|
||||
{
|
||||
@@ -22,7 +22,7 @@ export default function ReviewsPage() {
|
||||
name: "Michael Chen",
|
||||
role: "Homeowner, Camas WA",
|
||||
testimonial: "Finally, a contractor who actually communicates! Our kitchen renovation exceeded all expectations. Fair pricing and honest advice throughout the entire process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg?_wi=3",
|
||||
imageAlt: "Michael Chen testimonial",
|
||||
},
|
||||
{
|
||||
@@ -30,7 +30,7 @@ export default function ReviewsPage() {
|
||||
name: "Jennifer Martinez",
|
||||
role: "Homeowner, Battle Ground WA",
|
||||
testimonial: "Chad's crew was respectful, professional, and incredibly knowledgeable. Our tile shower turned out stunning. Best contractor we've worked with.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288230.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288230.jpg?_wi=3",
|
||||
imageAlt: "Jennifer Martinez testimonial",
|
||||
},
|
||||
{
|
||||
@@ -38,7 +38,7 @@ export default function ReviewsPage() {
|
||||
name: "David Thompson",
|
||||
role: "Homeowner, Washougal WA",
|
||||
testimonial: "The communication throughout the project was exceptional. Chad went above and beyond to help us save money on materials without sacrificing quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg?_wi=2",
|
||||
imageAlt: "David Thompson testimonial",
|
||||
},
|
||||
{
|
||||
@@ -46,7 +46,7 @@ export default function ReviewsPage() {
|
||||
name: "Amanda Brooks",
|
||||
role: "Homeowner, Ridgefield WA",
|
||||
testimonial: "Trustworthy, honest, and truly cares about customer satisfaction. Our whole home renovation was completed exactly on time and budget. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12814.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12814.jpg?_wi=2",
|
||||
imageAlt: "Amanda Brooks testimonial",
|
||||
},
|
||||
{
|
||||
@@ -54,7 +54,7 @@ export default function ReviewsPage() {
|
||||
name: "Robert Wilson",
|
||||
role: "Homeowner, Portland OR",
|
||||
testimonial: "Chad's expertise and creative solutions saved us money and delivered better results than we imagined. The daily updates gave us complete peace of mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-blue-golf-turtleneck-white-background-with-confident-smile-smiling-cheerfully-showing-thumbs-up_343596-8104.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-blue-golf-turtleneck-white-background-with-confident-smile-smiling-cheerfully-showing-thumbs-up_343596-8104.jpg?_wi=2",
|
||||
imageAlt: "Robert Wilson testimonial",
|
||||
},
|
||||
];
|
||||
|
||||
@@ -110,7 +110,7 @@ export default function ServicesPage() {
|
||||
"Modern vanities, fixtures, and spa-like amenities",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-bathroom-with-blue-tile-glass-shower_23-2151995356.jpg",
|
||||
"http://img.b2bpic.net/free-photo/modern-bathroom-with-blue-tile-glass-shower_23-2151995356.jpg?_wi=3",
|
||||
imageAlt: "beautiful bathroom renovation modern design",
|
||||
},
|
||||
{
|
||||
@@ -122,7 +122,7 @@ export default function ServicesPage() {
|
||||
"Professional appliance integration and layouts",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/open-kitchen-drawer-with-dishes-inside-everyday-organization_169016-71087.jpg",
|
||||
"http://img.b2bpic.net/free-photo/open-kitchen-drawer-with-dishes-inside-everyday-organization_169016-71087.jpg?_wi=3",
|
||||
imageAlt: "luxury kitchen remodeling white cabinets",
|
||||
},
|
||||
{
|
||||
@@ -134,7 +134,7 @@ export default function ServicesPage() {
|
||||
"Complete transformation from concept to move-in ready",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278642.jpg",
|
||||
"http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278642.jpg?_wi=3",
|
||||
imageAlt: "whole home renovation before after",
|
||||
},
|
||||
{
|
||||
@@ -146,7 +146,7 @@ export default function ServicesPage() {
|
||||
"Meticulous attention to detail in every installation",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-bathroom-with-blue-tile-glass-shower_23-2151995356.jpg",
|
||||
"http://img.b2bpic.net/free-photo/modern-bathroom-with-blue-tile-glass-shower_23-2151995356.jpg?_wi=4",
|
||||
imageAlt: "Professional tile and flooring installation",
|
||||
},
|
||||
{
|
||||
@@ -158,7 +158,7 @@ export default function ServicesPage() {
|
||||
"Prevention strategies to protect your home",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278642.jpg",
|
||||
"http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278642.jpg?_wi=4",
|
||||
imageAlt: "Water damage restoration services",
|
||||
},
|
||||
{
|
||||
@@ -170,7 +170,7 @@ export default function ServicesPage() {
|
||||
"Paint and final finishes for pristine results",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/open-kitchen-drawer-with-dishes-inside-everyday-organization_169016-71087.jpg",
|
||||
"http://img.b2bpic.net/free-photo/open-kitchen-drawer-with-dishes-inside-everyday-organization_169016-71087.jpg?_wi=4",
|
||||
imageAlt: "Drywall repair and interior finishing",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user