Merge version_1 into main #3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user