Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-02 22:01:39 +00:00
6 changed files with 117 additions and 355 deletions

View File

@@ -16,8 +16,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Kitchen Renovations", href: "/services#kitchen" },
{ label: "Bathroom Renovations", href: "/services#bathroom" },
{ label: "Basement Finishing", href: "/services#basement" },
@@ -26,8 +25,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Process", href: "/#process" },
{ label: "Gallery", href: "/gallery" },
@@ -36,8 +34,7 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: (514) 555-0123", href: "tel:+15145550123" },
{ label: "Email: info@dcreno.ca", href: "mailto:info@dcreno.ca" },
{ label: "Montreal, Quebec", href: "#" },
@@ -65,9 +62,7 @@ export default function AboutPage() {
brandName="DCR Renovation"
navItems={navItems}
button={{
text: "Get Free Estimate",
href: "/contact",
}}
text: "Get Free Estimate", href: "/contact"}}
/>
</div>
@@ -79,37 +74,19 @@ export default function AboutPage() {
features={[
{
id: 1,
tag: "Foundation",
title: "20+ Years of Excellence",
subtitle: "Building trust in Montreal",
description:
"Since 2004, DCR Renovation has been serving Montreal homeowners and businesses with premium renovation services. Our reputation is built on reliability, quality craftsmanship, and transparent communication.",
imageSrc:
"http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg?_wi=2",
imageAlt: "Professional team with experience",
},
tag: "Foundation", title: "20+ Years of Excellence", subtitle: "Building trust in Montreal", description:
"Since 2004, DCR Renovation has been serving Montreal homeowners and businesses with premium renovation services. Our reputation is built on reliability, quality craftsmanship, and transparent communication.", imageSrc:
"http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg", imageAlt: "Professional team with experience"},
{
id: 2,
tag: "Mission",
title: "Your Trust is Everything",
subtitle: "Integrity in every project",
description:
"We believe that renovation contractors should deliver exactly what they promise—on schedule, on budget, and with exceptional quality. No surprises, no hidden costs, just honest work and proud results.",
imageSrc:
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
imageAlt: "Trust and integrity",
},
tag: "Mission", title: "Your Trust is Everything", subtitle: "Integrity in every project", description:
"We believe that renovation contractors should deliver exactly what they promise—on schedule, on budget, and with exceptional quality. No surprises, no hidden costs, just honest work and proud results.", imageSrc:
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Trust and integrity"},
{
id: 3,
tag: "Values",
title: "Craftsmanship & Respect",
subtitle: "Excellence in every detail",
description:
"Every team member shares our commitment to masterful tile work, watertight installations, flawless finishes, and treating your home with the respect it deserves. We're not just contractors—we're your renovation partners.",
imageSrc:
"http://img.b2bpic.net/free-photo/female-drying-white-small-tiles-workshop_23-2148155162.jpg?_wi=2",
imageAlt: "Craftsmanship and quality detail work",
},
tag: "Values", title: "Craftsmanship & Respect", subtitle: "Excellence in every detail", description:
"Every team member shares our commitment to masterful tile work, watertight installations, flawless finishes, and treating your home with the respect it deserves. We're not just contractors—we're your renovation partners.", imageSrc:
"http://img.b2bpic.net/free-photo/female-drying-white-small-tiles-workshop_23-2148155162.jpg", imageAlt: "Craftsmanship and quality detail work"},
]}
textboxLayout="default"
useInvertedBackground={true}

View File

