Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-06 01:30:36 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
{ text: "Book Service", href: "#contact" },
{ text: "Learn More", href: "#about" },
]}
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/happy-black-auto-mechanic-working-car-workshop-looking-camera_637285-11545.jpg"
imageAlt="Professional mechanic working on vehicle"
frameStyle="card"
@@ -117,11 +117,11 @@ export default function LandingPage() {
{
id: "1", name: "James Mitchell", role: "SUV Owner", testimonial: "ProMech fixed my transmission issue with incredible expertise. The staff was knowledgeable and friendly. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "James Mitchell"},
{
id: "2", name: "Sarah Johnson", role: "Sedan Owner", testimonial: "Great service and fair pricing. They were transparent about what needed to be done and what could wait. Very professional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Sarah Johnson"},
id: "2", name: "Sarah Johnson", role: "Sedan Owner", testimonial: "Great service and fair pricing. They were transparent about what needed to be done and what could wait. Very professional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sarah Johnson"},
{
id: "3", name: "Michael Chen", role: "Truck Owner", testimonial: "Been taking my truck to ProMech for 5 years. Consistent quality work and they always treat my vehicle with care.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", imageAlt: "Michael Chen"},
{
id: "4", name: "Emily Rodriguez", role: "Hybrid Owner", testimonial: "They took time to explain all the repairs needed for my hybrid. Honest service that saved me money in the long run.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Emily Rodriguez"},
id: "4", name: "Emily Rodriguez", role: "Hybrid Owner", testimonial: "They took time to explain all the repairs needed for my hybrid. Honest service that saved me money in the long run.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Emily Rodriguez"},
]}
/>
</div>
@@ -136,7 +136,7 @@ export default function LandingPage() {
{ text: "Call Now: (555) 123-4567", href: "tel:5551234567" },
{ text: "Email: service@promech.local", href: "mailto:service@promech.local" },
]}
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
/>
</div>