Update src/app/page.tsx
This commit is contained in:
167
src/app/page.tsx
167
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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user