diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 37d61f8..71f5c0a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -22,53 +22,50 @@ export default function AboutPage() { headingFontWeight="normal" > - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dbd015b..dd75e41 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,11 +3,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroSignup from '@/components/sections/hero/HeroSignup'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TextAbout from '@/components/sections/about/TextAbout'; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index ec7bc83..7385883 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -22,54 +22,51 @@ export default function FaqPage() { headingFontWeight="normal" > - - - - - - - + + + + ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 66429c7..4536a60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; export default function LandingPage() { return ( @@ -24,84 +24,80 @@ export default function LandingPage() { headingFontWeight="normal" > - - -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 304af7a..e10eaac 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -22,61 +22,57 @@ export default function ShopPage() { headingFontWeight="normal" > - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file