From 90d4b4e6944a4d9890f965dc32835ac32a2f87ea Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 11:29:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 673d23c..8c36dd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,7 +39,7 @@ export default function LandingPage() { ]} brandName="EduSupport" button={{ - text: "Order Now", href: "#contact"}} + text: "Contact Us", href: "#contact"}} /> @@ -52,10 +52,11 @@ export default function LandingPage() { { name: "Anna P.", handle: "@anna_p", testimonial: "Excellent help with my thesis! Everything was delivered on time and high quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-confident-young-woman-holding-notes-notebooks-her-hands-going-college_1258-217792.jpg" }, { name: "Dmitry K.", handle: "@dmitry_k", testimonial: "Saved my semester! Highly professional service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-businesswoman-leaning-desk-holding-book-looking-camera-office_23-2148187137.jpg" }, { name: "Sara L.", handle: "@sara_l", testimonial: "Fast turnaround and perfect grammar. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/image-happy-goodlooking-young-man-cross-arms-chest-smiling-pleased-camera-standing-whi_1258-107636.jpg" }, - { name: "James M.", handle: "@james_m", testimonial: "Their research depth is incredible. Worth every penny.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hansome-smiling-gay-man-looking-happy-standing-white-background-summer-outfit_1258-105982.jpg" }, + { name: "James M.", handle: "@james_m", testimonial: "Their research depth is incredible. Professional and reliable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hansome-smiling-gay-man-looking-happy-standing-white-background-summer-outfit_1258-105982.jpg" }, { name: "Elena R.", handle: "@elena_r", testimonial: "Professional academic writing that helped me pass with honors.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg" }, ]} - buttons={[{ text: "Explore Services", href: "#services" }]} + buttons={[{ text: "Explore Services", href: "#services" }] + } imageSrc="http://img.b2bpic.net/free-photo/laptop-near-eyeglasses-notepad-headphones-floor_23-2148040540.jpg" mediaAnimation="blur-reveal" avatars={[ @@ -110,12 +111,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "p1", name: "Diploma Research", price: "From $150", imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-with-clipboard_23-2147633571.jpg" }, - { id: "p2", name: "Master's Thesis", price: "From $300", imageSrc: "http://img.b2bpic.net/free-photo/pile-vintage-books_23-2147767286.jpg" }, - { id: "p3", name: "Practical Report", price: "From $80", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bullet-journal-still-life_23-2150360029.jpg" }, - { id: "p4", name: "Coursework", price: "From $50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-opened-books_23-2147779279.jpg" }, - { id: "p5", name: "Article Publication", price: "From $100", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314076.jpg" }, - { id: "p6", name: "Pedagogical Report", price: "From $90", imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16165.jpg" }, + { id: "p1", name: "Diploma Research", price: "", imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-with-clipboard_23-2147633571.jpg" }, + { id: "p2", name: "Master's Thesis", price: "", imageSrc: "http://img.b2bpic.net/free-photo/pile-vintage-books_23-2147767286.jpg" }, + { id: "p3", name: "Practical Report", price: "", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bullet-journal-still-life_23-2150360029.jpg" }, + { id: "p4", name: "Coursework", price: "", imageSrc: "http://img.b2bpic.net/free-photo/close-up-opened-books_23-2147779279.jpg" }, + { id: "p5", name: "Article Publication", price: "", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314076.jpg" }, + { id: "p6", name: "Pedagogical Report", price: "", imageSrc: "http://img.b2bpic.net/free-photo/young-team-coworkers-working-project_273609-16165.jpg" }, ]} title="Our Academic Services" description="Explore our full range of academic assistance options designed for every stage of your education." -- 2.49.1