diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6119b3b..2372240 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
@@ -48,42 +42,21 @@ export default function LandingPage() {
@@ -144,30 +100,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Rajesh Kumar",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1",
- },
+ id: "1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
{
- id: "2",
- name: "Anitha S.",
- imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262159.jpg",
- },
+ id: "2", name: "Anitha S.", imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262159.jpg"},
{
- id: "3",
- name: "Vikram V.",
- imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95801.jpg",
- },
+ id: "3", name: "Vikram V.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95801.jpg"},
{
- id: "4",
- name: "Priya R.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491790.jpg",
- },
+ id: "4", name: "Priya R.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491790.jpg"},
{
- id: "5",
- name: "Suresh M.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2",
- },
+ id: "5", name: "Suresh M.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
]}
cardTitle="What our customers say"
cardTag="Reviews"
@@ -182,21 +123,13 @@ export default function LandingPage() {
description="Address: Shop No. 310, Salem Main Road, Opp. Supreme Hospital, Komarapalayam."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- },
+ name: "name", type: "text", placeholder: "Your Name"},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number",
- required: true,
+ name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Your Order / Enquiry",
- }}
+ name: "message", placeholder: "Your Order / Enquiry"}}
imageSrc="http://img.b2bpic.net/free-photo/nobody-setting-terrace-bar-outside_1203-4630.jpg"
/>
@@ -205,29 +138,19 @@ export default function LandingPage() {