Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b4dcc2c9ca | |||
| 10433614d2 | |||
| 8c689276bb | |||
| 04dbbfa1db | |||
| 19fdb25097 |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user