chore(routing): 🔧 Add guest-specific navigation routes with fallback logic for marketplace frontend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
b332a1e150
commit
51c68d4749
1 changed files with 12 additions and 0 deletions
|
|
@ -195,6 +195,12 @@ export const GuestRoutes = () => {
|
|||
features: 'Tools & Capabilities',
|
||||
faq: 'Common Questions',
|
||||
}}
|
||||
sectionTheme={{
|
||||
benefits: 'magenta-cyan',
|
||||
features: 'deep-purple',
|
||||
faq: 'ocean',
|
||||
cta: 'sunset',
|
||||
}}
|
||||
/>
|
||||
}
|
||||
/>
|
||||
|
|
@ -210,6 +216,12 @@ export const GuestRoutes = () => {
|
|||
features: 'Safety Tools',
|
||||
faq: 'Safety Questions',
|
||||
}}
|
||||
sectionTheme={{
|
||||
benefits: 'emerald',
|
||||
features: 'ocean',
|
||||
faq: 'ocean',
|
||||
cta: 'sunset',
|
||||
}}
|
||||
/>
|
||||
}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue