Switch to version 1: remove src/app/brands/page.tsx
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
|
||||
const BrandsPage = () => {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav" />
|
||||
<div id="brands" data-section="brands" />
|
||||
</ThemeProvider>
|
||||
);
|
||||
};
|
||||
|
||||
export default BrandsPage;
|
||||
Reference in New Issue
Block a user