Update src/app/page.tsx

This commit is contained in:
2026-05-09 14:32:20 +00:00
parent 50ee8ec31b
commit a39a4a3d74

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroCarouselLogo
logoText="SoulMatch"
description="Redefining the dating experience for discerning individuals seeking authentic, high-quality connections."
buttons={[{ text: "Start Your Journey", href: "#contact" }]}
buttons={[{ text: "Find Your Match Now", href: "#contact" }]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173219.jpg", imageAlt: "elegant couple dating sophisticated restaurant" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-two-businessmen-sitting-cafe-discussing-piles-documentation_1098-19502.jpg", imageAlt: "happy single people meeting outdoors" },
@@ -189,4 +189,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}