diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2ef3c82..b572208 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,96 +7,58 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { Heart } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
- +
); diff --git a/src/app/page.tsx b/src/app/page.tsx index a9fab4b..533db40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,225 +15,105 @@ 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" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);