Update src/app/faq/page.tsx
This commit is contained in:
@@ -8,20 +8,21 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
|
||||
export default function FaqPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Accueil", id: "/" },
|
||||
{ name: "À propos", id: "/about" },
|
||||
{ name: "Produits", id: "/#products" },
|
||||
{ name: "Témoignages", id: "/testimonials" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Vitality Santé"
|
||||
/>
|
||||
<div className="pt-32">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Accueil", id: "/" },
|
||||
{ name: "À propos", id: "/about" },
|
||||
{ name: "Panier", id: "/cart" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Vitality Santé"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq" className="pt-32">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -31,14 +32,16 @@ export default function FaqPage() {
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<FooterBaseReveal
|
||||
logoText="Vitalité Santé"
|
||||
columns={[
|
||||
{ title: "Boutique", items: [{ label: "Accueil", href: "/" }, { label: "Produits", href: "/#products" }] },
|
||||
{ title: "Assistance", items: [{ label: "Contact", href: "/contact" }, { label: "FAQ", href: "/faq" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Vitalité Santé. Tous droits réservés."
|
||||
/>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Vitalité Santé"
|
||||
columns={[
|
||||
{ title: "Boutique", items: [{ label: "Accueil", href: "/" }] },
|
||||
{ title: "Assistance", items: [{ label: "Contact", href: "/contact" }, { label: "FAQ", href: "/faq" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Vitalité Santé. Tous droits réservés."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user