Merge version_3 into main #11

Merged
bender merged 1 commits from version_3 into main 2026-03-09 14:57:15 +00:00

View File

@@ -28,7 +28,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="WebBug"
brandName="Webbug"
navItems={[
{ name: "Services", id: "services" },
{ name: "Portfolio", id: "portfolio" },
@@ -61,10 +61,10 @@ export default function LandingPage() {
<MediaAbout
title="Modern Web Design for Local Services"
description="We specialize in creating professional websites for service-based businesses. Our designs are fast, mobile-friendly, and optimized to convert visitors into paying customers. With years of experience in the service industry, we understand your business and what your customers need."
tag="About WebBug"
tag="About Webbug"
buttons={[{ text: "Learn More", href: "services" }]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-working-together_23-2149145155.jpg"
imageAlt="WebBug creative team collaborating"
imageAlt="Webbug creative team collaborating"
useInvertedBackground={false}
/>
</div>
@@ -152,19 +152,19 @@ 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,
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,
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,
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,
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"
},
]}
@@ -196,8 +196,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="WebBug"
copyrightText="© 2025 WebBug. All rights reserved."
logoText="Webbug"
copyrightText="© 2025 Webbug. All rights reserved."
socialLinks={[
{
icon: Facebook,
@@ -208,4 +208,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}