From 3349d60d4097f0f81568ff046e92d4b18ed6d314 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 14:26:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 317 +++++++++-------------------------------------- 1 file changed, 60 insertions(+), 257 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2eeda4d..5ee6549 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Calendar, CheckCircle, CheckCircle2, DollarSign, ShieldCheck, Sparkles, UserCheck, Wrench, Zap } from "lucide-react"; +import { Calendar, CheckCircle, CheckCircle2, DollarSign, FlaskConical, Hammer, Replace, ShieldCheck, Sparkles, UserCheck, Wrench, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -290,46 +154,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - title: "Amazing Results", - quote: "Excellent work! The swimming pool is very clean and well maintained.", - name: "Saiful Alam", - role: "CEO", - imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg?_wi=2", - }, - { - id: "t2", - title: "Professionalism", - quote: "Very professional and reliable team.", - name: "Munees", - role: "Owner", - imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", - }, - { - id: "t3", - title: "Great Attitude", - quote: "Workers are polite, respectful, and helpful.", - name: "Naveed Maniyar", - role: "Resident", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg", - }, - { - id: "t4", - title: "Top Quality", - quote: "Affordable, professional, and great quality work.", - name: "Akhil", - role: "Manager", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", - }, - { - id: "t5", - title: "Well Organized", - quote: "Everything is well organized and the pool is always perfectly clean.", - name: "Sajid Khan", - role: "Homeowner", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-holding-disposable-coffee-cup-hand-looking-camera_23-2148176166.jpg", - }, + { id: "t1", title: "Amazing Results", quote: "Excellent work! The swimming pool is very clean and well maintained.", name: "Saiful Alam", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg" }, + { id: "t2", title: "Professionalism", quote: "Very professional and reliable team.", name: "Munees", role: "Owner", imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg" }, + { id: "t3", title: "Great Attitude", quote: "Workers are polite, respectful, and helpful.", name: "Naveed Maniyar", role: "Resident", imageSrc: "http://img.b2bpic.net/free-photo/african-american-curly-businesswoman-standing-with-folded-hands-portrait-successful-confident-young-pretty-female-office-employer-suit-posing-work-business-company-management-concept_74855-6735.jpg" }, + { id: "t4", title: "Top Quality", quote: "Affordable, professional, and great quality work.", name: "Akhil", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg" }, + { id: "t5", title: "Well Organized", quote: "Everything is well organized and the pool is always perfectly clean.", name: "Sajid Khan", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businessman-holding-disposable-coffee-cup-hand-looking-camera_23-2148176166.jpg" }, ]} title="Client Success Stories" description="See why Dubai residents choose Atik." @@ -339,12 +168,10 @@ export default function LandingPage() {
@@ -354,46 +181,22 @@ export default function LandingPage() {