From 4f4441e048653dc4ab7b619d5ed7d2f3b9ea0d57 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:12:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99d2372..c4eed61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,6 @@ export default function LandingPage() { tag="Services" tagIcon={Sparkles} textboxLayout="default" - animationType="slide-up" useInvertedBackground={false} negativeCard={{ items: [ @@ -117,17 +116,16 @@ export default function LandingPage() { description="See what our satisfied clients have to say about droppedIT cleaning services." tag="Testimonials" textboxLayout="default" - animationType="slide-up" useInvertedBackground={false} testimonials={[ { - id: "1", title: "Transformed Our Office", quote: "DroppedIT has been a game-changer for our office environment. The team is professional, thorough, and always on time. Our employees appreciate the clean workspace every single day.", name: "Sarah Mitchell", role: "Office Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, + id: "1", title: "Transformed Our Office", quote: "DroppedIT has been a game-changer for our office environment. The team is professional, thorough, and always on time. Our employees appreciate the clean workspace every single day.", name: "Sarah Mitchell", role: "Office Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sarah Mitchell"}, { - id: "2", title: "Reliable and Trustworthy", quote: "We've tried several cleaning services, but droppedIT stands out. They're reliable, affordable, and they genuinely care about doing a great job. Highly recommended!", name: "Michael Chen", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Michael Chen"}, + id: "2", title: "Reliable and Trustworthy", quote: "We've tried several cleaning services, but droppedIT stands out. They're reliable, affordable, and they genuinely care about doing a great job. Highly recommended!", name: "Michael Chen", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Chen"}, { - id: "3", title: "Exceptional Attention to Detail", quote: "The level of detail and professionalism is outstanding. Our home has never looked better. DroppedIT made scheduling easy and the pricing is fair and transparent.", name: "Emily Rodriguez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Emily Rodriguez"}, + id: "3", title: "Exceptional Attention to Detail", quote: "The level of detail and professionalism is outstanding. Our home has never looked better. DroppedIT made scheduling easy and the pricing is fair and transparent.", name: "Emily Rodriguez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Emily Rodriguez"}, { - id: "4", title: "Best Cleaning Service Around", quote: "Exceptional service from start to finish. The team treats our home with respect and delivers consistent, high-quality cleaning every time. We couldn't ask for better.", name: "James Wilson", role: "Residential Client", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4", imageAlt: "James Wilson"}, + id: "4", title: "Best Cleaning Service Around", quote: "Exceptional service from start to finish. The team treats our home with respect and delivers consistent, high-quality cleaning every time. We couldn't ask for better.", name: "James Wilson", role: "Residential Client", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "James Wilson"}, ]} /> -- 2.49.1