diff --git a/src/app/page.tsx b/src/app/page.tsx index 4520c6a..27b23c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}