From 5e900475650f484433a5af6b0b72810ad78c213d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:52:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 +++++++++++----------------------------- 1 file changed, 11 insertions(+), 29 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80bcc82..b43b01c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; +import HeroCentered from "@/components/sections/hero/HeroCentered"; import MediaAbout from "@/components/sections/about/MediaAbout"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; @@ -10,7 +10,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterCard from "@/components/sections/footer/FooterCard"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Sparkles, Zap, Briefcase, TrendingUp, Quote, Facebook, Linkedin, Twitter } from "lucide-react"; +import { Sparkles, Zap, Briefcase, TrendingUp, Quote, Facebook } from "lucide-react"; export default function LandingPage() { return ( @@ -41,7 +41,7 @@ export default function LandingPage() {
-
@@ -161,13 +145,17 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Mike Rodriguez", handle: "Owner, Rodriguez Plumbing", testimonial: "WebBug transformed our online presence. Within 3 months, we were getting 3x more lead inquiries through our website. Professional team, great communication, and results that exceeded expectations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-man-posing-public-library_74855-1939.jpg?_wi=2", imageAlt: "Mike Rodriguez"}, + id: "1", name: "Mike Rodriguez", handle: "Owner, Rodriguez Plumbing", testimonial: "WebBug transformed our online presence. Within 3 months, we were getting 3x more lead inquiries through our website. Professional team, great communication, and results that exceeded expectations.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-man-posing-public-library_74855-1939.jpg?_wi=2", imageAlt: "Mike Rodriguez"}, { - id: "2", name: "Sarah Chen", handle: "CEO, BuildRight Construction", testimonial: "We were looking for a web design company that understood the construction industry. WebBug nailed it. The website looks fantastic and has significantly increased our customer inquiries.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148924772.jpg?_wi=2", imageAlt: "Sarah Chen"}, + id: "2", name: "Sarah Chen", handle: "CEO, BuildRight Construction", testimonial: "We were looking for a web design company that understood the construction industry. WebBug nailed it. The website looks fantastic and has significantly increased our customer inquiries.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing_23-2148924772.jpg?_wi=2", imageAlt: "Sarah Chen"}, { - id: "3", name: "David Thompson", handle: "Manager, Clean Sweep Services", testimonial: "Our new website is beautiful, easy to navigate, and actually brings in customers. The team was responsive, professional, and delivered on time. Highly recommend WebBug!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-businessman-with-document_1098-294.jpg?_wi=2", imageAlt: "David Thompson"}, + id: "3", name: "David Thompson", handle: "Manager, Clean Sweep Services", testimonial: "Our new website is beautiful, easy to navigate, and actually brings in customers. The team was responsive, professional, and delivered on time. Highly recommend WebBug!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-businessman-with-document_1098-294.jpg?_wi=2", imageAlt: "David Thompson"}, { - id: "4", name: "Jennifer Martinez", handle: "Owner, Martinez HVAC", testimonial: "Best decision we made for our business. WebBug took the time to understand our services and created a website that converts. Our phone has been ringing non-stop!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", imageAlt: "Jennifer Martinez"}, + id: "4", name: "Jennifer Martinez", handle: "Owner, Martinez HVAC", testimonial: "Best decision we made for our business. WebBug took the time to understand our services and created a website that converts. Our phone has been ringing non-stop!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", imageAlt: "Jennifer Martinez"}, ]} /> @@ -203,12 +191,6 @@ export default function LandingPage() { { icon: Facebook, href: "https://facebook.com/webbugnow", ariaLabel: "Facebook"}, - { - icon: Linkedin, - href: "https://linkedin.com/company/webbugnow", ariaLabel: "LinkedIn"}, - { - icon: Twitter, - href: "https://twitter.com/webbugnow", ariaLabel: "Twitter"}, ]} /> -- 2.49.1