-
+ {/* Card Content - Right part (sm breakpoint) */}
+
diff --git a/app/components/NumberedCards.js b/app/components/NumberedCards.js
index eeda4de..b3a9941 100644
--- a/app/components/NumberedCards.js
+++ b/app/components/NumberedCards.js
@@ -6,15 +6,15 @@ import Button from "./Button";
const NumberedCards = ({ title, subtitle, cards }) => {
return (
-
+
{/* Section Header */}
-
+
{/* Cards Container */}
-
+
{cards.map((card, index) => (
{
{/* Call to Action Button */}
-
+
diff --git a/app/components/SectionHeader.js b/app/components/SectionHeader.js
index f5cc48c..f8c9d00 100644
--- a/app/components/SectionHeader.js
+++ b/app/components/SectionHeader.js
@@ -4,12 +4,12 @@ const SectionHeader = ({ title, subtitle }) => {
return (
{/* Title - Bricolage Grotesque */}
-
+
{title}
{/* Subtitle - Inter */}
-
+
{subtitle}