diff --git a/src/app/details/page.tsx b/src/app/details/page.tsx
new file mode 100644
index 0000000..6ef5022
--- /dev/null
+++ b/src/app/details/page.tsx
@@ -0,0 +1,106 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
+import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
+import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
+import TeamCardSix from '@/components/sections/team/TeamCardSix';
+import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
+import { FileText, TrendingUp, Users, DollarSign } from "lucide-react";
+
+export default function StartupDetailsPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index dab3a92..d1d6f16 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -7,12 +7,12 @@ import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
-import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
+import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
-import { DollarSign, Rocket, ShieldCheck, TrendingUp, Users } from "lucide-react";
+import { CreditCard, BarChart3, ShieldCheck, DollarSign, ListChecks } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,134 +32,113 @@ export default function LandingPage() {
-
-
+
-
+
-
+
-
-
-
-
@@ -168,24 +147,24 @@ export default function LandingPage() {