@@ -17,8 +17,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Kitchen Renovations", href: "/services#kitchen" },
{ label: "Bathroom Renovations", href: "/services#bathroom" },
{ label: "Basement Finishing", href: "/services#basement" },
@@ -27,8 +26,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Process", href: "/#process" },
{ label: "Gallery", href: "/gallery" },
@@ -37,8 +35,7 @@ export default function ContactPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: (514) 555-0123", href: "tel:+15145550123" },
{ label: "Email: info@dcreno.ca", href: "mailto:info@dcreno.ca" },
{ label: "Montreal, Quebec", href: "#" },
@@ -66,9 +63,7 @@ export default function ContactPage() {
brandName="DCR Renovation"
navItems={navItems}
button={{
text: "Get Free Estimate",
href: "/contact",
}}
text: "Get Free Estimate", href: "/contact"}}
/>
</div>
@@ -80,9 +75,10 @@ export default function ContactPage() {
tagIcon={Sparkles}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg"
imageAlt="Home transformation"
mediaPosition="right"
mediaAnimation="none"
inputPlaceholder="Your email address"
buttonText="Get Free Estimate"
termsText="We respect your privacy. You can unsubscribe at any time."

View File

@@ -16,8 +16,7 @@ export default function GalleryPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Kitchen Renovations", href: "/services#kitchen" },
{ label: "Bathroom Renovations", href: "/services#bathroom" },
{ label: "Basement Finishing", href: "/services#basement" },
@@ -26,8 +25,7 @@ export default function GalleryPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Process", href: "/#process" },
{ label: "Gallery", href: "/gallery" },
@@ -36,8 +34,7 @@ export default function GalleryPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: (514) 555-0123", href: "tel:+15145550123" },
{ label: "Email: info@dcreno.ca", href: "mailto:info@dcreno.ca" },
{ label: "Montreal, Quebec", href: "#" },
@@ -65,9 +62,7 @@ export default function GalleryPage() {
brandName="DCR Renovation"
navItems={navItems}
button={{
text: "Get Free Estimate",
href: "/contact",
}}
text: "Get Free Estimate", href: "/contact"}}
/>
</div>
@@ -78,45 +73,20 @@ export default function GalleryPage() {
tag="Gallery"
products={[
{
id: "bathroom-1",
name: "Luxury Bathroom Renovation",
price: "Project Completed",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=4",
imageAlt: "Master bathroom before and after",
},
id: "bathroom-1", name: "Luxury Bathroom Renovation", price: "Project Completed", imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Master bathroom before and after"},
{
id: "kitchen-1",
name: "Modern Kitchen Remodel",
price: "Project Completed",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=5",
imageAlt: "Kitchen renovation before and after",
},
id: "kitchen-1", name: "Modern Kitchen Remodel", price: "Project Completed", imageSrc:
"http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Kitchen renovation before and after"},
{
id: "basement-1",
name: "Basement Finishing",
price: "Project Completed",
imageSrc:
"http://img.b2bpic.net/free-photo/boxes-packaged-moving-new-home_23-2149162243.jpg?_wi=2",
imageAlt: "Basement transformation",
},
id: "basement-1", name: "Basement Finishing", price: "Project Completed", imageSrc:
"http://img.b2bpic.net/free-photo/boxes-packaged-moving-new-home_23-2149162243.jpg", imageAlt: "Basement transformation"},
{
id: "renovation-full",
name: "Full Home Renovation",
price: "Project Completed",
imageSrc:
"http://img.b2bpic.net/free-photo/corner-empty-new-room-with-white-walls-doors-black-floor_181624-61695.jpg?_wi=2",
imageAlt: "Complete home renovation",
},
id: "renovation-full", name: "Full Home Renovation", price: "Project Completed", imageSrc:
"http://img.b2bpic.net/free-photo/corner-empty-new-room-with-white-walls-doors-black-floor_181624-61695.jpg", imageAlt: "Complete home renovation"},
{
id: "commercial-1",
name: "Commercial Office Space",
price: "Project Completed",
imageSrc:
"http://img.b2bpic.net/free-photo/three-business-people-talking_23-2147704194.jpg?_wi=2",
imageAlt: "Commercial renovation",
},
id: "commercial-1", name: "Commercial Office Space", price: "Project Completed", imageSrc:
"http://img.b2bpic.net/free-photo/three-business-people-talking_23-2147704194.jpg", imageAlt: "Commercial renovation"},
]}
gridVariant="asymmetric-60-wide-40-narrow"
animationType="slide-up"

View File

