2 Commits

Author SHA1 Message Date
8d6bfd3c3e Update src/app/page.tsx 2026-06-03 08:30:23 +00:00
483766d0d5 Merge version_1 into main
Merge version_1 into main
2026-06-03 08:18:25 +00:00

View File

@@ -35,19 +35,19 @@ export default function LandingPage() {
{ {
name: "Home", id: "/"}, name: "Home", id: "/"},
{ {
name: "About Us", id: "#about"}, name: "About Us", id: "about"},
{ {
name: "Services", id: "#services"}, name: "Services", id: "services"},
{ {
name: "Equipment", id: "#equipment"}, name: "Equipment", id: "equipment"},
{ {
name: "Testimonials", id: "#testimonials"}, name: "Testimonials", id: "testimonials"},
{ {
name: "Contact", id: "#contact"}, name: "Contact", id: "contact"},
]} ]}
brandName="Central Business Solutions Inc" brandName="Central Business Solutions Inc"
button={{ button={{
text: "Get a Quote", href: "#contact"}} text: "Get a Quote", href: "contact"}}
/> />
</div> </div>
@@ -72,9 +72,9 @@ export default function LandingPage() {
avatarText="Trusted by 100+ businesses nationwide" avatarText="Trusted by 100+ businesses nationwide"
buttons={[ buttons={[
{ {
text: "Explore Our Services", href: "#services"}, text: "Explore Our Services", href: "services"},
{ {
text: "Get a Free Quote", href: "#contact"}, text: "Get a Free Quote", href: "contact"},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
marqueeItems={[ marqueeItems={[
@@ -213,7 +213,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Innovate Solutions", "Nexus Financial", "HealthCore Systems", "EduVerse", "SwiftLogistics", "Apex Properties", "Precision Mfg."]} "Innovate Solutions", "Nexus Financial", "HealthCore Systems", "EduVerse", "SwiftLogistics", "Apex Properties", "Precision Mfg." ]}
title="Trusted by Leading Businesses" title="Trusted by Leading Businesses"
description="We are proud to partner with a diverse range of companies, helping them achieve their printing goals with our reliable solutions." description="We are proud to partner with a diverse range of companies, helping them achieve their printing goals with our reliable solutions."
speed={40} speed={40}
@@ -241,23 +241,23 @@ export default function LandingPage() {
{ {
title: "Solutions", items: [ title: "Solutions", items: [
{ {
label: "Office Printers", href: "#equipment"}, label: "Office Printers", href: "equipment"},
{ {
label: "Large Format", href: "#equipment"}, label: "Large Format", href: "equipment"},
{ {
label: "Managed Print Services", href: "#services"}, label: "Managed Print Services", href: "services"},
{ {
label: "Supplies", href: "#services"}, label: "Supplies", href: "services"},
], ],
}, },
{ {
title: "Company", items: [ title: "Company", items: [
{ {
label: "About Us", href: "#about"}, label: "About Us", href: "about"},
{ {
label: "Testimonials", href: "#testimonials"}, label: "Testimonials", href: "testimonials"},
{ {
label: "Contact Us", href: "#contact"}, label: "Contact Us", href: "contact"},
{ {
label: "Careers", href: "#"}, label: "Careers", href: "#"},
], ],