From 5b3d3eca7252bb631fe8eedae5f7505de54bc16e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:39:07 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 89 ++++++++---------------------------------- 1 file changed, 17 insertions(+), 72 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c324e8b..cbc61a7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,7 +6,7 @@ import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import FeatureBento from "@/components/sections/feature/FeatureBento"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Sparkles, Award, Zap, MessageCircle, Palette, Hammer, Truck, Facebook, Instagram, Linkedin } from "lucide-react"; +import { Sparkles, Award, Zap, MessageCircle, Palette, Hammer, Truck, Facebook, Instagram, Linkedin, Heart } from "lucide-react"; import Link from "next/link"; export default function AboutPage() { @@ -33,9 +33,7 @@ export default function AboutPage() { { name: "Reviews", id: "reviews" }, ]} button={{ - text: "Get a Quote", - href: "/contact", - }} + text: "Get a Quote", href: "/contact"}} animateOnLoad={true} /> @@ -44,19 +42,12 @@ export default function AboutPage() { @@ -107,47 +86,19 @@ export default function AboutPage() { title="Customer Stories" description="Hear from customers who transformed their bedrooms with our handcrafted beds" tag="Reviews" - tagIcon="Heart" + tagIcon={Heart} tagAnimation="slide-up" textboxLayout="default" 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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - 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", imageAlt: "Customer happy with purchase value"}, ]} /> @@ -159,19 +110,13 @@ export default function AboutPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/manchesterbeds", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/manchesterbeds", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com/manchesterbeds", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/manchesterbeds", ariaLabel: "Instagram"}, { icon: Linkedin, - href: "https://linkedin.com/company/manchester-beds", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/manchester-beds", ariaLabel: "LinkedIn"}, ]} /> From 086cd77cd6576ff8171469dc09323ab8b95beb36 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:39:09 +0000 Subject: [PATCH 2/4] Update src/app/bespoke/page.tsx --- src/app/bespoke/page.tsx | 92 ++++++++++------------------------------ 1 file changed, 23 insertions(+), 69 deletions(-) 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() { From 8ca860ee959d5d5c3b1621c242056612a95f6f31 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:39:09 +0000 Subject: [PATCH 3/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 43 +++++++++++----------------------------- 1 file changed, 12 insertions(+), 31 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b23d43b..61fc9a3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,7 +6,7 @@ import ContactSplit from "@/components/sections/contact/ContactSplit"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Sparkles, Facebook, Instagram, Linkedin } from "lucide-react"; +import { Sparkles, Facebook, Instagram, Linkedin, CheckCircle } from "lucide-react"; import Link from "next/link"; export default function ContactPage() { @@ -33,9 +33,7 @@ export default function ContactPage() { { name: "Reviews", id: "reviews" }, ]} button={{ - text: "Get a Quote", - href: "/contact", - }} + text: "Get a Quote", href: "/contact"}} animateOnLoad={true} /> @@ -49,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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg" imageAlt="Furniture showroom luxury beds display" mediaAnimation="slide-up" mediaPosition="right" @@ -66,19 +64,12 @@ export default function ContactPage() { From fb93d9ca7bc60190c7257933eb1788774a9d7bd0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:39:10 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 167 ++++++++++------------------------------------- 1 file changed, 35 insertions(+), 132 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d7ed60d..2753c7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Sparkles, CheckCircle, Award, Zap, Pencil, Shield, MessageCircle, Palette, Hammer, Truck, Facebook, Instagram, Linkedin } from "lucide-react"; +import { Sparkles, CheckCircle, Award, Zap, Pencil, Shield, MessageCircle, Palette, Hammer, Truck, Facebook, Instagram, Linkedin, Heart } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -38,9 +38,7 @@ export default function HomePage() { brandName="Manchester Beds" navItems={navItems} button={{ - text: "Get a Quote", - href: "#contact", - }} + text: "Get a Quote", href: "#contact"}} animateOnLoad={true} /> @@ -52,49 +50,30 @@ 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/bedding-mattress-white-room-background_1203-4741.jpg" imageAlt="Luxury handcrafted bed in warm lighting" mediaAnimation="blur-reveal" + background={{ variant: "plain" }} buttons={[ { - text: "Get a Custom Quote", - href: "#contact", - }, + text: "Get a Custom Quote", href: "#contact"}, { - text: "Visit Our Showroom", - href: "#showroom", - }, + text: "Visit Our Showroom", href: "#showroom"}, ]} 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=1", - }, + 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=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"}, { - 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=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"}, { - 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=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"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -109,11 +88,7 @@ export default function HomePage() { tagIcon={CheckCircle} tagAnimation="slide-up" names={[ - "⭐ 5.0 Rating from 48+ Customers", - "✓ Handmade in Manchester", - "✓ Direct From Manufacturer", - "✓ Delivery & Assembly Included", - ]} + "⭐ 5.0 Rating from 48+ Customers", "✓ Handmade in Manchester", "✓ Direct From Manufacturer", "✓ Delivery & Assembly Included"]} textboxLayout="default" useInvertedBackground={true} speed={40} @@ -133,22 +108,13 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - title: "Bespoke Design", - description: "Every bed can be made to your exact measurements and style preferences", - bentoComponent: "reveal-icon", - icon: Pencil, + title: "Bespoke Design", description: "Every bed can be made to your exact measurements and style preferences", bentoComponent: "reveal-icon", icon: Pencil, }, { - title: "Built to Last", - description: "Our beds are handcrafted with solid workmanship and premium materials", - bentoComponent: "reveal-icon", - icon: Shield, + title: "Built to Last", description: "Our beds are handcrafted with solid workmanship and premium materials", bentoComponent: "reveal-icon", icon: Shield, }, { - title: "Direct From Manufacturer", - description: "No middleman. Just better quality and fair prices direct to you", - bentoComponent: "reveal-icon", - icon: Zap, + title: "Direct From Manufacturer", description: "No middleman. Just better quality and fair prices direct to you", bentoComponent: "reveal-icon", icon: Zap, }, ]} /> @@ -168,45 +134,17 @@ export default function HomePage() { carouselMode="buttons" products={[ { - id: "1", - brand: "Manchester Beds", - name: "Custom Bespoke Beds", - price: "From £2,500", - rating: 5, - reviewCount: "42", - imageSrc: "http://img.b2bpic.net/free-photo/young-playful-sensual-woman-posing-luxury-hotel-enjoy-her-relaxed-morning-wearing-silk-robe-soft-toned-colors-relaxed-boudoir-atmosphere_291049-1125.jpg", - imageAlt: "Luxury custom bespoke bed with upholstered headboard", - }, + id: "1", brand: "Manchester Beds", name: "Custom Bespoke Beds", price: "From £2,500", rating: 5, + reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/young-playful-sensual-woman-posing-luxury-hotel-enjoy-her-relaxed-morning-wearing-silk-robe-soft-toned-colors-relaxed-boudoir-atmosphere_291049-1125.jpg", imageAlt: "Luxury custom bespoke bed with upholstered headboard"}, { - id: "2", - brand: "Manchester Beds", - name: "Ottoman Storage Beds", - price: "From £1,800", - rating: 5, - reviewCount: "38", - imageSrc: "http://img.b2bpic.net/free-photo/couple-smiling-while-assembling-shelf-as-team-reading-instructions_482257-29488.jpg", - imageAlt: "Modern ottoman storage bed with lift-up mechanism", - }, + id: "2", brand: "Manchester Beds", name: "Ottoman Storage Beds", price: "From £1,800", rating: 5, + reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/couple-smiling-while-assembling-shelf-as-team-reading-instructions_482257-29488.jpg", imageAlt: "Modern ottoman storage bed with lift-up mechanism"}, { - id: "3", - brand: "Manchester Beds", - name: "Divan Beds", - price: "From £1,200", - rating: 5, - reviewCount: "35", - imageSrc: "http://img.b2bpic.net/free-photo/sleeping-mattress-bright-hostel-background_1253-665.jpg", - imageAlt: "Contemporary divan bed in neutral tones", - }, + id: "3", brand: "Manchester Beds", name: "Divan Beds", price: "From £1,200", rating: 5, + reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/sleeping-mattress-bright-hostel-background_1253-665.jpg", imageAlt: "Contemporary divan bed in neutral tones"}, { - id: "4", - brand: "Manchester Beds", - name: "Luxury Headboards", - price: "From £800", - rating: 5, - reviewCount: "28", - imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-bedroom-with-comfortable-bedding-elegant-decor-generated-by-ai_188544-29870.jpg", - imageAlt: "Velvet luxury upholstered statement headboard", - }, + id: "4", brand: "Manchester Beds", name: "Luxury Headboards", price: "From £800", rating: 5, + reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-bedroom-with-comfortable-bedding-elegant-decor-generated-by-ai_188544-29870.jpg", imageAlt: "Velvet luxury upholstered statement headboard"}, ]} /> @@ -222,41 +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?_wi=1", - 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", 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?_wi=1", - 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", 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?_wi=1", - 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", 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?_wi=1", - 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", imageAlt: "Customer happy with purchase value"}, ]} /> @@ -269,10 +179,9 @@ export default function HomePage() { tagIcon={Sparkles} tagAnimation="slide-up" background={{ - variant: "sparkles-gradient", - }} + variant: "sparkles-gradient"}} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg" imageAlt="Furniture showroom luxury beds display" mediaAnimation="slide-up" mediaPosition="right" @@ -289,19 +198,13 @@ export default function HomePage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/manchesterbeds", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/manchesterbeds", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com/manchesterbeds", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/manchesterbeds", ariaLabel: "Instagram"}, { icon: Linkedin, - href: "https://linkedin.com/company/manchester-beds", - ariaLabel: "LinkedIn", - }, + href: "https://linkedin.com/company/manchester-beds", ariaLabel: "LinkedIn"}, ]} />