From b656c64cdb9a43172ec26daedf56866603a7919d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 11:01:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 202 ++++++++--------------------------------------- 1 file changed, 31 insertions(+), 171 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a4727a2..4610793 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() { @@ -168,41 +97,11 @@ export default function LandingPage() { title="What Our Customers Say" description="We are proud to serve a growing community of tech enthusiasts." testimonials={[ - { - id: "t1", - name: "Alice Johnson", - handle: "@alicej", - testimonial: "The quality of the products is unmatched. Truly premium.", - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=1", - }, - { - id: "t2", - name: "Bob Smith", - handle: "@bobsmith", - testimonial: "Fast delivery and excellent customer service. Highly recommend.", - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=2", - }, - { - id: "t3", - name: "Charlie Brown", - handle: "@charlieb", - testimonial: "Very sleek design, everything works perfectly as described.", - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=3", - }, - { - id: "t4", - name: "Dana White", - handle: "@danaw", - testimonial: "The best shopping experience I have had in a long time.", - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=4", - }, - { - id: "t5", - name: "Evan Reed", - handle: "@evanr", - testimonial: "RNT Shop is my go-to for all my electronic needs.", - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=5", - }, + { id: "t1", name: "Alice Johnson", handle: "@alicej", testimonial: "The quality of the products is unmatched. Truly premium.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" }, + { id: "t2", name: "Bob Smith", handle: "@bobsmith", testimonial: "Fast delivery and excellent customer service. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" }, + { id: "t3", name: "Charlie Brown", handle: "@charlieb", testimonial: "Very sleek design, everything works perfectly as described.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" }, + { id: "t4", name: "Dana White", handle: "@danaw", testimonial: "The best shopping experience I have had in a long time.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" }, + { id: "t5", name: "Evan Reed", handle: "@evanr", testimonial: "RNT Shop is my go-to for all my electronic needs.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" }, ]} /> @@ -213,25 +112,10 @@ export default function LandingPage() { title="Get in Touch" description="Have questions about our products or your order? Reach out to us at rafiqsaraiki4@gmail.com" inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Your Email", required: true }, ]} - textarea={{ - name: "message", - placeholder: "Your message here...", - rows: 4, - required: true, - }} + textarea={{ name: "message", placeholder: "Your message here...", rows: 4, required: true }} imageSrc="http://img.b2bpic.net/free-photo/empty-conference-room-within-corporation-designed-productivity_482257-124018.jpg" /> @@ -240,32 +124,8 @@ export default function LandingPage() { -- 2.49.1