Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-13 21:33:43 +00:00
parent 5ea5f14c70
commit 52b15d18f0

View File

@@ -83,11 +83,11 @@ export default function ProductPage({ params }: ProductPageProps) {
<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"},
@@ -101,12 +101,12 @@ export default function ProductPage({ params }: ProductPageProps) {
</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>
@@ -132,11 +132,11 @@ export default function ProductPage({ params }: ProductPageProps) {
<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"},
@@ -158,12 +158,12 @@ export default function ProductPage({ params }: ProductPageProps) {
</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>
@@ -188,11 +188,11 @@ export default function ProductPage({ params }: ProductPageProps) {
<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"},
@@ -239,16 +239,16 @@ export default function ProductPage({ params }: ProductPageProps) {
</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>
);
}
}