5 Commits

Author SHA1 Message Date
690bdc19ff Merge version_4 into main
Merge version_4 into main
2026-05-23 02:51:51 +00:00
2866644020 Update src/app/page.tsx 2026-05-23 02:51:48 +00:00
a7232b186f Merge version_3 into main
Merge version_3 into main
2026-05-23 02:50:22 +00:00
b090218f2b Update src/app/page.tsx 2026-05-23 02:50:19 +00:00
3071a98058 Merge version_2 into main
Merge version_2 into main
2026-05-23 02:49:10 +00:00

View File

@@ -46,8 +46,8 @@ export default function LandingPage() {
{ text: "Call Now: 416-871-0992", href: "tel:4168710992" }, { text: "Call Now: 416-871-0992", href: "tel:4168710992" },
]} ]}
mediaItems={[ mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-system-with-open-drawers_169016-72726.jpg", imageAlt: "luxury modern renovation living room" }, { imageSrc: "https://images.unsplash.com/photo-1503387762-592deb58e4e2?q=80&w=1200&auto=format&fit=crop", imageAlt: "Construction professional inspecting a high-end framing project" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976527.jpg", imageAlt: "modern luxury kitchen renovation renovation" } { imageSrc: "https://images.unsplash.com/photo-1541888946425-d81bb19240f5?q=80&w=1200&auto=format&fit=crop", imageAlt: "Detailed construction work on a modern residence structure" }
]} ]}
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
rating={5} rating={5}
@@ -63,9 +63,22 @@ export default function LandingPage() {
title="Client Success Stories" title="Client Success Stories"
description="Discover why homeowners throughout the GTA choose Noyan Construction for their most important home projects." description="Discover why homeowners throughout the GTA choose Noyan Construction for their most important home projects."
testimonials={[ testimonials={[
{ id: "t1", name: "Sarah J.", role: "Homeowner", testimonial: "The attention to detail and transparency on pricing were unmatched. My kitchen is everything I dreamed of!", icon: Star }, { id: "t1", name: "Anita Shavandi", role: "Homeowner", testimonial: "Professional work and great communication!", icon: Star },
{ id: "t2", name: "Mark D.", role: "Investor", testimonial: "Noyan delivered on time and within budget. Professionalism at its finest.", icon: Star }, { id: "t2", name: "Hamid Mirhashemi", role: "Homeowner", testimonial: "Delivered exactly what was promised on time.", icon: Star },
{ id: "t3", name: "Emily R.", role: "Designer", testimonial: "Exquisite craftsmanship. A pleasure to work with, every step of the renovation was handled perfectly.", icon: Star }, { id: "t3", name: "Alireza Honarvar", role: "Homeowner", testimonial: "Fantastic craftsmanship throughout the renovation.", icon: Star },
{ id: "t4", name: "Mohsen Saadatian", role: "Homeowner", testimonial: "Highly recommend their renovation services.", icon: Star },
{ id: "t5", name: "Farhad Fmolky", role: "Homeowner", testimonial: "Transformed my home into something special.", icon: Star },
{ id: "t6", name: "p m", role: "Homeowner", testimonial: "Very clean and precise construction work.", icon: Star },
{ id: "t7", name: "Ali Rowshanzamir", role: "Homeowner", testimonial: "Trustworthy team, excellent result.", icon: Star },
{ id: "t8", name: "Maziar Rahnama", role: "Homeowner", testimonial: "Top tier quality and attention to detail.", icon: Star },
{ id: "t9", name: "ABNB BAHRAM", role: "Homeowner", testimonial: "Exceeded all our expectations on the kitchen.", icon: Star },
{ id: "t10", name: "Arash Radan", role: "Homeowner", testimonial: "Reliable and skilled team of professionals.", icon: Star },
{ id: "t11", name: "Reza Rahmanian", role: "Homeowner", testimonial: "The project finished perfectly on schedule.", icon: Star },
{ id: "t12", name: "farzad pourhassan", role: "Homeowner", testimonial: "Seamless process from start to finish.", icon: Star },
{ id: "t13", name: "Farshid mohammad Salehipanah", role: "Homeowner", testimonial: "Great attention to customer requests.", icon: Star },
{ id: "t14", name: "Ali Nimroozi", role: "Homeowner", testimonial: "Professionalism and quality that lasts.", icon: Star },
{ id: "t15", name: "Mark Mohammadian", role: "Homeowner", testimonial: "Honest approach to home renovations.", icon: Star },
{ id: "t16", name: "Leili Khansari", role: "Homeowner", testimonial: "Beautiful results that I am proud of.", icon: Star }
]} ]}
useInvertedBackground={true} useInvertedBackground={true}
/> />