Update src/app/page.tsx

This commit is contained in:
2026-05-22 21:57:43 +00:00
parent 538003ff61
commit 8dbbd2d7bf

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" }
]}
brandName="LogiFreight"
brandName="H&M Logistics Service LLC"
button={{ text: "Get Quote", href: "#contact" }}
/>
</div>
@@ -174,7 +174,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="LogiFreight"
logoText="H&M Logistics Service LLC"
columns={[
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] }
@@ -184,4 +184,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}