From 922df305a5fee0ff64b200d4bf38cae1b21474e9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 09:44:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 245 +++++++++++------------------------------------ 1 file changed, 57 insertions(+), 188 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1f57b1..a5e8f11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TextAbout from '@/components/sections/about/TextAbout'; +import { ArrowRight } from 'lucide-react'; export default function LandingPage() { return ( @@ -30,29 +31,17 @@ export default function LandingPage() { @@ -61,19 +50,14 @@ export default function LandingPage() {
@@ -180,59 +124,28 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Rajesh Kumar", - role: "Factory Manager", - company: "Apex Industries", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-construction-engineer-looking-camera_23-2148233714.jpg", - }, + id: "1", name: "Rajesh Kumar", role: "Factory Manager", company: "Apex Industries", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-construction-engineer-looking-camera_23-2148233714.jpg"}, { - id: "2", - name: "Priya Sharma", - role: "Site Engineer", - company: "BuildRight Construction", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bearded-manager-videoconference-call_482257-119336.jpg", - }, + id: "2", name: "Priya Sharma", role: "Site Engineer", company: "BuildRight Construction", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/bearded-manager-videoconference-call_482257-119336.jpg"}, { - id: "3", - name: "Amit Singh", - role: "Logistics Head", - company: "Global Logistics", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg", - }, + id: "3", name: "Amit Singh", role: "Logistics Head", company: "Global Logistics", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-sitting-table_23-2148095754.jpg"}, { - id: "4", - name: "Sonia Devi", - role: "Project Coordinator", - company: "Infrastructure Solutions", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-welder-posing-work_23-2148813369.jpg", - }, + id: "4", name: "Sonia Devi", role: "Project Coordinator", company: "Infrastructure Solutions", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-welder-posing-work_23-2148813369.jpg"}, { - id: "5", - name: "Gaurav Mehta", - role: "Operations Director", - company: "Precision Engineering", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-construction-wearing-protection-gear_23-2148784062.jpg", - }, + id: "5", name: "Gaurav Mehta", role: "Operations Director", company: "Precision Engineering", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-construction-wearing-protection-gear_23-2148784062.jpg"}, ]} kpiItems={[ { - value: "4.9⭐", - label: "Overall Rating", - }, + value: "4.9⭐", label: "Overall Rating"}, { - value: "18+", - label: "Happy Reviews", - }, + value: "18+", label: "Happy Reviews"}, { - value: "100+", - label: "Jobs Completed", - }, + value: "100+", label: "Jobs Completed"}, ]} title="What Our Clients Say" description="See why businesses trust Alok Crane Service for their critical heavy lifting and equipment shifting projects. Our 4.9⭐ rating speaks for itself!" @@ -246,9 +159,7 @@ export default function LandingPage() { title="Ludhiana's Go-To for Reliable Crane Services" buttons={[ { - text: "Call for Immediate Dispatch", - href: "tel:+919592029369", - }, + text: "Call for Immediate Dispatch", href: "tel:+919592029369"}, ]} /> @@ -258,25 +169,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq-1", - title: "Do you provide emergency crane service?", - content: "Yes, Alok Crane Service offers 24/7 emergency crane services. Call us anytime, day or night, for immediate assistance with urgent lifting needs.", - }, + id: "faq-1", title: "Do you provide emergency crane service?", content: "Yes, Alok Crane Service offers 24/7 emergency crane services. Call us anytime, day or night, for immediate assistance with urgent lifting needs."}, { - id: "faq-2", - title: "What areas do you cover?", - content: "We primarily serve Ludhiana, Punjab, and all surrounding industrial areas. Our team is equipped for fast deployment across the region.", - }, + id: "faq-2", title: "What areas do you cover?", content: "We primarily serve Ludhiana, Punjab, and all surrounding industrial areas. Our team is equipped for fast deployment across the region."}, { - id: "faq-3", - title: "What types of machines can you lift?", - content: "Our fleet includes cranes capable of lifting various heavy machinery, steel structures, factory equipment, and more. Contact us with your specific requirements.", - }, + id: "faq-3", title: "What types of machines can you lift?", content: "Our fleet includes cranes capable of lifting various heavy machinery, steel structures, factory equipment, and more. Contact us with your specific requirements."}, { - id: "faq-4", - title: "How fast can you reach the site?", - content: "With our local presence in Ludhiana and dedicated 24/7 team, we aim for the fastest possible response and dispatch times to your site.", - }, + id: "faq-4", title: "How fast can you reach the site?", content: "With our local presence in Ludhiana and dedicated 24/7 team, we aim for the fastest possible response and dispatch times to your site."}, ]} sideTitle="Frequently Asked Questions" sideDescription="Find quick answers to common questions about our crane rental and heavy equipment services. If you don't see your question, feel free to contact us directly!" @@ -288,8 +187,7 @@ export default function LandingPage() {