Update src/app/page.tsx

This commit is contained in:
2026-04-16 17:37:51 +00:00
parent 6ecbe28713
commit dc9eeb14e1

View File

@@ -223,6 +223,7 @@ export default function LandingPage() {
name: "email", type: "email", placeholder: "Email Address"},
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg"
buttonText="Join the Community"
/>
</div>
@@ -243,4 +244,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}