From 62cca0e611bd0796c621a3a27df4969e1e06b8e7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 16:41:59 +0000 Subject: [PATCH] Update src/app/renovations/page.tsx --- src/app/renovations/page.tsx | 114 ++++++++++------------------------- 1 file changed, 31 insertions(+), 83 deletions(-) diff --git a/src/app/renovations/page.tsx b/src/app/renovations/page.tsx index 97dfcab..4b489cc 100644 --- a/src/app/renovations/page.tsx +++ b/src/app/renovations/page.tsx @@ -6,7 +6,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FooterCard from '@/components/sections/footer/FooterCard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import { Clock, Facebook, Image, Instagram, MessageCircle, Palette, Wrench } from "lucide-react"; +import { CheckCircle, ClipboardCheck, Clock, DraftingCompass, Facebook, Image, Instagram, MessageCircle, Palette, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -27,39 +27,23 @@ export default function LandingPage() { @@ -72,17 +56,11 @@ export default function LandingPage() { description="Transforming properties with meticulous planning and craftsmanship, delivering integrated solutions for modern living and enhanced aesthetics." bulletPoints={[ { - title: "Full-Service Approach", - description: "Managing every aspect of your renovation from initial design to final touches.", - }, + title: "Full-Service Approach", description: "Managing every aspect of your renovation from initial design to final touches."}, { - title: "Architectural Integration", - description: "Harmonizing new designs with existing structures for a cohesive outcome.", - }, + title: "Architectural Integration", description: "Harmonizing new designs with existing structures for a cohesive outcome."}, { - title: "Quality Craftsmanship", - description: "Our in-house team ensures superior execution and attention to detail.", - }, + title: "Quality Craftsmanship", description: "Our in-house team ensures superior execution and attention to detail."}, ]} imageSrc="http://img.b2bpic.net/free-photo/modern-dining-room-with-outdoor-patio-pool_23-2152008246.jpg" imageAlt="Modern open-plan living room renovation" @@ -97,68 +75,44 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Structural Modifications", - description: "Expert handling of load-bearing walls, space reconfigurations, and extensions.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-is-working-with-reinforce-concrete-stair-structure-modification-using-hand-drill_1150-6131.jpg", - imageAlt: "Architectural drawings for home renovation", - }, + title: "Structural Modifications", description: "Expert handling of load-bearing walls, space reconfigurations, and extensions.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/man-is-working-with-reinforce-concrete-stair-structure-modification-using-hand-drill_1150-6131.jpg", imageAlt: "Architectural drawings for home renovation"}, items: [ { icon: MessageCircle, - text: "Space Optimization", - }, + text: "Space Optimization"}, { icon: ClipboardCheck, - text: "Permit Management", - }, + text: "Permit Management"}, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-11394.jpg?_wi=6", - imageAlt: "architectural drawings for home renovation", + reverse: false }, { - title: "Interior Finishing", - description: "High-quality flooring, bespoke carpentry, painting, and decorative plasterwork.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-worker-lining-floor-with-laminated-flooring-boards_231208-4215.jpg", - imageAlt: "Luxury home interior finishing details", - }, + title: "Interior Finishing", description: "High-quality flooring, bespoke carpentry, painting, and decorative plasterwork.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/young-worker-lining-floor-with-laminated-flooring-boards_231208-4215.jpg", imageAlt: "Luxury home interior finishing details"}, items: [ { icon: DraftingCompass, - text: "Custom Joinery", - }, + text: "Custom Joinery"}, { icon: Palette, - text: "Premium Paint", - }, + text: "Premium Paint"}, ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/realtor-clients-exploring-urban-property-financial-potential_482257-90954.jpg?_wi=4", - imageAlt: "architectural drawings for home renovation", + reverse: true }, { - title: "System Upgrades", - description: "Modern electrical, plumbing, HVAC, and smart home system installations.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/3d-view-puzzle-pieces_23-2150499125.jpg", - imageAlt: "Renovated home with custom lighting design", - }, + title: "System Upgrades", description: "Modern electrical, plumbing, HVAC, and smart home system installations.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/3d-view-puzzle-pieces_23-2150499125.jpg", imageAlt: "Renovated home with custom lighting design"}, items: [ { icon: Wrench, - text: "Energy Efficiency", - }, + text: "Energy Efficiency"}, { icon: Clock, - text: "Smart Home Ready", - }, + text: "Smart Home Ready"} ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283288.jpg?_wi=4", - imageAlt: "architectural drawings for home renovation", - }, + reverse: false + } ]} title="Our Renovation Expertise" description="Our comprehensive approach ensures a smooth and stress-free home transformation, delivered with precision and flair." @@ -172,19 +126,13 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + href: "#", ariaLabel: "Facebook"}, { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, { icon: Image, - href: "#", - ariaLabel: "Pinterest", - }, + href: "#", ariaLabel: "Pinterest"}, ]} />