Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-08 13:24:03 +00:00

View File

@@ -51,15 +51,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Rajesh Kumar", handle: "Villa Owner", testimonial: "Atlas transformed our vision into reality. Precision, professionalism, and zero compromises. Highly recommended.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg?_wi=1"
},
{
name: "Priya Menon", handle: "Interior Client", testimonial: "From concept to completion, Atlas delivered excellence at every stage. Best investment we made.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-lady-baker-standing-with-arms-crossed_171337-16097.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-lady-baker-standing-with-arms-crossed_171337-16097.jpg?_wi=1"
},
{
name: "Arun Nair", handle: "Commercial Project", testimonial: "They don't just build structures, they build legacies. Atlas is the benchmark for quality.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-curly-hair-showing-thumb-up-checked-shirt-looking-jovial-front-view_176474-112736.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-curly-hair-showing-thumb-up-checked-shirt-looking-jovial-front-view_176474-112736.jpg?_wi=1"
}
]}
buttons={[
@@ -164,22 +164,22 @@ export default function LandingPage() {
<TestimonialCardSix
testimonials={[
{
id: "1", name: "Rajesh Kumar", handle: "Villa Owner, Kozhenchery", testimonial: "Atlas didn't just build our villa—they transformed our vision into an architectural masterpiece. Precision, integrity, and excellence at every step.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg", imageAlt: "Rajesh Kumar"
id: "1", name: "Rajesh Kumar", handle: "Villa Owner, Kozhenchery", testimonial: "Atlas didn't just build our villa—they transformed our vision into an architectural masterpiece. Precision, integrity, and excellence at every step.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg?_wi=2", imageAlt: "Rajesh Kumar"
},
{
id: "2", name: "Priya Menon", handle: "Interior Designer, Kottayam", testimonial: "Working with Atlas was seamless. Their attention to detail and commitment to quality is unparalleled. Highly recommended for any serious project.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-lady-baker-standing-with-arms-crossed_171337-16097.jpg", imageAlt: "Priya Menon"
id: "2", name: "Priya Menon", handle: "Interior Designer, Kottayam", testimonial: "Working with Atlas was seamless. Their attention to detail and commitment to quality is unparalleled. Highly recommended for any serious project.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-lady-baker-standing-with-arms-crossed_171337-16097.jpg?_wi=2", imageAlt: "Priya Menon"
},
{
id: "3", name: "Arun Nair", handle: "Commercial Developer, Cochin", testimonial: "Atlas delivered our commercial project ahead of schedule without sacrificing quality. They set the benchmark for construction excellence.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-curly-hair-showing-thumb-up-checked-shirt-looking-jovial-front-view_176474-112736.jpg", imageAlt: "Arun Nair"
id: "3", name: "Arun Nair", handle: "Commercial Developer, Cochin", testimonial: "Atlas delivered our commercial project ahead of schedule without sacrificing quality. They set the benchmark for construction excellence.", imageSrc: "http://img.b2bpic.net/free-photo/blonde-woman-with-curly-hair-showing-thumb-up-checked-shirt-looking-jovial-front-view_176474-112736.jpg?_wi=2", imageAlt: "Arun Nair"
},
{
id: "4", name: "Deepa Sharma", handle: "Homeowner, Ettumanoor", testimonial: "From consultation to completion, Atlas was transparent, professional, and results-driven. Our home is beyond expectations.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg", imageAlt: "Deepa Sharma"
},
{
id: "5", name: "Vikram Singh", handle: "Property Manager, Thiruvananthapuram", testimonial: "Atlas's reputation is well-earned. They treat every project like it's their own. Exceptional quality, every single time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg", imageAlt: "Vikram Singh"
id: "5", name: "Vikram Singh", handle: "Property Manager, Thiruvananthapuram", testimonial: "Atlas's reputation is well-earned. They treat every project like it's their own. Exceptional quality, every single time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg?_wi=3", imageAlt: "Vikram Singh"
},
{
id: "6", name: "Anjali Unni", handle: "Architect, Kochi", testimonial: "The best execution partners in Kerala. Atlas understands quality and delivers it consistently. A game-changer for our firm.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-lady-baker-standing-with-arms-crossed_171337-16097.jpg", imageAlt: "Anjali Unni"
id: "6", name: "Anjali Unni", handle: "Architect, Kochi", testimonial: "The best execution partners in Kerala. Atlas understands quality and delivers it consistently. A game-changer for our firm.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-lady-baker-standing-with-arms-crossed_171337-16097.jpg?_wi=3", imageAlt: "Anjali Unni"
}
]}
animationType="slide-up"