Update src/app/about/page.tsx
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -44,19 +42,12 @@ export default function AboutPage() {
|
||||
<TextSplitAbout
|
||||
title="Visit Our Denton Showroom"
|
||||
description={[
|
||||
"Experience our full range of handcrafted beds in person. Our showroom showcases velvet headboards, ottoman beds, custom upholstered pieces, and workshop craftsmanship.",
|
||||
"Unit 1C Phoenix House, Taylor Lane, Denton, Manchester M34 3NR",
|
||||
"Open Monday to Friday, 9 AM - 5 PM. Saturday by appointment.",
|
||||
]}
|
||||
"Experience our full range of handcrafted beds in person. Our showroom showcases velvet headboards, ottoman beds, custom upholstered pieces, and workshop craftsmanship.", "Unit 1C Phoenix House, Taylor Lane, Denton, Manchester M34 3NR", "Open Monday to Friday, 9 AM - 5 PM. Saturday by appointment."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+447470939384",
|
||||
},
|
||||
text: "Call Now", href: "tel:+447470939384"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=Unit+1C+Phoenix+House+Taylor+Lane+Denton+Manchester+M34+3NR",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=Unit+1C+Phoenix+House+Taylor+Lane+Denton+Manchester+M34+3NR"},
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
showBorder={true}
|
||||
@@ -75,28 +66,16 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "1. Visit or Contact Us",
|
||||
description: "Discuss your bed design, size preferences, and budget with our team",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: MessageCircle,
|
||||
title: "1. Visit or Contact Us", description: "Discuss your bed design, size preferences, and budget with our team", bentoComponent: "reveal-icon", icon: MessageCircle,
|
||||
},
|
||||
{
|
||||
title: "2. Choose Style & Fabric",
|
||||
description: "Select size, materials, colors, and all the details that matter to you",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Palette,
|
||||
title: "2. Choose Style & Fabric", description: "Select size, materials, colors, and all the details that matter to you", bentoComponent: "reveal-icon", icon: Palette,
|
||||
},
|
||||
{
|
||||
title: "3. Handcrafted in Manchester",
|
||||
description: "Your bed is made by expert upholsterers using premium materials",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Hammer,
|
||||
title: "3. Handcrafted in Manchester", description: "Your bed is made by expert upholsterers using premium materials", bentoComponent: "reveal-icon", icon: Hammer,
|
||||
},
|
||||
{
|
||||
title: "4. Delivery & Assembly",
|
||||
description: "We deliver and assemble your bed in your home, exactly how you want it",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Truck,
|
||||
title: "4. Delivery & Assembly", description: "We deliver and assemble your bed in your home, exactly how you want it", bentoComponent: "reveal-icon", icon: Truck,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user