diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bfd8aea..ace1d7b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,135 +8,72 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import { Award, CheckSquare, Clock, Globe, Users } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/buy/page.tsx b/src/app/buy/page.tsx index fddb43e..eab63f9 100644 --- a/src/app/buy/page.tsx +++ b/src/app/buy/page.tsx @@ -8,127 +8,71 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import { Briefcase, FileText, Search, TrendingUp } from "lucide-react"; -export default function LandingPage() { +export default function BuyPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c0c4842..25c8331 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,102 +7,62 @@ import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/page.tsx b/src/app/page.tsx index 4cc3d4a..5393877 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,279 +17,125 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/sell/page.tsx b/src/app/sell/page.tsx index 0893259..97f5819 100644 --- a/src/app/sell/page.tsx +++ b/src/app/sell/page.tsx @@ -8,127 +8,71 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import { Award, CheckCircle, Shield, Target } from "lucide-react"; -export default function LandingPage() { +export default function SellPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);