4 Commits

Author SHA1 Message Date
abf9ac7414 Merge version_4 into main
Merge version_4 into main
2026-05-22 22:00:11 +00:00
2bcaaf2f8e Update src/app/page.tsx 2026-05-22 22:00:05 +00:00
cda18e3909 Merge version_3 into main
Merge version_3 into main
2026-05-22 21:59:32 +00:00
02dbad9699 Merge version_3 into main
Merge version_3 into main
2026-05-22 21:59:08 +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>
);
}
}