Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 72048ee30f | |||
| eeb4176cad | |||
| 7d74a4576d | |||
| 7c201b5111 | |||
| f525d7dc46 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
|||||||
<div id="product" data-section="product">
|
<div id="product" data-section="product">
|
||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
title="Discover Profiles"
|
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"
|
tag="Core Feature"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Now", href: "https://spark-dating.com/app" }
|
{ text: "Try Free Now", href: "https://spark-dating.com/app" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -275,4 +275,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user