3 Commits

Author SHA1 Message Date
bbf88f2695 Update src/app/page.tsx 2026-04-09 00:40:26 +00:00
d7a01f2f65 Merge version_11 into main
Merge version_11 into main
2026-04-09 00:30:18 +00:00
099350ec4e Merge version_11 into main
Merge version_11 into main
2026-04-09 00:29:55 +00:00

View File

@@ -4,13 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import FooterMedia from '@/components/sections/footer/FooterMedia';
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 } from "lucide-react";
import { Award, Clock, Home, MapPin, Smile, ChefHat, Bath, Home as HomeIcon, Footprints, Trees, Hammer } from "lucide-react";
export default function LandingPage() {
return (
@@ -58,17 +58,18 @@ export default function LandingPage() {
</div>
<div id="services" data-section="services">
<FeatureCardTwentyThree
<FeatureCardThree
animationType="slide-up"
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
features={[
{ id: "f1", title: "Kitchen Remodeling", tags: ["Modern", "Custom"], imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=1" },
{ id: "f2", title: "Bathroom Suites", tags: ["Spa", "Elegant"], imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=2" },
{ id: "f3", title: "Home Extensions", tags: ["Spacious", "Seamless"], imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=3" },
{ id: "f4", title: "Flooring & Tiling", tags: ["Durable", "Classic"], imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=4" },
{ id: "f5", title: "Exterior Renovations", tags: ["Curb Appeal", "Stone"], imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=5" },
{ id: "f6", title: "Custom Carpentry", tags: ["Bespoke", "Detailed"], imageSrc: "http://img.b2bpic.net/free-photo/interior-shot-luxurious-house-dining-room_181624-10412.jpg?_wi=6" },
{ 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="Our Expertise"
description="Comprehensive renovation solutions designed to enhance the value and beauty of your home."