4 Commits

Author SHA1 Message Date
10433614d2 Update src/app/page.tsx 2026-04-03 14:09:38 +00:00
8c689276bb Merge version_1 into main
Merge version_1 into main
2026-04-03 14:02:00 +00:00
04dbbfa1db Merge version_1 into main
Merge version_1 into main
2026-04-03 14:01:37 +00:00
19fdb25097 Merge version_1 into main
Merge version_1 into main
2026-04-03 14:01:04 +00:00

View File

@@ -34,13 +34,13 @@ export default function LandingPage() {
{ name: "Features", id: "features" },
{ name: "Contact", id: "contact" },
]}
brandName="ShopifyPlus"
brandName="ZenithMarket"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="ShopifyPlus"
logoText="ZenithMarket"
description="Discover a world of quality products delivered right to your doorstep. Experience premium shopping at your fingertips."
buttons={[{ text: "Shop Now", href: "#products" }]}
buttonAnimation="slide-up"
@@ -114,13 +114,13 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="ShopifyPlus"
logoText="ZenithMarket"
columns={[
{ title: "Products", items: [{ label: "Headphones", href: "#" }, { label: "Smartwatches", href: "#" }, { label: "Bags", href: "#" }] },
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#" }, { label: "Returns", href: "#" }, { label: "Shipping", href: "#" }] },
]}
copyrightText="© 2025 | ShopifyPlus | All Rights Reserved"
copyrightText="© 2025 | ZenithMarket | All Rights Reserved"
/>
</div>
</ReactLenis>