6 Commits

Author SHA1 Message Date
16b0a8ea72 Merge version_4 into main
Merge version_4 into main
2026-03-04 08:56:43 +00:00
72048ee30f Update src/app/page.tsx 2026-03-04 08:56:38 +00:00
eeb4176cad Merge version_3 into main
Merge version_3 into main
2026-03-04 08:52:35 +00:00
7d74a4576d Update src/app/page.tsx 2026-03-04 08:52:31 +00:00
7c201b5111 Update src/app/layout.tsx 2026-03-04 08:52:30 +00:00
f525d7dc46 Merge version_2 into main
Merge version_2 into main
2026-03-04 08:50:10 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -78,7 +78,7 @@ export default function LandingPage() {
<div id="product" data-section="product">
<ProductCardThree
title="Discover Profiles"
description="Browse through curated profiles and connect with people you're interested in. Our smart matching algorithm ensures you meet compatible people."
description="Trusted by 2M+ singles worldwide. Browse through curated profiles and connect with people you're interested in. Our smart matching algorithm ensures you meet compatible people."
tag="Core Feature"
tagIcon={Sparkles}
tagAnimation="slide-up"
@@ -98,7 +98,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Explore Now", href: "https://spark-dating.com/app" }
{ text: "Try Free Now", href: "https://spark-dating.com/app" }
]}
buttonAnimation="slide-up"
/>
@@ -275,4 +275,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}