Update src/app/concours/page.tsx
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
|
||||
const navItems = [
|
||||
{ name: "Concours photo", id: "contests" },
|
||||
{ name: "Classement", id: "rankings" },
|
||||
{ name: "À propos", id: "about" },
|
||||
{ name: "Concours photo", id: "/concours" },
|
||||
{ name: "Classement", id: "/classements" },
|
||||
{ name: "À propos", id: "/a-propos" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
@@ -72,12 +72,7 @@ export default function ContestsPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={navItems}
|
||||
brandName="Vote Gear"
|
||||
bottomLeftText="Communauté Automobile"
|
||||
bottomRightText="votegear@example.com"
|
||||
/>
|
||||
<NavbarStyleApple navItems={navItems} brandName="Vote Gear" />
|
||||
</div>
|
||||
|
||||
<div id="all-contests" data-section="all-contests">
|
||||
|
||||
Reference in New Issue
Block a user