Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-04 03:15:43 +00:00

View File

@@ -10,7 +10,7 @@ import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Building2, Compass, Pencil, Hammer2, Lightbulb, Image, Mail, Star } from "lucide-react";
import { Building2, Compass, Pencil, Hammer, Lightbulb, Image, Mail, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -51,7 +51,7 @@ export default function LandingPage() {
]}
enableKpiAnimation={true}
tag="Premium Construction"
tagIcon={Hammer2}
tagIcon={Hammer}
tagAnimation="slide-up"
buttons={[
{ text: "Start Your Project", href: "#contact" },
@@ -80,7 +80,7 @@ export default function LandingPage() {
title: "Custom Design", description: "Every project begins with your vision. We collaborate closely to create homes that reflect your lifestyle and aesthetic", icon: Pencil,
},
{
title: "Quality Craftsmanship", description: "Meticulous attention to detail ensures lasting beauty and structural excellence in every build", icon: Hammer2,
title: "Quality Craftsmanship", description: "Meticulous attention to detail ensures lasting beauty and structural excellence in every build", icon: Hammer,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-two-builders_1398-1747.jpg"
@@ -237,4 +237,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}