@@ -5,36 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const poppins = Poppins({
variable: "--font-poppins",
subsets: ["latin"],
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = {
title: "Montreal's Trusted Renovation & Construction Experts | DCR",
description: "Professional renovation contractors in Montreal. Kitchen, bathroom, basement, and full home renovations. On time, on budget, exceptional craftsmanship. 4.9★ with 587+ reviews.",
keywords: "renovation Montreal, general contractor Montreal, kitchen renovation, bathroom renovation, basement finishing, construction Montreal",
robots: {
title: "Montreal's Trusted Renovation & Construction Experts | DCR", description: "Professional renovation contractors in Montreal. Kitchen, bathroom, basement, and full home renovations. On time, on budget, exceptional craftsmanship. 4.9★ with 587+ reviews.", keywords: "renovation Montreal, general contractor Montreal, kitchen renovation, bathroom renovation, basement finishing, construction Montreal", robots: {
index: true,
follow: true,
},
openGraph: {
title: "DCR Renovation & Construction Montreal",
description: "Professional renovation contractors serving Montreal. On Time. On Budget. Exceptional Craftsmanship.",
siteName: "DCR Renovation & Construction",
type: "website",
images: [
title: "DCR Renovation & Construction Montreal", description: "Professional renovation contractors serving Montreal. On Time. On Budget. Exceptional Craftsmanship.", siteName: "DCR Renovation & Construction", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg",
alt: "DCR Renovation - Professional Kitchen Renovation",
},
url: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", alt: "DCR Renovation - Professional Kitchen Renovation"},
],
},
twitter: {
card: "summary_large_image",
title: "Montreal's Trusted Renovation Experts | DCR",
description: "Professional renovation contractors in Montreal. Kitchen, bathroom, basement renovations. On time, on budget.",
images: ["http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg"],
card: "summary_large_image", title: "Montreal's Trusted Renovation Experts | DCR", description: "Professional renovation contractors in Montreal. Kitchen, bathroom, basement renovations. On time, on budget.", images: ["http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg"],
},
};

View File

@@ -20,8 +20,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Kitchen Renovations", href: "/services#kitchen" },
{ label: "Bathroom Renovations", href: "/services#bathroom" },
{ label: "Basement Finishing", href: "/services#basement" },
@@ -30,8 +29,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Process", href: "/#process" },
{ label: "Gallery", href: "/gallery" },
@@ -40,8 +38,7 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: (514) 555-0123", href: "tel:+15145550123" },
{ label: "Email: info@dcreno.ca", href: "mailto:info@dcreno.ca" },
{ label: "Montreal, Quebec", href: "#" },
@@ -69,9 +66,7 @@ export default function HomePage() {
brandName="DCR Renovation"
navItems={navItems}
button={{
text: "Get Free Estimate",
href: "/contact",
}}
text: "Get Free Estimate", href: "/contact"}}
/>
</div>
@@ -86,19 +81,13 @@ export default function HomePage() {
slides={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=1",
imageAlt: "Modern kitchen renovation",
},
"http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Modern kitchen renovation"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=1",
imageAlt: "Luxury bathroom renovation",
},
"http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Luxury bathroom renovation"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg?_wi=1",
imageAlt: "Finished basement space",
},
"http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg", imageAlt: "Finished basement space"},
]}
autoplayDelay={5000}
showDimOverlay={true}
@@ -111,14 +100,7 @@ export default function HomePage() {
description="4.9 stars from 587+ verified customer reviews"
tag="Top-Rated General Contractor"
names={[
"Google Reviews: 4.9★",
"587+ 5-Star Reviews",
"20+ Years Experience",
"Licensed & Insured",
"Warranty on All Work",
"On-Time Guarantee",
"On-Budget Guarantee",
]}
"Google Reviews: 4.9★", "587+ 5-Star Reviews", "20+ Years Experience", "Licensed & Insured", "Warranty on All Work", "On-Time Guarantee", "On-Budget Guarantee"]}
textboxLayout="default"
useInvertedBackground={false}
speed={35}
@@ -134,48 +116,24 @@ export default function HomePage() {
features={[
{
id: 1,
tag: "Timeline",
title: "Completed On Time",
subtitle: "Punctuality is our promise",
description:
"Every project delivered on schedule. We respect your time and maintain transparent communication throughout construction. No surprises, no delays.",
imageSrc:
"http://img.b2bpic.net/free-vector/corporate-business-infographic-template-composition-infographic-elements_23-2148241554.jpg",
imageAlt: "On-time delivery",
},
tag: "Timeline", title: "Completed On Time", subtitle: "Punctuality is our promise", description:
"Every project delivered on schedule. We respect your time and maintain transparent communication throughout construction. No surprises, no delays.", imageSrc:
"http://img.b2bpic.net/free-vector/corporate-business-infographic-template-composition-infographic-elements_23-2148241554.jpg", imageAlt: "On-time delivery"},
{
id: 2,
tag: "Budget",
title: "Completed On Budget",
subtitle: "No hidden costs",
description:
"Detailed estimates with no surprise overruns. We honor our quotes and provide clear documentation for every expense. Budget confidence guaranteed.",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-budget-written-note-notepad-with-pen-dark-surface-student-color-copybook-school-gray-college-business_179666-19727.jpg",
imageAlt: "Budget guarantee",
},
tag: "Budget", title: "Completed On Budget", subtitle: "No hidden costs", description:
"Detailed estimates with no surprise overruns. We honor our quotes and provide clear documentation for every expense. Budget confidence guaranteed.", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-budget-written-note-notepad-with-pen-dark-surface-student-color-copybook-school-gray-college-business_179666-19727.jpg", imageAlt: "Budget guarantee"},
{
id: 3,
tag: "Quality",
title: "Exceptional Craftsmanship",
subtitle: "Attention to every detail",
description:
"Masterful tile work, watertight bathrooms, and flawless finishes. Our crew delivers high-quality results that exceed expectations.",
imageSrc:
"http://img.b2bpic.net/free-photo/female-drying-white-small-tiles-workshop_23-2148155162.jpg?_wi=1",
imageAlt: "Quality craftsmanship",
},
tag: "Quality", title: "Exceptional Craftsmanship", subtitle: "Attention to every detail", description:
"Masterful tile work, watertight bathrooms, and flawless finishes. Our crew delivers high-quality results that exceed expectations.", imageSrc:
"http://img.b2bpic.net/free-photo/female-drying-white-small-tiles-workshop_23-2148155162.jpg", imageAlt: "Quality craftsmanship"},
{
id: 4,
tag: "Team",
title: "Professional & Respectful",
subtitle: "Clean job sites, organized crew",
description:
"Licensed professionals who communicate clearly, maintain clean work areas, and treat your home with respect. Your satisfaction is our priority.",
imageSrc:
"http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg?_wi=1",
imageAlt: "Professional team",
},
tag: "Team", title: "Professional & Respectful", subtitle: "Clean job sites, organized crew", description:
"Licensed professionals who communicate clearly, maintain clean work areas, and treat your home with respect. Your satisfaction is our priority.", imageSrc:
"http://img.b2bpic.net/free-photo/builders-unfinished-construction_1098-15482.jpg", imageAlt: "Professional team"},
]}
textboxLayout="default"
useInvertedBackground={true}
@@ -189,45 +147,20 @@ export default function HomePage() {
tag="Gallery"
products={[
{
id: "bathroom-1",
name: "Luxury Bathroom Renovation",
price: "Project Completed",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=2",
imageAlt: "Master bathroom before and after",
},
id: "bathroom-1", name: "Luxury Bathroom Renovation", price: "Project Completed", imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Master bathroom before and after"},
{
id: "kitchen-1",
name: "Modern Kitchen Remodel",
price: "Project Completed",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=2",
imageAlt: "Kitchen renovation before and after",
},
id: "kitchen-1", name: "Modern Kitchen Remodel", price: "Project Completed", imageSrc:
"http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Kitchen renovation before and after"},
{
id: "basement-1",
name: "Basement Finishing",
price: "Project Completed",
imageSrc:
"http://img.b2bpic.net/free-photo/boxes-packaged-moving-new-home_23-2149162243.jpg?_wi=1",
imageAlt: "Basement transformation",
},
id: "basement-1", name: "Basement Finishing", price: "Project Completed", imageSrc:
"http://img.b2bpic.net/free-photo/boxes-packaged-moving-new-home_23-2149162243.jpg", imageAlt: "Basement transformation"},
{
id: "renovation-full",
name: "Full Home Renovation",
price: "Project Completed",
imageSrc:
"http://img.b2bpic.net/free-photo/corner-empty-new-room-with-white-walls-doors-black-floor_181624-61695.jpg?_wi=1",
imageAlt: "Complete home renovation",
},
id: "renovation-full", name: "Full Home Renovation", price: "Project Completed", imageSrc:
"http://img.b2bpic.net/free-photo/corner-empty-new-room-with-white-walls-doors-black-floor_181624-61695.jpg", imageAlt: "Complete home renovation"},
{
id: "commercial-1",
name: "Commercial Office Space",
price: "Project Completed",
imageSrc:
"http://img.b2bpic.net/free-photo/three-business-people-talking_23-2147704194.jpg?_wi=1",
imageAlt: "Commercial renovation",
},
id: "commercial-1", name: "Commercial Office Space", price: "Project Completed", imageSrc:
"http://img.b2bpic.net/free-photo/three-business-people-talking_23-2147704194.jpg", imageAlt: "Commercial renovation"},
]}
gridVariant="asymmetric-60-wide-40-narrow"
animationType="slide-up"
@@ -244,48 +177,24 @@ export default function HomePage() {
features={[
{
id: 1,
tag: "Step One",
title: "Consultation",
subtitle: "We listen to your vision",
description:
"Free in-home consultation to understand your goals, budget, and timeline. We answer all your questions and discuss your project in detail.",
imageSrc:
"http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg",
imageAlt: "Consultation meeting",
},
tag: "Step One", title: "Consultation", subtitle: "We listen to your vision", description:
"Free in-home consultation to understand your goals, budget, and timeline. We answer all your questions and discuss your project in detail.", imageSrc:
"http://img.b2bpic.net/free-photo/middle-aged-couple-meeting-with-notary_74855-2978.jpg", imageAlt: "Consultation meeting"},
{
id: 2,
tag: "Step Two",
title: "Design & Planning",
subtitle: "Detailed estimates & timeline",
description:
"We create detailed plans, provide comprehensive estimates with no hidden costs, and establish a firm timeline. Everything is documented clearly.",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-with-pen-taking-notes-near-plan_23-2148039901.jpg",
imageAlt: "Design planning",
},
tag: "Step Two", title: "Design & Planning", subtitle: "Detailed estimates & timeline", description:
"We create detailed plans, provide comprehensive estimates with no hidden costs, and establish a firm timeline. Everything is documented clearly.", imageSrc:
"http://img.b2bpic.net/free-photo/woman-with-pen-taking-notes-near-plan_23-2148039901.jpg", imageAlt: "Design planning"},
{
id: 3,
tag: "Step Three",
title: "Construction",
subtitle: "Professional execution",
description:
"Our licensed crew executes the work with precision, maintains daily communication, keeps your home clean, and respects your space throughout the project.",
imageSrc:
"http://img.b2bpic.net/free-photo/three-men-looking-aside-construction-site_259150-57679.jpg",
imageAlt: "Construction work",
},
tag: "Step Three", title: "Construction", subtitle: "Professional execution", description:
"Our licensed crew executes the work with precision, maintains daily communication, keeps your home clean, and respects your space throughout the project.", imageSrc:
"http://img.b2bpic.net/free-photo/three-men-looking-aside-construction-site_259150-57679.jpg", imageAlt: "Construction work"},
{
id: 4,
tag: "Step Four",
title: "Final Walkthrough",
subtitle: "Your complete satisfaction",
description:
"We conduct a detailed final inspection with you, address any final touches, explain warranties and maintenance, and ensure you're completely satisfied.",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-female-engineer-hand-controling-robot-arm-welding-machine-industrial-40-modern-factory-backgroundsmart-female-engineer-inspect-quality-control-factory_609648-856.jpg",
imageAlt: "Final walkthrough",
},
tag: "Step Four", title: "Final Walkthrough", subtitle: "Your complete satisfaction", description:
"We conduct a detailed final inspection with you, address any final touches, explain warranties and maintenance, and ensure you're completely satisfied.", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-female-engineer-hand-controling-robot-arm-welding-machine-industrial-40-modern-factory-backgroundsmart-female-engineer-inspect-quality-control-factory_609648-856.jpg", imageAlt: "Final walkthrough"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -299,89 +208,35 @@ export default function HomePage() {
tag="Client Reviews"
testimonials={[
{
id: "1",
name: "Sarah Johnson, Outremont Homeowner",
date: "Date: 15 November 2024",
title: "Finished on time and the quality is top-tier",
quote:
"DCR transformed our kitchen completely. They finished exactly on schedule and the quality of work is exceptional. The attention to detail in the tile work and finishing is masterful. I've already recommended them to three neighbors.",
tag: "Kitchen Renovation",
avatarSrc:
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=3",
imageAlt: "Kitchen renovation result",
},
id: "1", name: "Sarah Johnson, Outremont Homeowner", date: "Date: 15 November 2024", title: "Finished on time and the quality is top-tier", quote:
"DCR transformed our kitchen completely. They finished exactly on schedule and the quality of work is exceptional. The attention to detail in the tile work and finishing is masterful. I've already recommended them to three neighbors.", tag: "Kitchen Renovation", avatarSrc:
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Kitchen renovation result"},
{
id: "2",
name: "Michael Chen, Westmount Property Owner",
date: "Date: 28 October 2024",
title: "Professional, organized, and exceeded expectations",
quote:
"Our bathroom renovation was transformed by DCR's team. They maintained a clean job site, communicated daily, and delivered results that far exceeded what we expected. Professional crew from start to finish.",
tag: "Bathroom Renovation",
avatarSrc:
"http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=3",
imageAlt: "Bathroom renovation result",
},
id: "2", name: "Michael Chen, Westmount Property Owner", date: "Date: 28 October 2024", title: "Professional, organized, and exceeded expectations", quote:
"Our bathroom renovation was transformed by DCR's team. They maintained a clean job site, communicated daily, and delivered results that far exceeded what we expected. Professional crew from start to finish.", tag: "Bathroom Renovation", avatarSrc:
"http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Bathroom renovation result"},
{
id: "3",
name: "Emily Rodriguez, Plateau-Mont-Royal",
date: "Date: 12 October 2024",
title: "Masterful tile work and watertight bathrooms",
quote:
"The bathroom is absolutely beautiful. The tile work is masterful and everything is watertight. DCR's attention to detail is unmatched. They also stayed within budget and finished early!",
tag: "Bathroom Remodel",
avatarSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/black-stone-tile-wall-textures_74190-2412.jpg",
imageAlt: "Bathroom tile detail",
},
id: "3", name: "Emily Rodriguez, Plateau-Mont-Royal", date: "Date: 12 October 2024", title: "Masterful tile work and watertight bathrooms", quote:
"The bathroom is absolutely beautiful. The tile work is masterful and everything is watertight. DCR's attention to detail is unmatched. They also stayed within budget and finished early!", tag: "Bathroom Remodel", avatarSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/black-stone-tile-wall-textures_74190-2412.jpg", imageAlt: "Bathroom tile detail"},
{
id: "4",
name: "David Kim, NDG Homeowner",
date: "Date: 5 October 2024",
title: "We do what we say - integrity in every project",
quote:
"DCR isn't just a contractor - they're a partner you can trust. They delivered exactly what they promised, when they promised it, for the price they quoted. In this industry, that's rare. We're recommending them to everyone.",
tag: "Full Home Renovation",
avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg?_wi=1",
imageAlt: "Home renovation project",
},
id: "4", name: "David Kim, NDG Homeowner", date: "Date: 5 October 2024", title: "We do what we say - integrity in every project", quote:
"DCR isn't just a contractor - they're a partner you can trust. They delivered exactly what they promised, when they promised it, for the price they quoted. In this industry, that's rare. We're recommending them to everyone.", tag: "Full Home Renovation", avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg", imageAlt: "Home renovation project"},
{
id: "5",
name: "Jennifer Moreau, Downtown Condo",
date: "Date: 18 September 2024",
title: "Transformed our basement into a beautiful living space",
quote:
"Our basement was a dark storage area. Now it's our favorite room in the house! DCR's team handled the project with precision and professionalism. They're repeat customers now.",
tag: "Basement Finishing",
avatarSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg?_wi=2",
imageAlt: "Basement renovation",
},
id: "5", name: "Jennifer Moreau, Downtown Condo", date: "Date: 18 September 2024", title: "Transformed our basement into a beautiful living space", quote:
"Our basement was a dark storage area. Now it's our favorite room in the house! DCR's team handled the project with precision and professionalism. They're repeat customers now.", tag: "Basement Finishing", avatarSrc:
"http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/interior-modern-office_23-2147668767.jpg", imageAlt: "Basement renovation"},
{
id: "6",
name: "Robert Thompson, Mount-Royal Business Owner",
date: "Date: 2 September 2024",
title: "Professional commercial renovation experience",
quote:
"We renovated our office space during business hours. DCR managed the project seamlessly - minimal disruption, excellent communication, and outstanding results. Highly recommend for commercial work.",
tag: "Commercial Renovation",
avatarSrc:
"http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg",
imageSrc:
"http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg",
imageAlt: "Commercial office renovation",
},
id: "6", name: "Robert Thompson, Mount-Royal Business Owner", date: "Date: 2 September 2024", title: "Professional commercial renovation experience", quote:
"We renovated our office space during business hours. DCR managed the project seamlessly - minimal disruption, excellent communication, and outstanding results. Highly recommend for commercial work.", tag: "Commercial Renovation", avatarSrc:
"http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", imageSrc:
"http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg", imageAlt: "Commercial office renovation"},
]}
textboxLayout="default"
useInvertedBackground={true}

