Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-06 17:46:37 +00:00

View File

@@ -75,11 +75,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Flooring", description: "Laminate, hardwood, and tile installation for any room.", imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-man_23-2147773333.jpg", titleIconSrc: "CheckCircle", buttonText: "See Work"},
title: "Flooring", description: "Laminate, hardwood, and tile installation for any room.", imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept-with-man_23-2147773333.jpg", titleIconSrc: "Sparkles", buttonText: "See Work"},
{
title: "Kitchen Remodel", description: "Full kitchen renovations from cabinetry to countertops.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-herbals-cream-table_23-2148317633.jpg", titleIconSrc: "CheckCircle", buttonText: "See Work"},
title: "Kitchen Remodel", description: "Full kitchen renovations from cabinetry to countertops.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-herbals-cream-table_23-2148317633.jpg", titleIconSrc: "Sparkles", buttonText: "See Work"},
{
title: "Bathroom Reno", description: "Complete bathroom makeovers and modern upgrades.", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-with-bathtub-shower_23-2151995358.jpg", titleIconSrc: "CheckCircle", buttonText: "See Work"},
title: "Bathroom Reno", description: "Complete bathroom makeovers and modern upgrades.", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-bathroom-with-bathtub-shower_23-2151995358.jpg", titleIconSrc: "Sparkles", buttonText: "See Work"},
]}
title="Our Expertise"
description="We specialize in high-quality home renovations and flooring solutions."
@@ -168,4 +168,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}