Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-07 01:30:19 +00:00

View File

@@ -59,35 +59,35 @@ export default function LandingPage() {
handle: "@jamesl",
testimonial: "The best hat I've ever owned. Incredible quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hipster-man-with-hat-binoculars_23-2147652844.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hipster-man-with-hat-binoculars_23-2147652844.jpg?_wi=1",
},
{
name: "Sarah M.",
handle: "@sarah_m",
testimonial: "Stunning design and perfect fit every time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-reading-tarot_23-2150298300.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-reading-tarot_23-2150298300.jpg?_wi=1",
},
{
name: "Thomas K.",
handle: "@thomask",
testimonial: "Exceptional customer service and quick shipping.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-wears-red-hat-red-background_633478-2599.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-wears-red-hat-red-background_633478-2599.jpg?_wi=1",
},
{
name: "Elena R.",
handle: "@elena",
testimonial: "Sophisticated style that draws attention.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-black-woman-smiling-hipster-model-white-jeans-clothes-sexy-carefree-female-posing-street-background-cheerful-happy-outdoors-sunglasses-sunset_158538-26828.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-black-woman-smiling-hipster-model-white-jeans-clothes-sexy-carefree-female-posing-street-background-cheerful-happy-outdoors-sunglasses-sunset_158538-26828.jpg?_wi=1",
},
{
name: "David W.",
handle: "@davidw",
testimonial: "A true premium experience. I highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-black-hat-holding-umbrella-with-copy-space_23-2148647667.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-black-hat-holding-umbrella-with-copy-space_23-2148647667.jpg?_wi=1",
},
]}
buttons={[
@@ -201,7 +201,7 @@ export default function LandingPage() {
handle: "@jamesl",
testimonial: "The best hat I've ever owned. Incredible quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hipster-man-with-hat-binoculars_23-2147652844.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/hipster-man-with-hat-binoculars_23-2147652844.jpg?_wi=2",
},
{
id: "2",
@@ -209,7 +209,7 @@ export default function LandingPage() {
handle: "@sarah_m",
testimonial: "Stunning design and perfect fit every time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-reading-tarot_23-2150298300.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-reading-tarot_23-2150298300.jpg?_wi=2",
},
{
id: "3",
@@ -217,7 +217,7 @@ export default function LandingPage() {
handle: "@thomask",
testimonial: "Exceptional customer service and quick shipping.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-wears-red-hat-red-background_633478-2599.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-wears-red-hat-red-background_633478-2599.jpg?_wi=2",
},
{
id: "4",
@@ -225,7 +225,7 @@ export default function LandingPage() {
handle: "@elena",
testimonial: "Sophisticated style that draws attention.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-black-woman-smiling-hipster-model-white-jeans-clothes-sexy-carefree-female-posing-street-background-cheerful-happy-outdoors-sunglasses-sunset_158538-26828.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-black-woman-smiling-hipster-model-white-jeans-clothes-sexy-carefree-female-posing-street-background-cheerful-happy-outdoors-sunglasses-sunset_158538-26828.jpg?_wi=2",
},
{
id: "5",
@@ -233,7 +233,7 @@ export default function LandingPage() {
handle: "@davidw",
testimonial: "A true premium experience. I highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-black-hat-holding-umbrella-with-copy-space_23-2148647667.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-black-hat-holding-umbrella-with-copy-space_23-2148647667.jpg?_wi=2",
},
]}
showRating={true}