Update src/app/shop/page.tsx

This commit is contained in:
2026-02-13 21:33:44 +00:00
parent 52b15d18f0
commit 1b425d2fef

View File

@@ -36,11 +36,11 @@ export default function ShopPage() {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleCentered
brandName="VapeQuit"
brandName="Recruit Talent"
navItems={[
{"name":"Home","id":"/"},
{"name":"About","id":"about"},
{"name":"Features","id":"features"},
{"name":"Services","id":"features"},
{"name":"Success Stories","id":"testimonials"},
{"name":"FAQ","id":"faq"},
{"name":"Contact","id":"contact"},
@@ -54,12 +54,12 @@ export default function ShopPage() {
</main>
<div id="footer" data-section="footer">
<FooterBase
logoText="VapeQuit"
copyrightText="© 2025 VapeQuit. All rights reserved."
logoText="Recruit Talent"
copyrightText="© 2025 Recruit Talent NYC. All rights reserved."
columns={[
{"title":"Product","items":[{"label":"Features","href":"features"},{"label":"Pricing","href":"#"},{"label":"Download App","href":"#"},{"label":"FAQ","href":"faq"}]},
{"title":"Company","items":[{"label":"About Us","href":"about"},{"label":"Blog","href":"#"},{"label":"Careers","href":"#"},{"label":"Contact","href":"contact"}]},
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Health Disclaimer","href":"#"}]}
{"title":"Services","items":[{"label":"Executive Search","href":"features"},{"label":"Specialized Recruitment","href":"features"},{"label":"Team Building","href":"features"},{"label":"Screening","href":"features"}]},
{"title":"Company","items":[{"label":"About Us","href":"about"},{"label":"Our Team","href":"about"},{"label":"Blog","href":"/blog"},{"label":"Contact","href":"contact"}]},
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Candidate Privacy","href":"#"}]}
]}
/>
</div>
@@ -84,11 +84,11 @@ export default function ShopPage() {
<ReactLenis root>
<div id="navbar" data-section="navbar">
<NavbarStyleCentered
brandName="VapeQuit"
brandName="Recruit Talent"
navItems={[
{"name":"Home","id":"/"},
{"name":"About","id":"about"},
{"name":"Features","id":"features"},
{"name":"Services","id":"features"},
{"name":"Success Stories","id":"testimonials"},
{"name":"FAQ","id":"faq"},
{"name":"Contact","id":"contact"},
@@ -110,16 +110,16 @@ export default function ShopPage() {
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="VapeQuit"
copyrightText="© 2025 VapeQuit. All rights reserved."
logoText="Recruit Talent"
copyrightText="© 2025 Recruit Talent NYC. All rights reserved."
columns={[
{"title":"Product","items":[{"label":"Features","href":"features"},{"label":"Pricing","href":"#"},{"label":"Download App","href":"#"},{"label":"FAQ","href":"faq"}]},
{"title":"Company","items":[{"label":"About Us","href":"about"},{"label":"Blog","href":"#"},{"label":"Careers","href":"#"},{"label":"Contact","href":"contact"}]},
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Health Disclaimer","href":"#"}]}
{"title":"Services","items":[{"label":"Executive Search","href":"features"},{"label":"Specialized Recruitment","href":"features"},{"label":"Team Building","href":"features"},{"label":"Screening","href":"features"}]},
{"title":"Company","items":[{"label":"About Us","href":"about"},{"label":"Our Team","href":"about"},{"label":"Blog","href":"/blog"},{"label":"Contact","href":"contact"}]},
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Candidate Privacy","href":"#"}]}
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}