diff --git a/apps/marketing/components/cta-section.tsx b/apps/marketing/components/cta-section.tsx
index 9a1a99c11..d0491edba 100644
--- a/apps/marketing/components/cta-section.tsx
+++ b/apps/marketing/components/cta-section.tsx
@@ -2,21 +2,21 @@ import Link from "next/link";
export function CTASection() {
return (
-
-
-
-
+
+
+
+
Plan the present. Build the future.
-
-
diff --git a/apps/marketing/components/feature-cards-section.tsx b/apps/marketing/components/feature-cards-section.tsx
index 1a0f0fb49..e731e701f 100644
--- a/apps/marketing/components/feature-cards-section.tsx
+++ b/apps/marketing/components/feature-cards-section.tsx
@@ -74,7 +74,7 @@ const featureCards = [
export function FeatureCardsSection() {
return (
-
+
-
+
{/* Header row */}
Made for modern product teams
@@ -108,7 +106,7 @@ export function FeatureCardsSection() {
transition={{ duration: 0.6, delay: 0.1 }}
className="max-w-md"
>
-
+
Sprint is shaped by the practices and principles that distinguish world-class
product teams from the rest: relentless focus, fast execution, and a commitment to
the quality of craft.{" "}
@@ -131,11 +129,11 @@ export function FeatureCardsSection() {
whileInView={{ opacity: 1, y: 0 }}
viewport={{ once: true }}
transition={{ duration: 0.6, delay: 0.2 + index * 0.1 }}
- className="bg-card/50 border border-border hover:border-ring transition-colors cursor-pointer group overflow-hidden relative flex flex-col justify-end"
+ className="bg-card/50 border border-border hover:border-ring hover:shadow-xl transition-all cursor-pointer group overflow-hidden relative flex flex-col justify-end"
style={{
- aspectRatio: "336 / 360",
- borderRadius: "30px",
- height: "360px",
+ aspectRatio: "336 / 420",
+ borderRadius: "36px",
+ height: "420px",
isolation: "isolate",
}}
>
@@ -150,12 +148,10 @@ export function FeatureCardsSection() {
-
- {card.title}
-
-
diff --git a/apps/marketing/components/footer.tsx b/apps/marketing/components/footer.tsx
index b7b61ae83..067ea3796 100644
--- a/apps/marketing/components/footer.tsx
+++ b/apps/marketing/components/footer.tsx
@@ -3,10 +3,10 @@ import { LINKS } from "./links";
export function Footer() {
return (
-