1 Commits

Author SHA1 Message Date
dca4cf0a82 Update src/app/page.tsx 2026-03-07 16:47:58 +00:00

View File

@@ -36,6 +36,8 @@ export default function LandingPage() {
{ name: "Why Us", id: "features" }, { name: "Why Us", id: "features" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
bottomLeftText="Chicago, IL"
bottomRightText="(312) 237-0726"
/> />
</div> </div>
@@ -225,8 +227,6 @@ export default function LandingPage() {
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/dolly-out-shot-african-american-employees-sitting-desks-office-imputing-data-computers-overnight-coworkers-modern-relaxed-workspace-solving-tasks-nightshift_482257-70203.jpg" imageSrc="http://img.b2bpic.net/free-photo/dolly-out-shot-african-american-employees-sitting-desks-office-imputing-data-computers-overnight-coworkers-modern-relaxed-workspace-solving-tasks-nightshift_482257-70203.jpg"
imageAlt="Your Web Chicago office with professional workspace" imageAlt="Your Web Chicago office with professional workspace"
logoText="Your Web"
copyrightText="© 2025 Your Web. All rights reserved. Crafted by Neo Cymian."
columns={[ columns={[
{ {
title: "Company", items: [ title: "Company", items: [
@@ -250,6 +250,8 @@ export default function LandingPage() {
], ],
}, },
]} ]}
logoText="Your Web"
copyrightText="© 2025 Your Web. All rights reserved. Crafted by Neo Cymian."
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>