diff --git a/src/app/page.tsx b/src/app/page.tsx
index 985a06f..411f5f4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,43 +42,16 @@ export default function LandingPage() {
@@ -276,18 +149,8 @@ export default function LandingPage() {
title="Find Us & Reach Out"
description="Located in the heart of Valenzuela. Opens at 5 PM daily."
inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
- },
- {
- name: "phone",
- type: "tel",
- placeholder: "Your Phone Number",
- required: true,
- },
+ { name: "name", type: "text", placeholder: "Your Name", required: true },
+ { name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
]}
imageSrc="http://img.b2bpic.net/free-photo/map-marked-with-pins-by-tourist_23-2148232411.jpg"
imageAlt="Map view"
@@ -298,30 +161,14 @@ export default function LandingPage() {