diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c36dd8..f2c0066 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,46 +32,36 @@ export default function LandingPage() {
@@ -79,10 +69,10 @@ export default function LandingPage() {
@@ -111,15 +101,15 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { 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" }, + { id: "p1", name: "Дипломная работа", price: "", imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-with-clipboard_23-2147633571.jpg" }, + { id: "p2", name: "Магистерская диссертация", price: "", imageSrc: "http://img.b2bpic.net/free-photo/pile-vintage-books_23-2147767286.jpg" }, + { id: "p3", name: "Отчет по практике", price: "", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bullet-journal-still-life_23-2150360029.jpg" }, + { id: "p4", name: "Курсовая работа", price: "", imageSrc: "http://img.b2bpic.net/free-photo/close-up-opened-books_23-2147779279.jpg" }, + { id: "p5", name: "Статьи и публикации", price: "", imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314076.jpg" }, + { id: "p6", name: "Помощь с сессией", 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." + title="Наши услуги" + description="Широкий спектр услуг для студентов всех уровней образования." /> @@ -129,14 +119,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "Maria S.", role: "Master Student", testimonial: "Amazing research work, my professor was very impressed.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-beautiful-woman-student-smiling-holding-books-university-education-concept_176420-12455.jpg" }, - { id: "t2", name: "Viktor B.", role: "Bachelor Student", testimonial: "Everything perfect and delivered on time. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-eyeglasses_273609-14946.jpg" }, - { id: "t3", name: "Olga Z.", role: "PhD Candidate", testimonial: "Professional academic writing, absolutely outstanding support.", imageSrc: "http://img.b2bpic.net/free-photo/graduation-concept-with-portrait-happy-woman_23-2148201899.jpg" }, - { id: "t4", name: "Igor L.", role: "Student", testimonial: "Easy communication and fast results.", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-shot-happy-young-curly-haired-woman-dressed-casual-shirt-carried-fabric-bag-holds-fresh-water-bottle-smiles-positively-strolls-city-glass-skyscrapers-enjoys-spare-time_273609-56640.jpg" }, - { id: "t5", name: "Elena V.", role: "Graduate Student", testimonial: "Professional, fast and quality results.", imageSrc: "http://img.b2bpic.net/free-photo/young-colleagues-working-together-cafe_273609-13301.jpg" }, + { id: "t1", name: "Мария С.", role: "Магистрант", testimonial: "Исследование выполнено на высшем уровне, научный руководитель доволен.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-beautiful-woman-student-smiling-holding-books-university-education-concept_176420-12455.jpg" }, + { id: "t2", name: "Виктор Б.", role: "Бакалавр", testimonial: "Все идеально и вовремя. Рекомендую!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-eyeglasses_273609-14946.jpg" }, ]} - title="What Our Students Say" - description="Join hundreds of successful students who trusted our professional writing services." + title="Отзывы студентов" + description="Сотни успешных студентов уже доверили нам свои работы." /> @@ -144,12 +131,12 @@ export default function LandingPage() { @@ -158,9 +145,9 @@ export default function LandingPage() { @@ -168,19 +155,19 @@ export default function LandingPage() {