Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10433614d2 | |||
| 8c689276bb | |||
| 04dbbfa1db | |||
| 19fdb25097 |
@@ -34,13 +34,13 @@ export default function LandingPage() {
|
|||||||
{ name: "Features", id: "features" },
|
{ name: "Features", id: "features" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="ShopifyPlus"
|
brandName="ZenithMarket"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="ShopifyPlus"
|
logoText="ZenithMarket"
|
||||||
description="Discover a world of quality products delivered right to your doorstep. Experience premium shopping at your fingertips."
|
description="Discover a world of quality products delivered right to your doorstep. Experience premium shopping at your fingertips."
|
||||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -114,13 +114,13 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="ShopifyPlus"
|
logoText="ZenithMarket"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Products", items: [{ label: "Headphones", href: "#" }, { label: "Smartwatches", href: "#" }, { label: "Bags", href: "#" }] },
|
{ 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: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#" }] },
|
||||||
{ title: "Support", items: [{ label: "FAQ", href: "#" }, { label: "Returns", href: "#" }, { label: "Shipping", 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>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user