diff --git a/src/app/page.tsx b/src/app/page.tsx index cda7912..1f26d56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, CheckCircle, Wrench, ShieldCheck, Zap, Hammer, Wrench as ToolIcon, Droplet, PaintBucket, Users, Phone } from "lucide-react"; +import { Award, CheckCircle, Wrench, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -45,7 +45,7 @@ export default function LandingPage() {
@@ -94,13 +90,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { id: "m1", icon: Wrench, title: "Projects Delivered", value: "2,500+" }, + { id: "m1", icon: Wrench, title: "Projects Completed", value: "2,500+" }, { id: "m2", icon: CheckCircle, title: "Active Clients", value: "1,500+" }, - { id: "m3", icon: Award, title: "Years Excellence", value: "15+" }, - { id: "m4", icon: Users, title: "Team Experts", value: "50+" }, + { id: "m3", icon: Award, title: "Years Experience", value: "15+" }, + { id: "m4", icon: Users, title: "Qualified Team", value: "50+" }, ]} - title="Milestones Achieved" - description="Proven results backing our reputation for excellence." + title="Our Impact" + description="Results that define our excellence." /> @@ -112,10 +108,9 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Alex P.", role: "Homeowner", testimonial: "Fantastic results and very prompt service.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIBv2f4OR2Zy3ndShCpegygcLW/uploaded-1777960396108-iu3czmkz.jpg?_wi=4" }, { id: "2", name: "Sarah D.", role: "Manager", testimonial: "The team is professional, fast, and very reliable.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIBv2f4OR2Zy3ndShCpegygcLW/uploaded-1777960396108-6inl4ahk.jpg?_wi=3" }, - { id: "3", name: "John M.", role: "Business Owner", testimonial: "Everything was handled with utmost expertise.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DIBv2f4OR2Zy3ndShCpegygcLW/uploaded-1777960396108-0jyt48ko.jpg?_wi=3" }, ]} - title="Client Success Stories" - description="Hear from those who trust our maintenance services." + title="Client Testimonials" + description="Hear what our clients say about our work." /> @@ -124,12 +119,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "1", title: "How do I book?", content: "Call us at 03091566615 or submit a request form." }, - { id: "2", title: "Are quotes free?", content: "Yes, we provide free assessments for all potential jobs." }, - { id: "3", title: "What about warranties?", content: "All workmanship comes with a solid service guarantee." }, + { id: "1", title: "How do I book?", content: "Call us at 03091566615 or submit an inquiry form." }, + { id: "2", title: "Are quotes free?", content: "Yes, all our assessments are provided free of charge." }, ]} title="FAQ" - description="Answers to your most important questions." + description="Questions answered." faqsAnimation="slide-up" /> @@ -138,9 +132,9 @@ export default function LandingPage() { @@ -148,7 +142,7 @@ export default function LandingPage() { @@ -156,4 +150,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file