Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-25 23:28:43 +00:00

View File

@@ -26,31 +26,19 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Portfolio",
id: "/portfolio",
},
name: "Portfolio", id: "/portfolio"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Webuild Agency"
button={{
text: "Get a Free Quote",
href: "/contact",
}}
text: "Get a Free Quote", href: "/contact"}}
/>
</div>
@@ -59,18 +47,15 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Crafting Digital Excellence for Your Business",
},
type: "text", content: "Crafting Digital Excellence for Your Business"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/diverse-women-leaders-corporate-meeting-driving-business-growth_482257-119653.jpg", alt: "Diverse team collaborating in a modern office"
}
]}
buttons={[
{
text: "Our Vision",
href: "/about#our-vision",
},
text: "Our Vision", href: "/about#our-vision"},
]}
imageSrc="http://img.b2bpic.net/free-photo/diverse-women-leaders-corporate-meeting-driving-business-growth_482257-119653.jpg"
imageAlt="Diverse team collaborating in a modern office"
/>
</div>
@@ -83,26 +68,11 @@ export default function LandingPage() {
carouselMode="buttons"
members={[
{
id: "member-1",
name: "John Doe",
role: "Founder & CEO",
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-people-asking-advice-assistance-regarding-pension-plans_482257-106912.jpg",
imageAlt: "Professional portrait of John Doe, CEO",
},
id: "member-1", name: "John Doe", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-people-asking-advice-assistance-regarding-pension-plans_482257-106912.jpg", imageAlt: "Professional portrait of John Doe, CEO"},
{
id: "member-2",
name: "Jane Smith",
role: "Lead UX/UI Designer",
imageSrc: "http://img.b2bpic.net/free-photo/photography-artist-with-handicap-using-touch-screen_482257-17668.jpg",
imageAlt: "Professional portrait of Jane Smith, Lead Designer",
},
id: "member-2", name: "Jane Smith", role: "Lead UX/UI Designer", imageSrc: "http://img.b2bpic.net/free-photo/photography-artist-with-handicap-using-touch-screen_482257-17668.jpg", imageAlt: "Professional portrait of Jane Smith, Lead Designer"},
{
id: "member-3",
name: "Mike Johnson",
role: "Head of Development",
imageSrc: "http://img.b2bpic.net/free-photo/programmer-office_1098-21517.jpg",
imageAlt: "Professional portrait of Mike Johnson, Head of Development",
},
id: "member-3", name: "Mike Johnson", role: "Head of Development", imageSrc: "http://img.b2bpic.net/free-photo/programmer-office_1098-21517.jpg", imageAlt: "Professional portrait of Mike Johnson, Head of Development"},
]}
title="Meet the Minds Behind Webuild"
description="Our passionate team of designers, developers, and strategists are dedicated to turning your vision into a remarkable digital reality."
@@ -113,58 +83,35 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Custom Web Design",
href: "/services#custom-web-design",
},
label: "Custom Web Design", href: "/services#custom-web-design"},
{
label: "E-commerce Solutions",
href: "/services#e-commerce-solutions",
},
label: "E-commerce Solutions", href: "/services#e-commerce-solutions"},
{
label: "Landing Pages",
href: "/services#landing-pages",
},
label: "Landing Pages", href: "/services#landing-pages"},
{
label: "Website Maintenance",
href: "/services#website-maintenance",
},
label: "Website Maintenance", href: "/services#website-maintenance"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Portfolio",
href: "/portfolio",
},
label: "Portfolio", href: "/portfolio"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
{
label: "FAQs",
href: "/contact#faq",
},
label: "FAQs", href: "/contact#faq"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}