diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..8bab335 --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,57 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; + +export default function AboutPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 70d17be..97c3a84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,13 +28,13 @@ export default function LandingPage() { @@ -43,7 +43,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Luxury Wigs for Timeless Elegance" description="At GirlTribe.ng HairVogue, we provide premium wigs, professional styling, and wig revamping services to help every woman look and feel her best. Discover confidence in every strand." - buttons={[{ text: "Shop Luxury", href: "#products" }]} + buttons={[{ text: "Shop Luxury", href: "/shop" }]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C1e3tzpyhUAZK8qmL9Val06w72/uploaded-1775665425549-7gpd91ez.jpg" mediaAnimation="blur-reveal" avatars={[ @@ -74,56 +74,6 @@ export default function LandingPage() { /> -
- -
- -
- -
- -
- -
-