diff --git a/src/app/page.tsx b/src/app/page.tsx
index dfec997..1e339f3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
-import { Award, Building, Building2, CheckCircle, Clock, Home, Square, Tool, TrendingUp, Users } from "lucide-react";
+import { Award, Building, Building2, CheckCircle, Clock, Home, Square, TrendingUp, Users, Wrench } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,47 +43,21 @@ export default function LandingPage() {
@@ -105,21 +67,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Legacy of Quality"
metrics={[
- {
- icon: Award,
- label: "Years Experience",
- value: "25+",
- },
- {
- icon: CheckCircle,
- label: "Projects Completed",
- value: "500+",
- },
- {
- icon: Users,
- label: "Happy Clients",
- value: "450+",
- },
+ { icon: Award, label: "Years Experience", value: "25+" },
+ { icon: CheckCircle, label: "Projects Completed", value: "500+" },
+ { icon: Users, label: "Happy Clients", value: "450+" },
]}
metricsAnimation="blur-reveal"
/>
@@ -131,30 +81,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Residential Construction",
- description: "Custom homes designed and built to reflect your personality and style.",
- bentoComponent: "reveal-icon",
- icon: Home,
- imageSrc: "http://img.b2bpic.net/free-photo/spacious-residential-complex-waterfront-with-reflection-modern-building-construction_169016-69211.jpg",
- imageAlt: "Spacious residential complex on the waterfront with reflection modern building under construction",
- },
- {
- title: "Commercial Development",
- description: "Strategic solutions for businesses, from retail stores to office complexes.",
- bentoComponent: "reveal-icon",
- icon: Building,
- imageSrc: "http://img.b2bpic.net/free-photo/construction-activity-dubai-downtown-dubai-uae-dubai-is-most-populous-city-emirate-united-arab-emirates_231208-7566.jpg?_wi=2",
- imageAlt: "Spacious residential complex on the waterfront with reflection modern building under construction",
- },
- {
- title: "Precision Renovation",
- description: "Revitalize your existing space with high-quality upgrades and renovations.",
- bentoComponent: "reveal-icon",
- icon: Tool,
- imageSrc: "http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35514.jpg?_wi=2",
- imageAlt: "Spacious residential complex on the waterfront with reflection modern building under construction",
- },
+ { title: "Residential Construction", description: "Custom homes designed and built to reflect your personality and style.", bentoComponent: "reveal-icon", icon: Home },
+ { title: "Commercial Development", description: "Strategic solutions for businesses, from retail stores to office complexes.", bentoComponent: "reveal-icon", icon: Building },
+ { title: "Precision Renovation", description: "Revitalize your existing space with high-quality upgrades and renovations.", bentoComponent: "reveal-icon", icon: Wrench },
]}
title="Comprehensive Construction Solutions"
description="We bring expertise and precision to every phase of your project, ensuring lasting results and high-end finishes."
@@ -167,24 +96,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "1",
- icon: Square,
- title: "Square Footage Built",
- value: "1M+",
- },
- {
- id: "2",
- icon: TrendingUp,
- title: "Sustainability Rating",
- value: "98%",
- },
- {
- id: "3",
- icon: Clock,
- title: "On-Time Completion",
- value: "95%",
- },
+ { id: "1", icon: Square, title: "Square Footage Built", value: "1M+" },
+ { id: "2", icon: TrendingUp, title: "Sustainability Rating", value: "98%" },
+ { id: "3", icon: Clock, title: "On-Time Completion", value: "95%" },
]}
title="Project Impact"
description="Real-world results backed by data and experience."
@@ -193,46 +107,14 @@ export default function LandingPage() {