diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d06660..4551d42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,18 +134,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Visit Beluna Today" description="Find us at 1195 Oak St, San Francisco, CA. Drop us a note if you're planning a large group booking." - inputs={[ - { - name: "name", type: "text", placeholder: "Your Name", required: true, - }, - { - name: "email", type: "email", placeholder: "Your Email", required: true, - }, - ]} - textarea={{ - name: "message", placeholder: "Your Message", rows: 4, - required: true, - }} + inputs={[]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bs4UjfAcOsU7tXKonPwPcWGzeD/tmp/san-francisco-golden-gate-bridge-with-do-1775413268540-f23e21b6.png" mediaPosition="right" /> @@ -173,4 +162,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file