Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-02 22:10:27 +00:00

View File

@@ -54,13 +54,13 @@ export default function LandingPage() {
background={{ variant: "plain" }}
carouselItems={[
{
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/couch-armchair-seen-from-floor_1203-737.jpg", imageAlt: "Premium hardwood flooring installation"
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/couch-armchair-seen-from-floor_1203-737.jpg?_wi=1", imageAlt: "Premium hardwood flooring installation"
},
{
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/young-people-watching-smartphone-office_23-2147668943.jpg", imageAlt: "Modern laminate flooring in contemporary home"
},
{
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/couch-armchair-seen-from-floor_1203-737.jpg", imageAlt: "Elegant vinyl flooring in living room"
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/couch-armchair-seen-from-floor_1203-737.jpg?_wi=2", imageAlt: "Elegant vinyl flooring in living room"
},
{
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/bright-attic-kitchen-natural-wood-ceiling-large-skylights_169016-69254.jpg", imageAlt: "Beautiful tile flooring in kitchen"
@@ -166,19 +166,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Chicago, IL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=1"
},
{
id: "2", name: "James Rodriguez", role: "Business Owner", company: "Downtown Retail", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1"
},
{
id: "3", name: "Emily Chang", role: "Interior Designer", company: "Modern Spaces Design", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=2"
},
{
id: "4", name: "Michael Torres", role: "Property Manager", company: "Heritage Apartments", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2"
},
{
id: "5", name: "Jessica Williams", role: "Homeowner", company: "Suburban Estates", rating: 5,
@@ -186,7 +186,7 @@ export default function LandingPage() {
},
{
id: "6", name: "David Chen", role: "Contractor", company: "Premier Renovations", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=3"
}
]}
gridVariant="uniform-all-items-equal"