Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-05-22 22:00:11 +00:00

View File

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