View File

@@ -16,8 +16,7 @@ export default function ServicesPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Kitchen Renovations", href: "/services#kitchen" },
{ label: "Bathroom Renovations", href: "/services#bathroom" },
{ label: "Basement Finishing", href: "/services#basement" },
@@ -26,8 +25,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Process", href: "/#process" },
{ label: "Gallery", href: "/gallery" },
@@ -36,8 +34,7 @@ export default function ServicesPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: (514) 555-0123", href: "tel:+15145550123" },
{ label: "Email: info@dcreno.ca", href: "mailto:info@dcreno.ca" },
{ label: "Montreal, Quebec", href: "#" },
@@ -65,9 +62,7 @@ export default function ServicesPage() {
brandName="DCR Renovation"
navItems={navItems}
button={{
text: "Get Free Estimate",
href: "/contact",
}}
text: "Get Free Estimate", href: "/contact"}}
/>
</div>
@@ -79,37 +74,19 @@ export default function ServicesPage() {
features={[
{
id: 1,
tag: "Kitchen",
title: "Kitchen Renovations",
subtitle: "Modern kitchens that inspire",
description:
"From design to installation, we handle everything. New cabinetry, countertops, appliances, lighting, and flooring. We create kitchens that blend functionality with beauty.",
imageSrc:
"http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=4",
imageAlt: "Kitchen renovation service",
},
tag: "Kitchen", title: "Kitchen Renovations", subtitle: "Modern kitchens that inspire", description:
"From design to installation, we handle everything. New cabinetry, countertops, appliances, lighting, and flooring. We create kitchens that blend functionality with beauty.", imageSrc:
"http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Kitchen renovation service"},
{
id: 2,
tag: "Bathroom",
title: "Bathroom Renovations",
subtitle: "Spa-like luxury spaces",
description:
"Complete bathroom transformations with waterproofing, tile work, fixtures, and finishes. We specialize in watertight installations and masterful tile designs.",
imageSrc:
"http://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg",
imageAlt: "Bathroom renovation service",
},
tag: "Bathroom", title: "Bathroom Renovations", subtitle: "Spa-like luxury spaces", description:
"Complete bathroom transformations with waterproofing, tile work, fixtures, and finishes. We specialize in watertight installations and masterful tile designs.", imageSrc:
"http://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg", imageAlt: "Bathroom renovation service"},
{
id: 3,
tag: "Basement",
title: "Basement Finishing",
subtitle: "Expand your living space",
description:
"Transform unfinished basements into beautiful living areas, home offices, or entertainment spaces. Complete with flooring, walls, lighting, and climate control.",
imageSrc:
"http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg?_wi=2",
imageAlt: "Basement finishing service",
},
tag: "Basement", title: "Basement Finishing", subtitle: "Expand your living space", description:
"Transform unfinished basements into beautiful living areas, home offices, or entertainment spaces. Complete with flooring, walls, lighting, and climate control.", imageSrc:
"http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg", imageAlt: "Basement finishing service"},
]}
textboxLayout="default"
useInvertedBackground={false}