diff --git a/src/app/page.tsx b/src/app/page.tsx index 7df1a53..d188bee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Award, Briefcase, Calendar, Cog, Home, MessageCircle, Paintbrush, Sparkles, Star } from "lucide-react"; +import { Award, Briefcase, Calendar, Cog, Home, Hammer, MessageCircle, Paintbrush, Sparkles, Star, Brush, ClipboardCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -30,26 +30,16 @@ export default function LandingPage() { @@ -149,19 +108,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Unmatched Craftsmanship", - value: "Premium Finishes", - }, + label: "Unmatched Craftsmanship", value: "Premium Finishes"}, { icon: Briefcase, - label: "Personalized Service", - value: "Client-Focused", - }, + label: "Personalized Service", value: "Client-Focused"}, { icon: Cog, - label: "Experienced Professionals", - value: "Since 2012", - }, + label: "Experienced Professionals", value: "Since 2012"}, ]} metricsAnimation="slide-up" /> @@ -174,79 +127,52 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Hardwood Floor Installation", - description: "Expert installation of all hardwood types, ensuring a seamless and durable finish that enhances your home's aesthetic.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692391.jpg", - imageAlt: "Hardwood floor installation", - }, + title: "Hardwood Floor Installation", description: "Expert installation of all hardwood types, ensuring a seamless and durable finish that enhances your home's aesthetic.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692391.jpg", imageAlt: "Hardwood floor installation"}, items: [ { icon: Home, - text: "New Installations", - }, + text: "New Installations"}, { icon: Hammer, - text: "Material Sourcing", - }, + text: "Material Sourcing"}, { icon: Star, - text: "Quality Guaranteed", - }, + text: "Quality Guaranteed"}, ], reverse: false, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780963238289-ovhlz3j6.png?_wi=1", - imageAlt: "luxurious hardwood floor installation finished room", }, { - title: "Professional Floor Sanding", - description: "Restore the natural beauty of your existing hardwood floors with our dust-free sanding and refinishing services, bringing them back to life.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-is-working-with-mosquito-wire-screen-installation_1150-6580.jpg", - imageAlt: "Floor sanding service", - }, + title: "Professional Floor Sanding", description: "Restore the natural beauty of your existing hardwood floors with our dust-free sanding and refinishing services, bringing them back to life.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/man-is-working-with-mosquito-wire-screen-installation_1150-6580.jpg", imageAlt: "Floor sanding service"}, items: [ { icon: Brush, - text: "Refinishing", - }, + text: "Refinishing"}, { icon: Sparkles, - text: "Dustless System", - }, + text: "Dustless System"}, { icon: Paintbrush, - text: "Stain Matching", - }, + text: "Stain Matching"}, ], reverse: true, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780963238290-d9zo6f2r.png?_wi=2", - imageAlt: "luxurious hardwood floor installation finished room", }, { - title: "Free Estimates & Consultation", - description: "Start your flooring project with confidence. We offer complimentary, no-obligation estimates and expert advice tailored to your needs.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/ruler-plans_23-2147785546.jpg", - imageAlt: "Free flooring estimate", - }, + title: "Free Estimates & Consultation", description: "Start your flooring project with confidence. We offer complimentary, no-obligation estimates and expert advice tailored to your needs.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/ruler-plans_23-2147785546.jpg", imageAlt: "Free flooring estimate"}, items: [ { icon: ClipboardCheck, - text: "Detailed Quotes", - }, + text: "Detailed Quotes"}, { icon: MessageCircle, - text: "Expert Advice", - }, + text: "Expert Advice"}, { icon: Calendar, - text: "Flexible Scheduling", - }, + text: "Flexible Scheduling"}, ], reverse: false, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EsInlEOoSiMI8mFEzeygc6zaoo/uploaded-1780963238290-vzc55io2.png?_wi=1", - imageAlt: "luxurious hardwood floor installation finished room", }, ]} title="Experience the Art of Flooring with FloorCraft" @@ -258,66 +184,31 @@ export default function LandingPage() {