diff --git a/src/app/bespoke/page.tsx b/src/app/bespoke/page.tsx index 539a08d..11f966b 100644 --- a/src/app/bespoke/page.tsx +++ b/src/app/bespoke/page.tsx @@ -35,9 +35,7 @@ export default function BespokePage() { brandName="Manchester Beds" navItems={navItems} button={{ - text: "Get a Quote", - href: "#contact", - }} + text: "Get a Quote", href: "#contact"}} animateOnLoad={true} /> @@ -49,49 +47,30 @@ 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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/bedding-mattress-white-room-background_1203-4741.jpg" imageAlt="Luxury handcrafted bespoke bed" mediaAnimation="blur-reveal" + background={{ variant: "plain" }} buttons={[ { - text: "Start Your Design", - href: "#final-cta", - }, + text: "Start Your Design", href: "#final-cta"}, { - text: "View Gallery", - href: "/", - }, + text: "View Gallery", href: "/"}, ]} buttonAnimation="slide-up" 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?_wi=2", - }, + 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"}, { - 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?_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"}, { - 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?_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"}, { - 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?_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"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -110,28 +89,16 @@ export default function BespokePage() { useInvertedBackground={false} features={[ { - title: "1. Visit or Contact Us", - description: "Discuss your bed design, size preferences, and budget with our experienced team", - bentoComponent: "reveal-icon", - icon: MessageCircle, + title: "1. Visit or Contact Us", description: "Discuss your bed design, size preferences, and budget with our experienced team", bentoComponent: "reveal-icon", icon: MessageCircle, }, { - title: "2. Choose Style & Fabric", - description: "Select size, materials, colors, and all the details that make your bed unique", - bentoComponent: "reveal-icon", - icon: Palette, + title: "2. Choose Style & Fabric", description: "Select size, materials, colors, and all the details that make your bed unique", bentoComponent: "reveal-icon", icon: Palette, }, { - title: "3. Handcrafted in Manchester", - description: "Your bed is made by expert upholsterers using only premium materials and solid workmanship", - bentoComponent: "reveal-icon", - icon: Hammer, + title: "3. Handcrafted in Manchester", description: "Your bed is made by expert upholsterers using only premium materials and solid workmanship", bentoComponent: "reveal-icon", icon: Hammer, }, { - title: "4. Delivery & Assembly", - description: "We deliver and assemble your bespoke bed in your home with professional care", - bentoComponent: "reveal-icon", - icon: Truck, + title: "4. Delivery & Assembly", description: "We deliver and assemble your bespoke bed in your home with professional care", bentoComponent: "reveal-icon", icon: Truck, }, ]} /> @@ -141,19 +108,12 @@ export default function BespokePage() {