Update src/app/shop/page.tsx

This commit is contained in:
2026-02-23 11:32:38 +00:00
parent f0c888a1fd
commit ac12ffd4c6

View File

@@ -56,7 +56,7 @@ function ShopPageContent() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Clear Page"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
@@ -68,7 +68,7 @@ function ShopPageContent() {
</main>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[{ "title": "Services", "items": [{ "label": "Branding", "href": "#features" }, { "label": "Web Design", "href": "#features" }, { "label": "UX/UI", "href": "#features" }, { "label": "Marketing Assets", "href": "#features" }] }, { "title": "Company", "items": [{ "label": "About Us", "href": "#about" }, { "label": "Clients", "href": "#clients" }, { "label": "FAQ", "href": "#faq" }] }, { "title": "Connect", "items": [{ "label": "Contact", "href": "#contact" }, { "label": "LinkedIn", "href": "https://linkedin.com/company/clearpage" }] }]}
columns={[{ "title": "Services", "items": [{ "label": "Branding", "href": "/#services" }, { "label": "Web Design", "href": "/#services" }, { "label": "UX/UI", "href": "/#services" }, { "label": "Marketing Assets", "href": "/#services" }] }, { "title": "Company", "items": [{ "label": "About Us", "href": "/#about" }, { "label": "Clients", "href": "/#clients" }, { "label": "FAQ", "href": "/#faq" }] }, { "title": "Connect", "items": [{ "label": "Contact", "href": "/#contact" }, { "label": "LinkedIn", "href": "https://linkedin.com/company/clearpage" }] }]}
copyrightText="© 2024 Clear Page. All rights reserved."
/>
</div>
@@ -91,7 +91,7 @@ function ShopPageContent() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Clear Page"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
@@ -126,7 +126,7 @@ function ShopPageContent() {
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[{ "title": "Services", "items": [{ "label": "Branding", "href": "#features" }, { "label": "Web Design", "href": "#features" }, { "label": "UX/UI", "href": "#features" }, { "label": "Marketing Assets", "href": "#features" }] }, { "title": "Company", "items": [{ "label": "About Us", "href": "#about" }, { "label": "Clients", "href": "#clients" }, { "label": "FAQ", "href": "#faq" }] }, { "title": "Connect", "items": [{ "label": "Contact", "href": "#contact" }, { "label": "LinkedIn", "href": "https://linkedin.com/company/clearpage" }] }]}
columns={[{ "title": "Services", "items": [{ "label": "Branding", "href": "/#services" }, { "label": "Web Design", "href": "/#services" }, { "label": "UX/UI", "href": "/#services" }, { "label": "Marketing Assets", "href": "/#services" }] }, { "title": "Company", "items": [{ "label": "About Us", "href": "/#about" }, { "label": "Clients", "href": "/#clients" }, { "label": "FAQ", "href": "/#faq" }] }, { "title": "Connect", "items": [{ "label": "Contact", "href": "/#contact" }, { "label": "LinkedIn", "href": "https://linkedin.com/company/clearpage" }] }]}
copyrightText="© 2024 Clear Page. All rights reserved."
/>
</div>