Update src/app/bespoke/page.tsx

This commit is contained in:
2026-03-10 06:40:01 +00:00
parent 9ef8d963a2
commit 69691b0493

View File

@@ -47,7 +47,7 @@ export default function BespokePage() {
tag="Custom Design"
tagIcon={Sparkles}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/bedding-mattress-white-room-background_1203-4741.jpg"
imageSrc="http://img.b2bpic.net/free-photo/bedding-mattress-white-room-background_1203-4741.jpg?_wi=2"
imageAlt="Luxury handcrafted bespoke bed"
mediaAnimation="blur-reveal"
background={{ variant: "plain" }}
@@ -61,16 +61,16 @@ export default function BespokePage() {
testimonials={[
{
name: "Sarah Mitchell", handle: "Happy Customer", testimonial: "We sat down with the owner and discussed our ideas. After a quick sketch our custom bed was made perfectly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307065.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307065.jpg?_wi=2"},
{
name: "James Robinson", handle: "Long-term Customer", testimonial: "The mattress I bought 6 years ago is still in excellent condition. Exceptional quality.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg?_wi=2"},
{
name: "Emma Wilson", handle: "Satisfied Client", testimonial: "Great workmanship and lovely service. They really listen to what you want.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-blonde-woman-looking-into-camera-barcelona-spain_1268-17992.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-caucasian-blonde-woman-looking-into-camera-barcelona-spain_1268-17992.jpg?_wi=2"},
{
name: "David Thompson", handle: "Value Customer", testimonial: "Very good quality and a fairer price than other luxury bed makers. Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg?_wi=2"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}