Update src/app/page.tsx

This commit is contained in:
2026-03-03 17:07:16 +00:00
parent 48119756d0
commit 0a9f39417c

View File

@@ -9,8 +9,7 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterCard from "@/components/sections/footer/FooterCard";
import Link from "next/link";
import { Code, Zap, Palette, Cpu, Lock, TrendingUp, Users, Globe, Award, Mail, Github, Linkedin, Twitter, CheckCircle2, Package, Briefcase } from "lucide-react";
import { Code, Zap, Palette, Cpu, Lock, TrendingUp, Users, Globe, Award, Mail, Github, Linkedin, Twitter } from "lucide-react";
const navItems = [
{ name: "Home", id: "/" },
@@ -37,15 +36,15 @@ export default function HomePage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={navItems}
brandName="smartbiz"
brandName="Webuild"
bottomLeftText="Digital Innovation"
bottomRightText="hello@smartbiz.dev"
bottomRightText="hello@webuild.dev"
/>
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="SMARTBIZ"
logoText="WEBUILD"
description="Create stunning, automated websites that drive results. We build powerful digital experiences and streamline your web development process."
buttons={[
{ text: "Start Your Project", href: "/contact" },
@@ -64,10 +63,10 @@ export default function HomePage() {
<div id="about" data-section="about">
<TextSplitAbout
title="About smartbiz"
title="About Webuild"
description={[
"We're a team of passionate web developers, designers, and automation specialists dedicated to transforming how businesses build their digital presence.", "With over a decade of combined experience, we've helped hundreds of companies launch, redesign, and automate their websites. We believe in combining cutting-edge technology with thoughtful design to create experiences that truly matter.", "Our mission is to make world-class web development accessible to businesses of all sizes through smart automation and strategic partnerships."]}
buttons={[{ text: "Meet Our Team", href: "/about" }]}
buttons={[{ text: "Meet Our Team", href: "/team" }]}
showBorder={false}
useInvertedBackground={false}
/>
@@ -125,17 +124,17 @@ export default function HomePage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="Trusted by Innovators"
description="Hear from businesses that have transformed their digital presence with smartbiz."
description="Hear from businesses that have transformed their digital presence with Webuild."
tag="Testimonials"
testimonials={[
{
id: "1", title: "Transformed Our Digital Presence", quote: "smartbiz completely redesigned our website and automated our entire sales funnel. The results were immediate—we saw a 45% increase in conversions within the first month.", name: "Sarah Johnson", role: "CEO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/professional-headshot-of-a-business-exec-1772556085798-89516a91.png?_wi=1", imageAlt: "Sarah Johnson"},
id: "1", title: "Transformed Our Digital Presence", quote: "Webuild completely redesigned our website and automated our entire sales funnel. The results were immediate—we saw a 45% increase in conversions within the first month.", name: "Sarah Johnson", role: "CEO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/professional-headshot-of-a-business-exec-1772556085798-89516a91.png", imageAlt: "Sarah Johnson"},
{
id: "2", title: "Professional Excellence", quote: "The team at smartbiz understands web development like no one else. They built us a custom SaaS platform that our users absolutely love. Their attention to detail is unmatched.", name: "Michael Chen", role: "Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/professional-headshot-of-a-marketing-dir-1772556085875-919d8187.png?_wi=1", imageAlt: "Michael Chen"},
id: "2", title: "Professional Excellence", quote: "The team at Webuild understands web development like no one else. They built us a custom SaaS platform that our users absolutely love. Their attention to detail is unmatched.", name: "Michael Chen", role: "Founder", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/professional-headshot-of-a-marketing-dir-1772556085875-919d8187.png", imageAlt: "Michael Chen"},
{
id: "3", title: "Saved Us Hundreds of Hours", quote: "The automation solutions smartbiz implemented have saved our team over 50 hours per month. We can now focus on strategy instead of manual tasks. Highly recommend!", name: "Emily Rodriguez", role: "Marketing Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/professional-headshot-of-a-startup-found-1772556085710-8ab57057.png?_wi=1", imageAlt: "Emily Rodriguez"},
id: "3", title: "Saved Us Hundreds of Hours", quote: "The automation solutions Webuild implemented have saved our team over 50 hours per month. We can now focus on strategy instead of manual tasks. Highly recommend!", name: "Emily Rodriguez", role: "Marketing Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/professional-headshot-of-a-startup-found-1772556085710-8ab57057.png", imageAlt: "Emily Rodriguez"},
{
id: "4", title: "Best Investment We Made", quote: "Working with smartbiz was the best decision for our startup. They delivered a world-class website in record time, and their ongoing support is exceptional.", name: "David Kim", role: "CTO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/professional-headshot-of-a-technology-di-1772556086481-b72ccadd.png", imageAlt: "David Kim"},
id: "4", title: "Best Investment We Made", quote: "Working with Webuild was the best decision for our startup. They delivered a world-class website in record time, and their ongoing support is exceptional.", name: "David Kim", role: "CTO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/professional-headshot-of-a-technology-di-1772556086481-b72ccadd.png", imageAlt: "David Kim"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -150,8 +149,8 @@ export default function HomePage() {
tagIcon={Mail}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/modern-collaborative-workspace-showing-d-1772556088258-1f3bf5a6.png?_wi=1"
imageAlt="smartbiz team collaborating"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/modern-collaborative-workspace-showing-d-1772556088258-1f3bf5a6.png"
imageAlt="Webuild team collaborating"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"
@@ -162,15 +161,15 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="smartbiz"
copyrightText="© 2025 smartbiz. All rights reserved. Crafting the future of web development."
logoText="Webuild"
copyrightText="© 2025 Webuild. All rights reserved. Crafting the future of web development."
socialLinks={[
{ icon: Github, href: "https://github.com/smartbiz", ariaLabel: "GitHub" },
{ icon: Linkedin, href: "https://linkedin.com/company/smartbiz", ariaLabel: "LinkedIn" },
{ icon: Twitter, href: "https://twitter.com/smartbizdev", ariaLabel: "Twitter" },
{ icon: Github, href: "https://github.com/webuild", ariaLabel: "GitHub" },
{ icon: Linkedin, href: "https://linkedin.com/company/webuild", ariaLabel: "LinkedIn" },
{ icon: Twitter, href: "https://twitter.com/webuilddev", ariaLabel: "Twitter" },
]}
/>
</div>
</ThemeProvider>
);
}
}