From d2ecee3fa2fcefde2f4e71b49a15e695c2c32aa0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:52:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 171 +++++++++++++---------------------------------- 1 file changed, 46 insertions(+), 125 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7eafc6b..9c67dbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Website Design", href: "/services" }, { label: "Lead Generation", href: "/services" }, { label: "AI Chatbots", href: "/services" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "How It Works", href: "#how-it-works" }, { label: "Case Studies", href: "/case-studies" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Documentation", href: "#" }, { label: "FAQ", href: "#" }, @@ -50,8 +47,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -80,9 +76,7 @@ export default function HomePage() { id: item.id, }))} button={{ - text: "Book Free Consultation", - href: "#contact", - }} + text: "Book Free Consultation", href: "#contact"}} animateOnLoad={true} /> @@ -99,47 +93,28 @@ export default function HomePage() { { text: "Book Free Consultation", href: "#contact" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/find-your-time-travel-landing-page-with-photo_23-2148300336.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-vector/find-your-time-travel-landing-page-with-photo_23-2148300336.jpg" imageAlt="AI-powered business dashboard showing automation and analytics" mediaAnimation="slide-up" useInvertedBackground={false} + background={{ variant: "plain" }} testimonials={[ { - name: "Michael Rodriguez", - handle: "Restaurant Owner", - testimonial: - "More customers almost every day after launching. Professional website transformed our online presence completely.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg?_wi=1", - imageAlt: "Michael Rodriguez", - }, + name: "Michael Rodriguez", handle: "Restaurant Owner", testimonial: + "More customers almost every day after launching. Professional website transformed our online presence completely.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg", imageAlt: "Michael Rodriguez"}, { - name: "Sarah Patel", - handle: "Beauty Salon Owner", - testimonial: - "Huge increase in bookings. The AI chatbot handles appointments instantly and customers love the experience.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319756.jpg?_wi=1", - imageAlt: "Sarah Patel", - }, + name: "Sarah Patel", handle: "Beauty Salon Owner", testimonial: + "Huge increase in bookings. The AI chatbot handles appointments instantly and customers love the experience.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319756.jpg", imageAlt: "Sarah Patel"}, { - name: "Daniel Thompson", - handle: "Fitness Gym Owner", - testimonial: - "Delivered beyond expectations. Website looks amazing and actually brings in new clients weekly.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-business-coach-posing-with-arms-folded_74855-3084.jpg?_wi=1", - imageAlt: "Daniel Thompson", - }, + name: "Daniel Thompson", handle: "Fitness Gym Owner", testimonial: + "Delivered beyond expectations. Website looks amazing and actually brings in new clients weekly.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-business-coach-posing-with-arms-folded_74855-3084.jpg", imageAlt: "Daniel Thompson"}, { - name: "Jessica Kim", - handle: "Dental Clinic Manager", - testimonial: - "Clean, fast, and professional. Patients can easily find us online now and inquiries increased significantly.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", - imageAlt: "Jessica Kim", - }, + name: "Jessica Kim", handle: "Dental Clinic Manager", testimonial: + "Clean, fast, and professional. Patients can easily find us online now and inquiries increased significantly.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Jessica Kim"}, ]} testimonialRotationInterval={5000} ariaLabel="Hero section with AI website automation message and customer testimonials" @@ -177,28 +152,20 @@ export default function HomePage() { features={[ { icon: Globe, - title: "Website Design", - description: - "Modern, mobile-friendly websites designed to make businesses look professional and convert more visitors into leads and customers.", - }, + title: "Website Design", description: + "Modern, mobile-friendly websites designed to make businesses look professional and convert more visitors into leads and customers."}, { icon: Target, - title: "Lead Generation Systems", - description: - "Conversion-focused systems built to help businesses get more calls, bookings, and customer inquiries automatically.", - }, + title: "Lead Generation Systems", description: + "Conversion-focused systems built to help businesses get more calls, bookings, and customer inquiries automatically."}, { icon: MessageCircle, - title: "AI Chatbots", - description: - "Smart AI chatbot solutions that answer questions, qualify leads, improve response time, and capture customer information 24/7.", - }, + title: "AI Chatbots", description: + "Smart AI chatbot solutions that answer questions, qualify leads, improve response time, and capture customer information 24/7."}, { icon: Zap, - title: "Business Automation", - description: - "Automation tools that streamline follow-up, improve communication, save time, and help organize customer interactions efficiently.", - }, + title: "Business Automation", description: + "Automation tools that streamline follow-up, improve communication, save time, and help organize customer interactions efficiently."}, ]} animationType="slide-up" textboxLayout="default" @@ -213,32 +180,14 @@ export default function HomePage() {