Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-26 23:56:20 +00:00

View File

@@ -9,7 +9,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Award, Building2, CheckCircle, Home, ShieldCheck, Sun, Wrench } from "lucide-react";
import { Award, Building2, CheckCircle, Home, ShieldCheck, Sun, Hammer } from "lucide-react";
export default function LandingPage() {
return (
@@ -80,10 +80,10 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{ title: "Custom Remodeling", description: "Bathrooms, basements, and full interior transformations.", bentoComponent: { bentoComponent: "reveal-icon", icon: Home } },
{ title: "Structural Repairs", description: "Reinforcements, joists, and foundational improvements.", bentoComponent: { bentoComponent: "reveal-icon", icon: ShieldCheck } },
{ title: "Exterior Projects", description: "Decks, fencing, siding, roofing, and more.", bentoComponent: { bentoComponent: "reveal-icon", icon: Sun } },
{ title: "Custom Carpentry", description: "Hand-built doors, detailed finishes, and unique work.", bentoComponent: { bentoComponent: "reveal-icon", icon: Wrench } },
{ title: "Custom Remodeling", description: "Bathrooms, basements, and full interior transformations.", bentoComponent: "reveal-icon", icon: Home },
{ title: "Structural Repairs", description: "Reinforcements, joists, and foundational improvements.", bentoComponent: "reveal-icon", icon: ShieldCheck },
{ title: "Exterior Projects", description: "Decks, fencing, siding, roofing, and more.", bentoComponent: "reveal-icon", icon: Sun },
{ title: "Custom Carpentry", description: "Hand-built doors, detailed finishes, and unique work.", bentoComponent: "reveal-icon", icon: Hammer },
]}
/>
</div>