Merge version_13 into main #19
@@ -10,7 +10,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import { Award, Clock, Home, MapPin, Smile, ChefHat, Bath, Home as HomeIcon, Footprints, Trees, Hammer } from "lucide-react";
|
||||
import { Award, Clock, Home, MapPin, Smile } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -61,18 +61,15 @@ export default function LandingPage() {
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Kitchen Remodeling", description: "Modern and functional kitchen designs tailored to your cooking needs.", imageSrc: "" },
|
||||
{ title: "Bathroom Suites", description: "Create a luxurious spa experience within your own home.", imageSrc: "" },
|
||||
{ title: "Home Extensions", description: "Expand your living space with seamless, high-quality room additions.", imageSrc: "" },
|
||||
{ title: "Flooring & Tiling", description: "Durable, elegant flooring solutions to ground your living spaces.", imageSrc: "" },
|
||||
{ title: "Exterior Renovations", description: "Enhance your curb appeal with professional stone and masonry work.", imageSrc: "" },
|
||||
{ title: "Custom Carpentry", description: "Bespoke cabinetry and detailed woodwork for a unique finish.", imageSrc: "" },
|
||||
{ title: "Roof Installation", description: "Complete roof replacements with high-quality, durable materials designed to withstand the Texas elements.", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-installing-roof_1234.jpg?_wi=1" },
|
||||
{ title: "Roof Repair", description: "Expert diagnosis and repair of leaks, damaged shingles, and structural issues to protect your home.", imageSrc: "http://img.b2bpic.net/free-photo/roof-repair-service_5678.jpg?_wi=1" },
|
||||
{ title: "Maintenance", description: "Proactive roof inspections and preventative maintenance to extend the lifespan of your roofing investment.", imageSrc: "http://img.b2bpic.net/free-photo/roof-maintenance-tools_9101.jpg?_wi=1" },
|
||||
]}
|
||||
title="Our Expertise"
|
||||
description="Comprehensive renovation solutions designed to enhance the value and beauty of your home."
|
||||
title="Roofing Services"
|
||||
description="Expert roofing solutions to keep your home safe, dry, and protected for years to come."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -145,8 +142,8 @@ export default function LandingPage() {
|
||||
{ label: "About", href: "#about" },
|
||||
]},
|
||||
{ title: "Services", items: [
|
||||
{ label: "Roofing", href: "#services" },
|
||||
{ label: "Kitchens", href: "#services" },
|
||||
{ label: "Baths", href: "#services" },
|
||||
]},
|
||||
{ title: "Company", items: [
|
||||
{ label: "Portfolio", href: "#gallery" },
|
||||
@@ -161,4 +158,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user