Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ed8316b0a | |||
| aacb6805cb | |||
| 0f7500124a | |||
| 38af0197d5 | |||
| 38204e4105 | |||
| e0a009c890 | |||
| 39897dd93d | |||
| 307df9b31e | |||
| 86b3793575 | |||
| 0e42109789 | |||
| 29055ccde6 |
@@ -6,7 +6,6 @@ import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import Link from "next/link";
|
||||
import { Mail, Github, Linkedin, Twitter } from "lucide-react";
|
||||
|
||||
const navItems = [
|
||||
@@ -34,9 +33,9 @@ export default function ContactPage() {
|
||||
<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>
|
||||
|
||||
@@ -49,7 +48,7 @@ export default function ContactPage() {
|
||||
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=5"
|
||||
imageAlt="smartbiz team collaborating"
|
||||
imageAlt="Webuild team collaborating"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
@@ -66,7 +65,7 @@ export default function ContactPage() {
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How quickly will you respond to my inquiry?", content:
|
||||
"We typically respond to inquiries within 24 business hours. For urgent matters, feel free to call or email us directly at hello@smartbiz.dev."},
|
||||
"We typically respond to inquiries within 24 business hours. For urgent matters, feel free to call or email us directly at hello@webuild.dev."},
|
||||
{
|
||||
id: "2", title: "What should I prepare for the initial consultation?", content:
|
||||
"Come ready to discuss your business goals, target audience, current challenges, and budget. It helps to have any competitor websites or design inspiration you like. We'll guide you through the rest!"},
|
||||
@@ -92,16 +91,16 @@ export default function ContactPage() {
|
||||
|
||||
<div id="contact-testimonials" data-section="contact-testimonials">
|
||||
<TestimonialCardTen
|
||||
title="Why Clients Choose smartbiz"
|
||||
title="Why Clients Choose Webuild"
|
||||
description="See what makes us different and why businesses trust us with their web presence."
|
||||
tag="Client Stories"
|
||||
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=3", 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?_wi=3", 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=3", 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?_wi=3", 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=3", 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?_wi=3", imageAlt: "Emily Rodriguez"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -110,15 +109,15 @@ export default function ContactPage() {
|
||||
|
||||
<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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -9,17 +9,17 @@ const archivo = Archivo({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "smartbiz - Web Development & Automation Services", description: "Expert web development and automation services. We create stunning, high-performing websites and automate your digital workflows.", keywords: "web development, website design, automation, SaaS, custom websites, web automation, digital solutions", metadataBase: new URL("https://smartbiz.dev"),
|
||||
title: "Webuild - Web Development & Automation Services", description: "Expert web development and automation services. We create stunning, high-performing websites and automate your digital workflows.", keywords: "web development, website design, automation, SaaS, custom websites, web automation, digital solutions", metadataBase: new URL("https://webuild.dev"),
|
||||
alternates: {
|
||||
canonical: "https://smartbiz.dev"},
|
||||
canonical: "https://webuild.dev"},
|
||||
openGraph: {
|
||||
title: "smartbiz - Web Development & Automation", description: "Transform your digital presence with custom websites and smart automation.", url: "https://smartbiz.dev", siteName: "smartbiz", type: "website", images: [
|
||||
title: "Webuild - Web Development & Automation", description: "Transform your digital presence with custom websites and smart automation.", url: "https://webuild.dev", siteName: "Webuild", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/a-modern-sleek-web-development-dashboard-1772556087321-857a5980.png", alt: "smartbiz web development dashboard"},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/a-modern-sleek-web-development-dashboard-1772556087321-857a5980.png", alt: "Webuild web development dashboard"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "smartbiz - Web Development & Automation", description: "Expert web development and automation services.", images: [
|
||||
card: "summary_large_image", title: "Webuild - Web Development & Automation", description: "Expert web development and automation services.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/a-modern-sleek-web-development-dashboard-1772556087321-857a5980.png"],
|
||||
},
|
||||
robots: {
|
||||
@@ -1410,4 +1410,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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?_wi=1", 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?_wi=1", 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?_wi=1", 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}
|
||||
@@ -151,7 +150,7 @@ export default function HomePage() {
|
||||
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"
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -6,7 +6,6 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
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 { Mail, Github, Linkedin, Twitter, Briefcase } from "lucide-react";
|
||||
|
||||
const navItems = [
|
||||
@@ -34,9 +33,9 @@ export default function PortfolioPage() {
|
||||
<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>
|
||||
|
||||
@@ -68,11 +67,11 @@ export default function PortfolioPage() {
|
||||
tag="Client Stories"
|
||||
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=2", 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?_wi=2", 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=2", 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?_wi=2", 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=2", 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?_wi=2", imageAlt: "Emily Rodriguez"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -99,15 +98,15 @@ export default function PortfolioPage() {
|
||||
|
||||
<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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -6,8 +6,7 @@ import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import Link from "next/link";
|
||||
import { Mail, Github, Linkedin, Twitter, HelpCircle } from "lucide-react";
|
||||
import { Mail, Github, Linkedin, Twitter } from "lucide-react";
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
@@ -34,9 +33,9 @@ export default function PricingPage() {
|
||||
<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>
|
||||
|
||||
@@ -120,15 +119,15 @@ export default function PricingPage() {
|
||||
|
||||
<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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -6,7 +6,6 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
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, Mail, Github, Linkedin, Twitter, Package } from "lucide-react";
|
||||
|
||||
const navItems = [
|
||||
@@ -34,9 +33,9 @@ export default function ServicesPage() {
|
||||
<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>
|
||||
|
||||
@@ -113,15 +112,15 @@ export default function ServicesPage() {
|
||||
|
||||
<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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user