diff --git a/src/app/page.tsx b/src/app/page.tsx index 240f614..a7cf068 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,30 +30,18 @@ export default function LandingPage() { @@ -267,45 +174,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Mark S.", - handle: "@MarkS_Roof", - testimonial: "The best roofing company in Charleston! My new roof looks incredible, and the entire process was seamless. Highly recommend their professional team.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-posing-with-flowers_23-2148618857.jpg", - imageAlt: "Mark S.", - }, + id: "1", name: "Mark S.", handle: "@MarkS_Roof", testimonial: "The best roofing company in Charleston! My new roof looks incredible, and the entire process was seamless. Highly recommend their professional team.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-posing-with-flowers_23-2148618857.jpg", imageAlt: "Mark S."}, { - id: "2", - name: "Laura G.", - handle: "@LauraG_Home", - testimonial: "Ashley River Roofing responded so quickly to our storm damage. They secured our home and managed the repair with expertise and compassion. Lifesavers!", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-making-grimaces_52683-124726.jpg", - imageAlt: "Laura G.", - }, + id: "2", name: "Laura G.", handle: "@LauraG_Home", testimonial: "Ashley River Roofing responded so quickly to our storm damage. They secured our home and managed the repair with expertise and compassion. Lifesavers!", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-making-grimaces_52683-124726.jpg", imageAlt: "Laura G."}, { - id: "3", - name: "Thomas P.", - handle: "@ThomasP_SC", - testimonial: "Professional, punctual, and precise. Our roof repair was handled flawlessly. It's refreshing to work with a company that truly cares about quality.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-elderly-woman-points-with-two-hands-isolated-green-wall_141793-70456.jpg", - imageAlt: "Thomas P.", - }, + id: "3", name: "Thomas P.", handle: "@ThomasP_SC", testimonial: "Professional, punctual, and precise. Our roof repair was handled flawlessly. It's refreshing to work with a company that truly cares about quality.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-elderly-woman-points-with-two-hands-isolated-green-wall_141793-70456.jpg", imageAlt: "Thomas P."}, { - id: "4", - name: "Olivia B.", - handle: "@OliviaB_Renovate", - testimonial: "We explored several options for our roof replacement, and Ashley River Roofing offered the best value and warranty. The communication was excellent.", - imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84736.jpg", - imageAlt: "Olivia B.", - }, + id: "4", name: "Olivia B.", handle: "@OliviaB_Renovate", testimonial: "We explored several options for our roof replacement, and Ashley River Roofing offered the best value and warranty. The communication was excellent.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84736.jpg", imageAlt: "Olivia B."}, { - id: "5", - name: "Robert F.", - handle: "@RobertF_Property", - testimonial: "As a property manager, I need reliable contractors. Ashley River Roofing consistently delivers on time and within budget, with exceptional results.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-wavy-haired-girl-smiling-camera-outdoors_1262-20568.jpg", - imageAlt: "Robert F.", - }, + id: "5", name: "Robert F.", handle: "@RobertF_Property", testimonial: "As a property manager, I need reliable contractors. Ashley River Roofing consistently delivers on time and within budget, with exceptional results.", imageSrc: "http://img.b2bpic.net/free-photo/happy-wavy-haired-girl-smiling-camera-outdoors_1262-20568.jpg", imageAlt: "Robert F."}, ]} title="What Our Valued Customers Say" description="We're proud of the trust we've built within the Charleston community. Hear directly from homeowners who chose Ashley River Roofing for their projects." @@ -321,46 +198,26 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "standard-financing", - badge: "Standard", - badgeIcon: DollarSign, - price: "Low Monthly Payments", - subtitle: "Accessible plans for every budget", - buttons: [ + id: "standard-financing", badge: "Стандартный", badgeIcon: DollarSign, + price: "Низкие ежемесячные платежи", subtitle: "Доступные планы для любого бюджета", buttons: [ { - text: "Learn More", - href: "/financing", - }, + text: "Узнать больше", href: "/financing"}, ], features: [ - "Competitive interest rates", - "Flexible repayment terms", - "Quick approval process", - "No hidden fees", - ], + "Конкурентные процентные ставки", "Гибкие условия погашения", "Быстрый процесс одобрения", "Без скрытых комиссий"], }, { - id: "premium-financing", - badge: "Premium", - badgeIcon: ShieldCheck, - price: "Deferred Interest", - subtitle: "Special options for larger projects", - buttons: [ + id: "premium-financing", badge: "Премиум", badgeIcon: ShieldCheck, + price: "Отложенные проценты", subtitle: "Специальные условия для крупных проектов", buttons: [ { - text: "Apply Now", - href: "/financing", - }, + text: "Подать заявку", href: "/financing"}, ], features: [ - "Extended payment periods", - "Potential for 0% interest period", - "Ideal for major replacements", - "Enhanced property value", - ], + "Увеличенные сроки оплаты", "Возможность беспроцентного периода", "Идеально подходит для крупных замен", "Повышенная стоимость недвижимости"], }, ]} - title="Flexible Financing Options for Your Roofing Needs" - description="Don't let budget constraints delay essential roof work. Ashley River Roofing partners with leading providers to offer transparent and affordable financing solutions." + title="Гибкие варианты финансирования для ваших кровельных нужд" + description="Не позволяйте бюджетным ограничениям задерживать важные кровельные работы. Ashley River Roofing сотрудничает с ведущими поставщиками, чтобы предложить прозрачные и доступные решения для финансирования." /> @@ -369,54 +226,33 @@ export default function LandingPage() { logoText="Ashley River Roofing" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Roof Repair", - href: "/repair", - }, + label: "Roof Repair", href: "/repair"}, { - label: "Roof Replacement", - href: "/replacement", - }, + label: "Roof Replacement", href: "/replacement"}, { - label: "Storm Damage", - href: "/storm-damage", - }, + label: "Storm Damage", href: "/storm-damage"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "/#about", - }, + label: "About Us", href: "/#about"}, { - label: "Gallery", - href: "/gallery", - }, + label: "Gallery", href: "/gallery"}, { - label: "Financing", - href: "/financing", - }, + label: "Financing", href: "/financing"}, { - label: "Contact Us", - href: "/contact", - }, + label: "Contact Us", href: "/contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} @@ -426,4 +262,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file