Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-02 20:58:42 +00:00

View File

@@ -146,27 +146,27 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Robert Martinez", handle: "@carhistorian", testimonial: "An absolute gem for automotive enthusiasts. The restoration workshop tour was incredibly detailed, and I gained deep appreciation for the craftsmanship involved. Simply world-class curation.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Robert Martinez, automotive historian"
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "Robert Martinez, automotive historian"
},
{
id: "2", name: "Sarah Chen", handle: "@familyadventurer", testimonial: "Brought my family for a weekend outing and everyone had an amazing time. The guides were knowledgeable and passionate. My kids loved learning about how cars have changed over time. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Sarah Chen, family visitor"
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "Sarah Chen, family visitor"
},
{
id: "3", name: "James Wilson", handle: "@classiccarowner", testimonial: "The attention to detail in every restoration is stunning. Seeing my own car's model year beautifully preserved inspired me. This museum is a treasure for Phoenix and automotive culture.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "James Wilson, classic car owner"
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=3", imageAlt: "James Wilson, classic car owner"
},
{
id: "4", name: "Michelle Torres", handle: "@visitphoenix", testimonial: "One of Phoenix's best-kept secrets. The variety of eras and styles means there's something for everyone. The gift shop is well-curated too. Worth every dollar of admission.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Michelle Torres, travel enthusiast"
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=4", imageAlt: "Michelle Torres, travel enthusiast"
},
{
id: "5", name: "David Kim", handle: "@autoenthusiast", testimonial: "The technical details and historical context provided elevate this beyond just looking at pretty cars. You really learn about design evolution and engineering breakthroughs.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "David Kim, automobile enthusiast"
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=5", imageAlt: "David Kim, automobile enthusiast"
},
{
id: "6", name: "Linda Johnson", handle: "@weekendexplorer", testimonial: "We visit every few months and discover something new each time. The rotating exhibitions keep things fresh and interesting. Staff is always warm and welcoming.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Linda Johnson, regular visitor"
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=6", imageAlt: "Linda Johnson, regular visitor"
}
]}
showRating={true}