Merge version_1 into main #3

Merged
bender merged 4 commits from version_1 into main 2026-03-10 06:40:06 +00:00
4 changed files with 20 additions and 20 deletions

View File

@@ -92,13 +92,13 @@ export default function AboutPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1", title: "The Perfect Fit for Our Bedroom", quote: "We sat down with the owner and discussed our ideas. After a quick sketch our custom bed was made perfectly to our specifications. The craftsmanship is outstanding.", name: "Sarah & Michael", role: "Manchester Residents", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg", imageAlt: "Customer bedroom with custom bed"},
id: "1", title: "The Perfect Fit for Our Bedroom", quote: "We sat down with the owner and discussed our ideas. After a quick sketch our custom bed was made perfectly to our specifications. The craftsmanship is outstanding.", name: "Sarah & Michael", role: "Manchester Residents", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=2", imageAlt: "Customer bedroom with custom bed"},
{
id: "2", title: "Quality That Lasts Years", quote: "The mattress I bought 6 years ago is still in excellent condition. That's the mark of true quality and genuine craftsmanship.", name: "Patricia Chen", role: "Long-term Customer", imageSrc: "http://img.b2bpic.net/free-psd/rustic-wooden-table-lamp-with-beige-linen-shade_191095-77981.jpg", imageAlt: "Customer with well-maintained bed"},
id: "2", title: "Quality That Lasts Years", quote: "The mattress I bought 6 years ago is still in excellent condition. That's the mark of true quality and genuine craftsmanship.", name: "Patricia Chen", role: "Long-term Customer", imageSrc: "http://img.b2bpic.net/free-psd/rustic-wooden-table-lamp-with-beige-linen-shade_191095-77981.jpg?_wi=2", imageAlt: "Customer with well-maintained bed"},
{
id: "3", title: "Expert Service from Start to Finish", quote: "Great workmanship and lovely service. They really understand furniture and care about the customer experience.", name: "Robert Walsh", role: "Interior Designer", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-coworking-designers-office_23-2147727733.jpg", imageAlt: "Designer showing custom bed project"},
id: "3", title: "Expert Service from Start to Finish", quote: "Great workmanship and lovely service. They really understand furniture and care about the customer experience.", name: "Robert Walsh", role: "Interior Designer", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-coworking-designers-office_23-2147727733.jpg?_wi=2", imageAlt: "Designer showing custom bed project"},
{
id: "4", title: "Value and Quality Combined", quote: "Very good quality and a much fairer price than other luxury bed makers. Direct from the manufacturer means no hidden markups.", name: "Jennifer Hayes", role: "Home Owner", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-awaking-bed_23-2148033318.jpg", imageAlt: "Customer happy with purchase value"},
id: "4", title: "Value and Quality Combined", quote: "Very good quality and a much fairer price than other luxury bed makers. Direct from the manufacturer means no hidden markups.", name: "Jennifer Hayes", role: "Home Owner", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-awaking-bed_23-2148033318.jpg?_wi=2", imageAlt: "Customer happy with purchase value"},
]}
/>
</div>

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}

View File

@@ -47,7 +47,7 @@ export default function ContactPage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg?_wi=2"
imageAlt="Furniture showroom luxury beds display"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -50,7 +50,7 @@ export default function HomePage() {
tag="Artisan Quality"
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=1"
imageAlt="Luxury handcrafted bed in warm lighting"
mediaAnimation="blur-reveal"
background={{ variant: "plain" }}
@@ -64,16 +64,16 @@ export default function HomePage() {
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=1"},
{
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=1"},
{
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=1"},
{
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=1"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
@@ -160,13 +160,13 @@ export default function HomePage() {
useInvertedBackground={true}
testimonials={[
{
id: "1", title: "The Perfect Fit for Our Bedroom", quote: "We sat down with the owner and discussed our ideas. After a quick sketch our custom bed was made perfectly to our specifications. The craftsmanship is outstanding.", name: "Sarah & Michael", role: "Manchester Residents", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg", imageAlt: "Customer bedroom with custom bed"},
id: "1", title: "The Perfect Fit for Our Bedroom", quote: "We sat down with the owner and discussed our ideas. After a quick sketch our custom bed was made perfectly to our specifications. The craftsmanship is outstanding.", name: "Sarah & Michael", role: "Manchester Residents", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=1", imageAlt: "Customer bedroom with custom bed"},
{
id: "2", title: "Quality That Lasts Years", quote: "The mattress I bought 6 years ago is still in excellent condition. That's the mark of true quality and genuine craftsmanship.", name: "Patricia Chen", role: "Long-term Customer", imageSrc: "http://img.b2bpic.net/free-psd/rustic-wooden-table-lamp-with-beige-linen-shade_191095-77981.jpg", imageAlt: "Customer with well-maintained bed"},
id: "2", title: "Quality That Lasts Years", quote: "The mattress I bought 6 years ago is still in excellent condition. That's the mark of true quality and genuine craftsmanship.", name: "Patricia Chen", role: "Long-term Customer", imageSrc: "http://img.b2bpic.net/free-psd/rustic-wooden-table-lamp-with-beige-linen-shade_191095-77981.jpg?_wi=1", imageAlt: "Customer with well-maintained bed"},
{
id: "3", title: "Expert Service from Start to Finish", quote: "Great workmanship and lovely service. They really understand furniture and care about the customer experience.", name: "Robert Walsh", role: "Interior Designer", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-coworking-designers-office_23-2147727733.jpg", imageAlt: "Designer showing custom bed project"},
id: "3", title: "Expert Service from Start to Finish", quote: "Great workmanship and lovely service. They really understand furniture and care about the customer experience.", name: "Robert Walsh", role: "Interior Designer", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-coworking-designers-office_23-2147727733.jpg?_wi=1", imageAlt: "Designer showing custom bed project"},
{
id: "4", title: "Value and Quality Combined", quote: "Very good quality and a much fairer price than other luxury bed makers. Direct from the manufacturer means no hidden markups.", name: "Jennifer Hayes", role: "Home Owner", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-awaking-bed_23-2148033318.jpg", imageAlt: "Customer happy with purchase value"},
id: "4", title: "Value and Quality Combined", quote: "Very good quality and a much fairer price than other luxury bed makers. Direct from the manufacturer means no hidden markups.", name: "Jennifer Hayes", role: "Home Owner", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-awaking-bed_23-2148033318.jpg?_wi=1", imageAlt: "Customer happy with purchase value"},
]}
/>
</div>
@@ -181,7 +181,7 @@ export default function HomePage() {
background={{
variant: "sparkles-gradient"}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg?_wi=1"
imageAlt="Furniture showroom luxury beds display"
mediaAnimation="slide-up"
mediaPosition="right"