diff --git a/src/app/page.tsx b/src/app/page.tsx index b46892f..3e333d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"}} /> @@ -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: "#"}, ],