diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 28635b1..b38885e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,82 +6,62 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
- +
); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f10d183..592a0dd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,89 +6,65 @@ import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
- +
); diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f45f14..a3b213f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Leaf, ShieldCheck, Heart } from "lucide-react"; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; @@ -14,168 +15,98 @@ export default function LandingPage() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index a27d752..642a3b8 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -6,107 +6,72 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -export default function LandingPage() { +export default function ProductsPage() { return ( - + -
- -
+
+ +
- +
);