diff --git a/app/components/FeatureCard.tsx b/app/components/FeatureCard.tsx index de2e90f..87c51ea 100644 --- a/app/components/FeatureCard.tsx +++ b/app/components/FeatureCard.tsx @@ -14,13 +14,15 @@ export function FeatureCard({ icon, title, desc, accent }: FeatureCardProps) { return (
{icon}
-

+

{title}

-

{desc}

+

+ {desc} +

); } diff --git a/app/page.tsx b/app/page.tsx index 6c5fa5d..fc0b5d5 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -92,14 +92,14 @@ export default function LandingPage() {
-
+
//changed
-

+

Elevate Your
Contribution Story.

@@ -108,14 +108,14 @@ export default function LandingPage() { initial={{ opacity: 0 }} animate={{ opacity: 1 }} transition={{ delay: 0.3 }} - className="mx-auto max-w-2xl text-lg leading-relaxed text-gray-400 md:text-xl" + className="mx-auto max-w-2xl text-base leading-relaxed text-gray-400 sm:text-lg md:text-xl" > Stop settling for flat grids. Generate high-fidelity, 3D isometric monoliths that visualize your coding rhythm with professional precision.
-
+
setUsername(e.target.value)} /> -
+