Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-13 09:33:07 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ export default function ContactPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a3zdy1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a3zdy1&_wi=2"
imageAlt="Fashion store environment"
mediaAnimation="blur-reveal"
mediaPosition="right"

View File

@@ -67,11 +67,11 @@ export default function HomePage() {
{
name: "Emma Richardson", handle: "Fashion Enthusiast", testimonial:
"StyleHub has become my go-to for quality fashion. The selection is incredible and delivery is always on time!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8x0zp5", imageAlt: "Emma Richardson"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8x0zp5&_wi=1", imageAlt: "Emma Richardson"},
{
name: "Michael Chen", handle: "Professional Shopper", testimonial:
"Best online clothing store I've found. The quality is unmatched and customer service is exceptional.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wk89wa", imageAlt: "Michael Chen"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wk89wa&_wi=1", imageAlt: "Michael Chen"},
]}
testimonialRotationInterval={5000}
/>
@@ -169,10 +169,10 @@ export default function HomePage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "@fashionista_sarah", testimonial:
"Amazing quality and selection! I've been shopping here for months and never been disappointed. The fit is always perfect.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8x0zp5", imageAlt: "Sarah Johnson"},
"Amazing quality and selection! I've been shopping here for months and never been disappointed. The fit is always perfect.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8x0zp5&_wi=2", imageAlt: "Sarah Johnson"},
{
id: "2", name: "David Kumar", handle: "Style Maven", testimonial:
"StyleHub is my go-to for professional attire. Great prices and excellent customer service. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wk89wa", imageAlt: "David Kumar"},
"StyleHub is my go-to for professional attire. Great prices and excellent customer service. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wk89wa&_wi=2", imageAlt: "David Kumar"},
{
id: "3", name: "Jessica Chen", handle: "@jess_style", testimonial:
"Love the variety and the trend-forward pieces. Delivery is super fast and the quality is consistently great.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2ajyx4", imageAlt: "Jessica Chen"},
@@ -218,7 +218,7 @@ export default function HomePage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a3zdy1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a3zdy1&_wi=1"
imageAlt="Fashion store environment"
mediaAnimation="blur-reveal"
mediaPosition="right"