diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d286ed..0f7da2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -243,15 +127,7 @@ export default function LandingPage() { @@ -264,26 +140,11 @@ export default function LandingPage() { rating={5} author="Ananya P., Civil Services Aspirant" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/indian-man-using-laptop-while-drinking-cup-coffee-outdoor-street-cafe_231208-2785.jpg", - alt: "student portrait happy studying", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg", - alt: "civil servant professional portrait", - }, - { - src: "http://img.b2bpic.net/free-photo/group-graphic-designers-working-together_1170-1087.jpg", - alt: "journalism student portrait working", - }, - { - src: "http://img.b2bpic.net/free-photo/dreamy-woman-making-notes-outdoor-cafe_1262-18829.jpg", - alt: "researcher academic indian student", - }, - { - src: "http://img.b2bpic.net/free-photo/young-smiling-pretty-caucasian-schoolgirl-wearing-glasses-sits-desk-with-school-tools-isolated-orange-space-with-copy-space_141793-59997.jpg", - alt: "successful exam aspirant portrait", - }, + { src: "http://img.b2bpic.net/free-photo/indian-man-using-laptop-while-drinking-cup-coffee-outdoor-street-cafe_231208-2785.jpg", alt: "student portrait happy studying" }, + { src: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg", alt: "civil servant professional portrait" }, + { src: "http://img.b2bpic.net/free-photo/group-graphic-designers-working-together_1170-1087.jpg", alt: "journalism student portrait working" }, + { src: "http://img.b2bpic.net/free-photo/dreamy-woman-making-notes-outdoor-cafe_1262-18829.jpg", alt: "researcher academic indian student" }, + { src: "http://img.b2bpic.net/free-photo/young-smiling-pretty-caucasian-schoolgirl-wearing-glasses-sits-desk-with-school-tools-isolated-orange-space-with-copy-space_141793-59997.jpg", alt: "successful exam aspirant portrait" } ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -296,21 +157,10 @@ export default function LandingPage() { title="Feedback & Queries" description="Reach out for suggestions or news updates." inputs={[ - { - name: "name", - type: "text", - placeholder: "Name", - }, - { - name: "email", - type: "email", - placeholder: "Email", - }, + { name: "name", type: "text", placeholder: "Name" }, + { name: "email", type: "email", placeholder: "Email" } ]} - textarea={{ - name: "message", - placeholder: "Your message", - }} + textarea={{ name: "message", placeholder: "Your message" }} imageSrc="http://img.b2bpic.net/free-photo/helpful-call-center-agent-office-desk-handling-customer-inquiries_482257-117953.jpg" imageAlt="contact us support desk" /> @@ -320,39 +170,19 @@ export default function LandingPage() {