Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-09 02:30:44 +00:00
4 changed files with 1386 additions and 19 deletions

View File

@@ -147,7 +147,7 @@ export default function AboutPage() {
role: "Tesla Model 3 Owner",
company: "Draper",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg?_wi=4",
imageAlt: "Jessica Martinez - satisfied customer",
},
{
@@ -156,7 +156,7 @@ export default function AboutPage() {
role: "BMW M440i Owner",
company: "Bluffdale",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=7",
imageAlt: "Marcus Thompson - satisfied customer",
},
{
@@ -165,7 +165,7 @@ export default function AboutPage() {
role: "Ford F-150 Owner",
company: "South Jordan",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=8",
imageAlt: "Amanda Rodriguez - satisfied customer",
},
{
@@ -174,7 +174,7 @@ export default function AboutPage() {
role: "Range Rover Owner",
company: "Riverton",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=3",
imageAlt: "David Chang - satisfied customer",
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -62,21 +62,21 @@ export default function HomePage() {
handle: "Truck Owner, South Jordan",
testimonial: "Best detail work I've had in 10 years. The ceramic coating on my truck is incredible.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg?_wi=1",
},
{
name: "Sarah Chen",
handle: "Tesla Owner, Draper",
testimonial: "Professional, fast, and the paint protection film looks flawless. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=1",
},
{
name: "Michael Thompson",
handle: "BMW Owner, Bluffdale",
testimonial: "The attention to detail is unmatched. Worth every penny for premium protection.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=2",
},
]}
testimonialRotationInterval={5000}
@@ -220,7 +220,7 @@ export default function HomePage() {
role: "Tesla Model 3 Owner",
company: "Draper",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg?_wi=2",
},
{
id: "2",
@@ -228,7 +228,7 @@ export default function HomePage() {
role: "BMW M440i Owner",
company: "Bluffdale",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=3",
},
{
id: "3",
@@ -236,7 +236,7 @@ export default function HomePage() {
role: "Ford F-150 Owner",
company: "South Jordan",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=4",
},
{
id: "4",
@@ -244,7 +244,7 @@ export default function HomePage() {
role: "Range Rover Owner",
company: "Riverton",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1",
},
{
id: "5",
@@ -252,7 +252,7 @@ export default function HomePage() {
role: "Lexus GX Owner",
company: "Bluffdale",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-hispanic-female-executive-wearing-eyeglasses-standing-studio_662251-664.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-hispanic-female-executive-wearing-eyeglasses-standing-studio_662251-664.jpg?_wi=1",
},
{
id: "6",
@@ -260,7 +260,7 @@ export default function HomePage() {
role: "Porsche Owner",
company: "Draper",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=1",
},
]}
gridVariant="uniform-all-items-equal"

View File

@@ -54,7 +54,7 @@ export default function ReviewsPage() {
role: "Tesla Model 3 Owner",
company: "Draper, UT",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg?_wi=3",
imageAlt: "Satisfied customer portrait professional headshot",
},
{
@@ -63,7 +63,7 @@ export default function ReviewsPage() {
role: "BMW M440i Owner",
company: "Bluffdale, UT",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=5",
imageAlt: "Happy customer portrait professional photo",
},
{
@@ -72,7 +72,7 @@ export default function ReviewsPage() {
role: "Ford F-150 Owner",
company: "South Jordan, UT",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=6",
imageAlt: "Luxury car owner satisfied customer portrait",
},
{
@@ -81,7 +81,7 @@ export default function ReviewsPage() {
role: "Range Rover Owner",
company: "Riverton, UT",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2",
imageAlt: "Professional portrait smiling face",
},
{
@@ -90,7 +90,7 @@ export default function ReviewsPage() {
role: "Lexus GX Owner",
company: "Bluffdale, UT",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-hispanic-female-executive-wearing-eyeglasses-standing-studio_662251-664.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-hispanic-female-executive-wearing-eyeglasses-standing-studio_662251-664.jpg?_wi=2",
imageAlt: "Happy professional portrait headshot",
},
{
@@ -99,7 +99,7 @@ export default function ReviewsPage() {
role: "Porsche Owner",
company: "Draper, UT",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=2",
imageAlt: "Professional headshot smiling face",
},
];