3 Commits

Author SHA1 Message Date
1a433b28f7 Update src/app/page.tsx 2026-03-04 23:34:44 +00:00
757b05cde2 Update src/app/layout.tsx 2026-03-04 23:34:43 +00:00
397278afb0 Merge version_2 into main
Merge version_2 into main
2026-03-04 23:32:28 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -79,7 +79,7 @@ export default function HomePage() {
<div id="features" data-section="features">
<FeatureCardEight
title="Platform Features"
description="Everything consumers and business owners need for success"
description="Grow your customer base and build community trust with tools designed for Potchefstroom"
tag="How It Works"
tagIcon={Zap}
features={[
@@ -169,4 +169,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}