diff --git a/src/app/page.tsx b/src/app/page.tsx index e160afa..673d23c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,131 +32,45 @@ export default function LandingPage() {
@@ -180,36 +94,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - id: "f1", - title: "Academic Research", - descriptions: [ - "High-quality background research", - "Sources verification", - "Original work only", - ], - imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2147771600.jpg", - }, - { - id: "f2", - title: "Examination Support", - descriptions: [ - "Full session closing assistance", - "Study materials preparation", - "Practical exam guidance", - ], - imageSrc: "http://img.b2bpic.net/free-photo/book-desk-education-concept_1150-8950.jpg", - }, - { - id: "f3", - title: "Publishing Services", - descriptions: [ - "Article writing", - "Conference preparation", - "Submission support", - ], - imageSrc: "http://img.b2bpic.net/free-photo/manager-one-journal-reading-male_1157-3652.jpg", - }, + { id: "f1", title: "Academic Research", descriptions: ["High-quality background research", "Sources verification", "Original work only"], imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2147771600.jpg" }, + { id: "f2", title: "Examination Support", descriptions: ["Full session closing assistance", "Study materials preparation", "Practical exam guidance"], imageSrc: "http://img.b2bpic.net/free-photo/book-desk-education-concept_1150-8950.jpg" }, + { id: "f3", title: "Publishing Services", descriptions: ["Article writing", "Conference preparation", "Submission support"], imageSrc: "http://img.b2bpic.net/free-photo/manager-one-journal-reading-male_1157-3652.jpg" }, ]} title="Comprehensive Academic Solutions" description="We handle all types of academic assignments to ensure you succeed." @@ -223,42 +110,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: "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" }, ]} title="Our Academic Services" description="Explore our full range of academic assistance options designed for every stage of your education." @@ -267,44 +124,15 @@ export default function LandingPage() {
@@ -358,56 +166,17 @@ export default function LandingPage() {