Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d6bfd3c3e | |||
| 483766d0d5 |
@@ -35,19 +35,19 @@ export default function LandingPage() {
|
||||
{
|
||||
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"
|
||||
button={{
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
text: "Get a Quote", href: "contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,9 +72,9 @@ export default function LandingPage() {
|
||||
avatarText="Trusted by 100+ businesses nationwide"
|
||||
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"
|
||||
marqueeItems={[
|
||||
@@ -213,7 +213,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
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"
|
||||
description="We are proud to partner with a diverse range of companies, helping them achieve their printing goals with our reliable solutions."
|
||||
speed={40}
|
||||
@@ -241,23 +241,23 @@ export default function LandingPage() {
|
||||
{
|
||||
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: [
|
||||
{
|
||||
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: "#"},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user