Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-03 14:09:41 +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>