diff --git a/src/app/page.tsx b/src/app/page.tsx index 7cd6d30..68cd29c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,46 +29,31 @@ export default function LandingPage() {
@@ -124,9 +130,7 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Welcome to Cafe Sarang: A Culinary Haven for Families", - }, + type: "text", content: "Welcome to Cafe Sarang: A Culinary Haven for Families"}, ]} /> @@ -136,41 +140,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Aisha Khan", - imageSrc: "http://img.b2bpic.net/free-photo/worker-gesturing-with-his-left-hand_1149-184.jpg", - imageAlt: "Aisha Khan", - }, + id: "1", name: "Aisha Khan", imageSrc: "http://img.b2bpic.net/free-photo/worker-gesturing-with-his-left-hand_1149-184.jpg", imageAlt: "Aisha Khan"}, { - id: "2", - name: "Faisal Mahmood", - imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg", - imageAlt: "Faisal Mahmood", - }, + id: "2", name: "Faisal Mahmood", imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg", imageAlt: "Faisal Mahmood"}, { - id: "3", - name: "Zara Ali", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-colleagues-using-laptop-video-call_74855-2101.jpg", - imageAlt: "Zara Ali", - }, + id: "3", name: "Zara Ali", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-colleagues-using-laptop-video-call_74855-2101.jpg", imageAlt: "Zara Ali"}, { - id: "4", - name: "Imran Butt", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-curly-girl_1398-662.jpg", - imageAlt: "Imran Butt", - }, + id: "4", name: "Imran Butt", imageSrc: "http://img.b2bpic.net/free-photo/smiling-curly-girl_1398-662.jpg", imageAlt: "Imran Butt"}, { - id: "5", - name: "Sana Tariq", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-taking-break-with-smartphone_23-2150522185.jpg", - imageAlt: "Sana Tariq", - }, + id: "5", name: "Sana Tariq", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-taking-break-with-smartphone_23-2150522185.jpg", imageAlt: "Sana Tariq"}, { - id: "6", - name: "Usman Ghani", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-cup-tea_1098-13682.jpg", - imageAlt: "Usman Ghani", - }, + id: "6", name: "Usman Ghani", imageSrc: "http://img.b2bpic.net/free-photo/man-with-cup-tea_1098-13682.jpg", imageAlt: "Usman Ghani"}, ]} cardTitle="What Our Valued Guests Say" cardTag="Customer Stories" @@ -185,27 +165,16 @@ export default function LandingPage() { description="We invite you to experience our premium dining for lunch or dinner. For reservations or quick WhatsApp orders, contact us below." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Phone Number", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - }, + name: "email", type: "email", placeholder: "Your Email"}, ]} textarea={{ - name: "message", - placeholder: "Your Message or Order Details", - rows: 4, + name: "message", placeholder: "Your Message or Order Details", rows: 4, }} imageSrc="http://img.b2bpic.net/free-photo/young-woman-using-looking-smartphone-with-feeling-happy_1150-4009.jpg" imageAlt="Cafe Sarang restaurant exterior" @@ -219,46 +188,29 @@ export default function LandingPage() {