Update src/app/page.tsx

This commit is contained in:
2026-05-07 14:00:38 +00:00
parent d9c224a234
commit 95226d8db6

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="KS General"
brandName="ks general company"
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
@@ -171,7 +171,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="KS General Company"
logoText="ks general company"
columns={[
{ title: "Shop", items: [{ label: "Phones", href: "#products" }, { label: "Electronics", href: "#products" }] },
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] }
@@ -181,4 +181,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}