Update src/app/page.tsx

This commit is contained in:
2026-05-12 17:39:09 +00:00
parent 67f3addca7
commit 6132f26350

View File

@@ -232,6 +232,7 @@ export default function LandingPage() {
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
buttonText="Subscribe for Updates"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-smiley-man-wearing-apron_23-2149434487.jpg"
imageAlt="modern cafe contact interior"
/>
@@ -265,4 +266,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}