Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-03 17:10:39 +00:00

View File

@@ -30,65 +30,36 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Services",
id: "features",
},
name: "Services", id: "features"},
{
name: "Process",
id: "about",
},
name: "Process", id: "about"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="WebBuild Pro"
button={{
text: "Start Your Project",
href: "#contact",
}}
text: "Start Your Project", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "plain",
}}
variant: "plain"}}
title="Professional Websites Built for Your Business"
description="Custom web solutions designed to attract clients and grow your online presence. Get a free consultation today."
tag="Trusted by Growing Businesses"
buttons={[
{
text: "Start Your Project",
href: "#contact",
},
text: "Start Your Project", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-workspace-glows-with-forecasting-metrics-graphs-corporate-empty-space-equipped_482257-132102.jpg?_wi=1",
imageAlt: "Professional web design setup",
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-workspace-glows-with-forecasting-metrics-graphs-corporate-empty-space-equipped_482257-132102.jpg", imageAlt: "Professional web design setup"},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-workspace-glows-with-forecasting-metrics-graphs-corporate-empty-space-equipped_482257-132102.jpg?_wi=2",
imageAlt: "Business building partnership",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-workspace-glows-with-forecasting-metrics-graphs-corporate-empty-space-equipped_482257-132102.jpg?_wi=3",
imageAlt: "Strategy planning",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-workspace-glows-with-forecasting-metrics-graphs-corporate-empty-space-equipped_482257-132102.jpg?_wi=4",
imageAlt: "Client collaboration",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-workspace-glows-with-forecasting-metrics-graphs-corporate-empty-space-equipped_482257-132102.jpg?_wi=5",
imageAlt: "Results oriented design",
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-business-workspace-glows-with-forecasting-metrics-graphs-corporate-empty-space-equipped_482257-132102.jpg", imageAlt: "Business building partnership"}
]}
rating={5}
ratingText="Rated 5.0 stars by 50+ satisfied small business owners"
@@ -101,10 +72,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Your Partner in Digital Growth"
description={[
"We believe small business owners shouldn't need a degree in computer science to grow online.",
"Our consultative approach removes the technical complexity, allowing you to focus on what you do best while we handle the pixels, code, and hosting.",
"We partner with you to turn your vision into a high-converting digital presence.",
]}
"We believe small business owners shouldn't need a degree in computer science to grow online.", "Our consultative approach removes the technical complexity, allowing you to focus on what you do best while we handle the pixels, code, and hosting.", "We partner with you to turn your vision into a high-converting digital presence."]}
/>
</div>
@@ -115,20 +83,11 @@ export default function LandingPage() {
description="We build websites that do more than just exist—they work as an extension of your business."
accordionItems={[
{
id: "1",
title: "Mobile Responsive Design",
content: "Your site will look and perform flawlessly on every device, from iPhones to desktop monitors.",
},
id: "1", title: "Mobile Responsive Design", content: "Your site will look and perform flawlessly on every device, from iPhones to desktop monitors."},
{
id: "2",
title: "Conversion Focused",
content: "We structure your site with clear calls to action that guide visitors toward becoming customers.",
},
id: "2", title: "Conversion Focused", content: "We structure your site with clear calls to action that guide visitors toward becoming customers."},
{
id: "3",
title: "Secure & Fast",
content: "Every site includes robust hosting and security essentials to protect your data and rank higher on Google.",
},
id: "3", title: "Secure & Fast", content: "Every site includes robust hosting and security essentials to protect your data and rank higher on Google."},
]}
imageSrc="http://img.b2bpic.net/free-photo/business-elements-composition-with-smartphone_23-2147985134.jpg"
imageAlt="Responsive web design"
@@ -141,14 +100,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Creative Studio",
"Local Cafe",
"Consulting Group",
"Tech Boutique",
"Home Services",
"Fitness Studio",
"Graphic Design",
]}
"Creative Studio", "Local Cafe", "Consulting Group", "Tech Boutique", "Home Services", "Fitness Studio", "Graphic Design"]}
title="Trusted by Small Businesses"
description="Supporting business owners across various industries in building a powerful online presence."
/>
@@ -160,20 +112,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "How long does a website take to build?",
content: "Most custom projects are launched in 4-6 weeks depending on content requirements.",
},
id: "f1", title: "How long does a website take to build?", content: "Most custom projects are launched in 4-6 weeks depending on content requirements."},
{
id: "f2",
title: "Do I need to maintain the site?",
content: "We offer maintenance plans so you don't have to touch a single line of code after launch.",
},
id: "f2", title: "Do I need to maintain the site?", content: "We offer maintenance plans so you don't have to touch a single line of code after launch."},
{
id: "f3",
title: "What if I need changes later?",
content: "You will have full access to your platform, and we offer ongoing support if you prefer us to handle updates.",
},
id: "f3", title: "What if I need changes later?", content: "You will have full access to your platform, and we offer ongoing support if you prefer us to handle updates."},
]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-desk-mess_23-2150164852.jpg"
title="Common Questions"
@@ -190,22 +133,14 @@ export default function LandingPage() {
description="Tell us about your business goals and get your free consultation scheduled today."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Tell us about your project",
rows: 4,
name: "message", placeholder: "Tell us about your project", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/consulting-advisory-assistance-suggestion-guidance-concept_53876-133712.jpg"
@@ -218,29 +153,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Services",
href: "#features",
},
label: "Services", href: "#features"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
{
label: "Support",
href: "#faq",
},
label: "Support", href: "#faq"},
],
},
]}