Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d899c12ba0 | |||
| f3a011c4e8 | |||
| 7cf75a9dcf |
@@ -5,31 +5,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Lifestyle Home - Bespoke Furniture Crafted for Modern Living",
|
||||
description: "Premium bespoke furniture manufactured in Midrand. Custom designs, local craftsmanship, and white-glove service. Request a quote or visit our showroom today.",
|
||||
keywords: "bespoke furniture, custom furniture, furniture manufacturer, Midrand, Johannesburg, Gauteng, modern furniture, luxury furniture",
|
||||
openGraph: {
|
||||
title: "Lifestyle Home - Premium Bespoke Furniture",
|
||||
description: "Discover custom-designed, locally-manufactured bespoke furniture for your South African home.",
|
||||
type: "website",
|
||||
siteName: "Lifestyle Home",
|
||||
images: [
|
||||
title: "Lifestyle Home - Bespoke Furniture Crafted for Modern Living", description: "Premium bespoke furniture manufactured in Midrand. Custom designs, local craftsmanship, and white-glove service. Request a quote or visit our showroom today.", keywords: "bespoke furniture, custom furniture, furniture manufacturer, Midrand, Johannesburg, Gauteng, modern furniture, luxury furniture", openGraph: {
|
||||
title: "Lifestyle Home - Premium Bespoke Furniture", description: "Discover custom-designed, locally-manufactured bespoke furniture for your South African home.", type: "website", siteName: "Lifestyle Home", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178339.jpg",
|
||||
alt: "Luxury bespoke furniture showcased in modern interior",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178339.jpg", alt: "Luxury bespoke furniture showcased in modern interior"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Lifestyle Home - Bespoke Furniture",
|
||||
description: "Transform your space with premium custom furniture crafted in Midrand.",
|
||||
images: ["http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178339.jpg"],
|
||||
card: "summary_large_image", title: "Lifestyle Home - Bespoke Furniture", description: "Transform your space with premium custom furniture crafted in Midrand.", images: ["http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178339.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
@@ -1415,4 +1402,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
461
src/app/page.tsx
461
src/app/page.tsx
@@ -57,9 +57,7 @@ export default function HomePage() {
|
||||
brandName="Lifestyle Home"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Contact Us", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,54 +74,37 @@ export default function HomePage() {
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Luxury Interior Excellence",
|
||||
logoIcon: Sofa,
|
||||
title: "Luxury Interior Excellence", logoIcon: Sofa,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178339.jpg",
|
||||
imageAlt:
|
||||
"Modern luxury living room with premium bespoke furniture",
|
||||
buttons: [
|
||||
"http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178339.jpg", imageAlt:
|
||||
"Modern luxury living room with premium bespoke furniture", buttons: [
|
||||
{ text: "Explore Collections", href: "/products" },
|
||||
{ text: "Chat on WhatsApp", href: "https://wa.me/27860017420" },
|
||||
],
|
||||
sidebarItems: [{ icon: Home }, { icon: Hammer, active: true }, { icon: Users }],
|
||||
stats: [
|
||||
{
|
||||
title: "Years of Excellence",
|
||||
values: [15, 18, 20],
|
||||
description: "In bespoke furniture craftsmanship",
|
||||
},
|
||||
title: "Years of Excellence", values: [15, 18, 20],
|
||||
description: "In bespoke furniture craftsmanship"},
|
||||
{
|
||||
title: "Satisfied Clients",
|
||||
values: [500, 750, 1000],
|
||||
description: "Across Gauteng and beyond",
|
||||
},
|
||||
title: "Satisfied Clients", values: [500, 750, 1000],
|
||||
description: "Across Gauteng and beyond"},
|
||||
{
|
||||
title: "Custom Projects",
|
||||
values: [200, 350, 500],
|
||||
description: "Delivered with excellence",
|
||||
},
|
||||
title: "Custom Projects", values: [200, 350, 500],
|
||||
description: "Delivered with excellence"},
|
||||
],
|
||||
listTitle: "Why Choose Us",
|
||||
listItems: [
|
||||
listTitle: "Why Choose Us", listItems: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "100% South African Manufactured",
|
||||
status: "Premium Quality",
|
||||
},
|
||||
title: "100% South African Manufactured", status: "Premium Quality"},
|
||||
{
|
||||
icon: Palette,
|
||||
title: "Unlimited Custom Design Options",
|
||||
status: "Your Vision",
|
||||
},
|
||||
title: "Unlimited Custom Design Options", status: "Your Vision"},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Fast Turnaround & Premium Materials",
|
||||
status: "Expert Crafted",
|
||||
},
|
||||
title: "Fast Turnaround & Premium Materials", status: "Expert Crafted"},
|
||||
],
|
||||
searchPlaceholder: "Explore furniture styles...",
|
||||
}}
|
||||
searchPlaceholder: "Explore furniture styles..."}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -134,59 +115,28 @@ export default function HomePage() {
|
||||
description="Explore our curated collections designed to meet every room's unique aesthetic and functional needs."
|
||||
features={[
|
||||
{
|
||||
id: "living",
|
||||
label: "Living",
|
||||
title: "Transform Your Living Space",
|
||||
items: [
|
||||
"Modular sofas & sectionals",
|
||||
"Coffee tables & side tables",
|
||||
"TV stands & entertainment units",
|
||||
"Accent chairs & loungers",
|
||||
],
|
||||
id: "living", label: "Living", title: "Transform Your Living Space", items: [
|
||||
"Modular sofas & sectionals", "Coffee tables & side tables", "TV stands & entertainment units", "Accent chairs & loungers"],
|
||||
buttons: [{ text: "Explore", href: "/products" }],
|
||||
},
|
||||
{
|
||||
id: "bedroom",
|
||||
label: "Bedroom",
|
||||
title: "Create Your Perfect Sanctuary",
|
||||
items: [
|
||||
"Luxury bed frames",
|
||||
"Bedroom storage solutions",
|
||||
"Nightstands & dressers",
|
||||
"Upholstered headboards",
|
||||
],
|
||||
id: "bedroom", label: "Bedroom", title: "Create Your Perfect Sanctuary", items: [
|
||||
"Luxury bed frames", "Bedroom storage solutions", "Nightstands & dressers", "Upholstered headboards"],
|
||||
buttons: [{ text: "Explore", href: "/products" }],
|
||||
},
|
||||
{
|
||||
id: "dining",
|
||||
label: "Dining",
|
||||
title: "Elevate Your Dining Experience",
|
||||
items: [
|
||||
"Custom dining tables",
|
||||
"Designer dining chairs",
|
||||
"Buffet & sideboard units",
|
||||
"Bar stools & counter seating",
|
||||
],
|
||||
id: "dining", label: "Dining", title: "Elevate Your Dining Experience", items: [
|
||||
"Custom dining tables", "Designer dining chairs", "Buffet & sideboard units", "Bar stools & counter seating"],
|
||||
buttons: [{ text: "Explore", href: "/products" }],
|
||||
},
|
||||
{
|
||||
id: "office",
|
||||
label: "Office",
|
||||
title: "Design Your Professional Workspace",
|
||||
items: [
|
||||
"Executive desks",
|
||||
"Ergonomic office chairs",
|
||||
"Shelving & storage systems",
|
||||
"Meeting room furniture",
|
||||
],
|
||||
id: "office", label: "Office", title: "Design Your Professional Workspace", items: [
|
||||
"Executive desks", "Ergonomic office chairs", "Shelving & storage systems", "Meeting room furniture"],
|
||||
buttons: [{ text: "Explore", href: "/products" }],
|
||||
},
|
||||
{
|
||||
id: "custom",
|
||||
label: "Custom",
|
||||
title: "Bring Your Vision to Life",
|
||||
items: [
|
||||
"Bespoke design consultation",
|
||||
"Material & fabric selection",
|
||||
"Made-to-measure dimensions",
|
||||
"Full customization available",
|
||||
],
|
||||
id: "custom", label: "Custom", title: "Bring Your Vision to Life", items: [
|
||||
"Bespoke design consultation", "Material & fabric selection", "Made-to-measure dimensions", "Full customization available"],
|
||||
buttons: [{ text: "Start Custom Project", href: "/custom" }],
|
||||
},
|
||||
]}
|
||||
@@ -211,40 +161,28 @@ export default function HomePage() {
|
||||
imagePosition="right"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Local Manufacturing",
|
||||
description:
|
||||
"100% designed and manufactured in Midrand. Supporting local craftsmanship and quality control at every stage.",
|
||||
icon: Building2,
|
||||
title: "Local Manufacturing", description:
|
||||
"100% designed and manufactured in Midrand. Supporting local craftsmanship and quality control at every stage.", icon: Building2,
|
||||
},
|
||||
{
|
||||
title: "Custom Designs",
|
||||
description:
|
||||
"Work with our expert designers to create furniture that perfectly matches your aesthetic and functional requirements.",
|
||||
icon: Palette,
|
||||
title: "Custom Designs", description:
|
||||
"Work with our expert designers to create furniture that perfectly matches your aesthetic and functional requirements.", icon: Palette,
|
||||
},
|
||||
{
|
||||
title: "Premium Materials",
|
||||
description:
|
||||
"We source only the finest materials from trusted suppliers, ensuring durability and timeless beauty.",
|
||||
icon: Sparkles,
|
||||
title: "Premium Materials", description:
|
||||
"We source only the finest materials from trusted suppliers, ensuring durability and timeless beauty.", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Quality Craftsmanship",
|
||||
description:
|
||||
"Each piece is meticulously crafted by skilled artisans with decades of combined experience.",
|
||||
icon: Hammer,
|
||||
title: "Quality Craftsmanship", description:
|
||||
"Each piece is meticulously crafted by skilled artisans with decades of combined experience.", icon: Hammer,
|
||||
},
|
||||
{
|
||||
title: "Competitive Pricing",
|
||||
description:
|
||||
"Premium quality at competitive rates. Direct manufacturing means better value for you.",
|
||||
icon: TrendingUp,
|
||||
title: "Competitive Pricing", description:
|
||||
"Premium quality at competitive rates. Direct manufacturing means better value for you.", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
title: "Dedicated Support",
|
||||
description:
|
||||
"From consultation to delivery, our team provides white-glove service and ongoing support.",
|
||||
icon: Users,
|
||||
title: "Dedicated Support", description:
|
||||
"From consultation to delivery, our team provides white-glove service and ongoing support.", icon: Users,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -257,48 +195,20 @@ export default function HomePage() {
|
||||
description="A seamless journey from concept to completion. Our proven process ensures your vision becomes reality."
|
||||
features={[
|
||||
{
|
||||
id: "consult",
|
||||
label: "01",
|
||||
title: "Personal Consultation",
|
||||
items: [
|
||||
"Understand your space & style",
|
||||
"Discuss functional requirements",
|
||||
"Explore design possibilities",
|
||||
"Set timeline & budget",
|
||||
],
|
||||
id: "consult", label: "01", title: "Personal Consultation", items: [
|
||||
"Understand your space & style", "Discuss functional requirements", "Explore design possibilities", "Set timeline & budget"],
|
||||
},
|
||||
{
|
||||
id: "design",
|
||||
label: "02",
|
||||
title: "Design & Selection",
|
||||
items: [
|
||||
"Create custom design concepts",
|
||||
"Select premium materials",
|
||||
"Choose fabrics & finishes",
|
||||
"Approve final specifications",
|
||||
],
|
||||
id: "design", label: "02", title: "Design & Selection", items: [
|
||||
"Create custom design concepts", "Select premium materials", "Choose fabrics & finishes", "Approve final specifications"],
|
||||
},
|
||||
{
|
||||
id: "build",
|
||||
label: "03",
|
||||
title: "Expert Crafting",
|
||||
items: [
|
||||
"Master craftsmen take over",
|
||||
"Precision manufacturing",
|
||||
"Quality control at each stage",
|
||||
"Detailed progress updates",
|
||||
],
|
||||
id: "build", label: "03", title: "Expert Crafting", items: [
|
||||
"Master craftsmen take over", "Precision manufacturing", "Quality control at each stage", "Detailed progress updates"],
|
||||
},
|
||||
{
|
||||
id: "deliver",
|
||||
label: "04",
|
||||
title: "Delivery & Beyond",
|
||||
items: [
|
||||
"Professional delivery service",
|
||||
"Expert installation & setup",
|
||||
"Care instructions provided",
|
||||
"Lifetime support available",
|
||||
],
|
||||
id: "deliver", label: "04", title: "Delivery & Beyond", items: [
|
||||
"Professional delivery service", "Expert installation & setup", "Care instructions provided", "Lifetime support available"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -315,95 +225,35 @@ export default function HomePage() {
|
||||
tag="Client Testimonials"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell, Homeowner",
|
||||
date: "Date: November 2024",
|
||||
title: "Transformed Our Living Space Completely",
|
||||
quote:
|
||||
"We approached Lifestyle Home with a vague idea of what we wanted, and they guided us through the entire process. The result exceeded all expectations. The craftsmanship is impeccable, and the attention to detail is remarkable. Our living room is now the heart of our home.",
|
||||
tag: "Living Room Project",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
avatarAlt: "Sarah Mitchell",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797718.jpg?_wi=1",
|
||||
imageAlt: "Transformed luxury living room by Lifestyle Home",
|
||||
},
|
||||
id: "1", name: "Sarah Mitchell, Homeowner", date: "Date: November 2024", title: "Transformed Our Living Space Completely", quote:
|
||||
"We approached Lifestyle Home with a vague idea of what we wanted, and they guided us through the entire process. The result exceeded all expectations. The craftsmanship is impeccable, and the attention to detail is remarkable. Our living room is now the heart of our home.", tag: "Living Room Project", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", avatarAlt: "Sarah Mitchell", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797718.jpg?_wi=1", imageAlt: "Transformed luxury living room by Lifestyle Home"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James & Emma Thompson, Homeowners",
|
||||
date: "Date: October 2024",
|
||||
title: "Premium Quality, Exceptional Service",
|
||||
quote:
|
||||
"From the first consultation to the final delivery, Lifestyle Home demonstrated true professionalism. They understood our style preferences perfectly and delivered custom pieces that feel like they were designed specifically for our space. The delivery and setup service was flawless. Highly recommend!",
|
||||
tag: "Bedroom & Dining",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/couple-choosing-fabric-furniture-store_1157-37466.jpg",
|
||||
avatarAlt: "James & Emma Thompson",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-modern-bedroom-with-wooden-paneling_23-2151995366.jpg?_wi=1",
|
||||
imageAlt: "Custom bedroom furniture by Lifestyle Home",
|
||||
},
|
||||
id: "2", name: "James & Emma Thompson, Homeowners", date: "Date: October 2024", title: "Premium Quality, Exceptional Service", quote:
|
||||
"From the first consultation to the final delivery, Lifestyle Home demonstrated true professionalism. They understood our style preferences perfectly and delivered custom pieces that feel like they were designed specifically for our space. The delivery and setup service was flawless. Highly recommend!", tag: "Bedroom & Dining", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/couple-choosing-fabric-furniture-store_1157-37466.jpg", avatarAlt: "James & Emma Thompson", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-modern-bedroom-with-wooden-paneling_23-2151995366.jpg?_wi=1", imageAlt: "Custom bedroom furniture by Lifestyle Home"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Thandi Mkhize, Interior Designer",
|
||||
date: "Date: September 2024",
|
||||
title: "My Go-To Partner for Bespoke Solutions",
|
||||
quote:
|
||||
"As an interior designer, I work with multiple furniture manufacturers. Lifestyle Home stands out for their reliability, design flexibility, and willingness to create truly custom pieces that elevate my projects. My clients rave about the quality and the team's professionalism. They're invaluable to my business.",
|
||||
tag: "Design Partnership",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741791.jpg",
|
||||
avatarAlt: "Thandi Mkhize",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg?_wi=1",
|
||||
imageAlt: "Modern office designed with custom furniture",
|
||||
},
|
||||
id: "3", name: "Thandi Mkhize, Interior Designer", date: "Date: September 2024", title: "My Go-To Partner for Bespoke Solutions", quote:
|
||||
"As an interior designer, I work with multiple furniture manufacturers. Lifestyle Home stands out for their reliability, design flexibility, and willingness to create truly custom pieces that elevate my projects. My clients rave about the quality and the team's professionalism. They're invaluable to my business.", tag: "Design Partnership", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741791.jpg", avatarAlt: "Thandi Mkhize", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg?_wi=1", imageAlt: "Modern office designed with custom furniture"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kessler, Property Developer",
|
||||
date: "Date: August 2024",
|
||||
title: "Furnished Entire Development Successfully",
|
||||
quote:
|
||||
"We partnered with Lifestyle Home to furnish 12 display units in our new residential development. Their ability to manage large-scale custom orders while maintaining quality and meeting tight deadlines was impressive. They're now our preferred furniture partner for all future projects.",
|
||||
tag: "Commercial Partnership",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
|
||||
avatarAlt: "David Kessler",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/corner-empty-new-room-with-white-walls-doors-black-floor_181624-61695.jpg?_wi=1",
|
||||
imageAlt: "Commercial furniture installation by Lifestyle Home",
|
||||
},
|
||||
id: "4", name: "David Kessler, Property Developer", date: "Date: August 2024", title: "Furnished Entire Development Successfully", quote:
|
||||
"We partnered with Lifestyle Home to furnish 12 display units in our new residential development. Their ability to manage large-scale custom orders while maintaining quality and meeting tight deadlines was impressive. They're now our preferred furniture partner for all future projects.", tag: "Commercial Partnership", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "David Kessler", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/corner-empty-new-room-with-white-walls-doors-black-floor_181624-61695.jpg?_wi=1", imageAlt: "Commercial furniture installation by Lifestyle Home"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Priya Patel, Homeowner",
|
||||
date: "Date: July 2024",
|
||||
title: "Exceptional Value for Money",
|
||||
quote:
|
||||
"I was skeptical about bespoke furniture until I discovered Lifestyle Home. The pricing is incredibly competitive for the quality you receive. They didn't compromise on materials or craftsmanship despite reasonable pricing. We're already planning our next project with them.",
|
||||
tag: "Value Proposition",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
avatarAlt: "Priya Patel",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797718.jpg?_wi=2",
|
||||
imageAlt: "Premium living room furniture installation",
|
||||
},
|
||||
id: "5", name: "Priya Patel, Homeowner", date: "Date: July 2024", title: "Exceptional Value for Money", quote:
|
||||
"I was skeptical about bespoke furniture until I discovered Lifestyle Home. The pricing is incredibly competitive for the quality you receive. They didn't compromise on materials or craftsmanship despite reasonable pricing. We're already planning our next project with them.", tag: "Value Proposition", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", avatarAlt: "Priya Patel", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797718.jpg?_wi=2", imageAlt: "Premium living room furniture installation"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Michael Chen, Young Professional",
|
||||
date: "Date: June 2024",
|
||||
title: "Perfect for Modern Living",
|
||||
quote:
|
||||
"I wanted furniture that was both stylish and functional for my urban apartment. Lifestyle Home created custom pieces that maximized my space while reflecting my minimalist aesthetic. The team understood my vision immediately and delivered without any hassle. Five stars!",
|
||||
tag: "Urban Design",
|
||||
avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/couple-choosing-fabric-furniture-store_1157-37466.jpg",
|
||||
avatarAlt: "Michael Chen",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg?_wi=2",
|
||||
imageAlt: "Modern minimal furniture design",
|
||||
},
|
||||
id: "6", name: "Michael Chen, Young Professional", date: "Date: June 2024", title: "Perfect for Modern Living", quote:
|
||||
"I wanted furniture that was both stylish and functional for my urban apartment. Lifestyle Home created custom pieces that maximized my space while reflecting my minimalist aesthetic. The team understood my vision immediately and delivered without any hassle. Five stars!", tag: "Urban Design", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/couple-choosing-fabric-furniture-store_1157-37466.jpg", avatarAlt: "Michael Chen", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg?_wi=2", imageAlt: "Modern minimal furniture design"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -420,41 +270,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "20+",
|
||||
title: "Years of Excellence",
|
||||
description: "Continuous commitment to bespoke furniture craftsmanship",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empty-lounge-area-hotel-lobby_482257-78142.jpg?_wi=2",
|
||||
imageAlt: "Lifestyle Home established showroom",
|
||||
},
|
||||
id: "1", value: "20+", title: "Years of Excellence", description: "Continuous commitment to bespoke furniture craftsmanship", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empty-lounge-area-hotel-lobby_482257-78142.jpg?_wi=2", imageAlt: "Lifestyle Home established showroom"},
|
||||
{
|
||||
id: "2",
|
||||
value: "1000+",
|
||||
title: "Satisfied Clients",
|
||||
description: "Homeowners and professionals trusting our quality",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797718.jpg?_wi=3",
|
||||
imageAlt: "Happy customer interior showcase",
|
||||
},
|
||||
id: "2", value: "1000+", title: "Satisfied Clients", description: "Homeowners and professionals trusting our quality", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797718.jpg?_wi=3", imageAlt: "Happy customer interior showcase"},
|
||||
{
|
||||
id: "3",
|
||||
value: "500+",
|
||||
title: "Custom Projects",
|
||||
description: "Delivered with precision and dedication",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186732.jpg?_wi=1",
|
||||
imageAlt: "Expert furniture craftsmanship details",
|
||||
},
|
||||
id: "3", value: "500+", title: "Custom Projects", description: "Delivered with precision and dedication", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186732.jpg?_wi=1", imageAlt: "Expert furniture craftsmanship details"},
|
||||
{
|
||||
id: "4",
|
||||
value: "100%",
|
||||
title: "Local Manufacturing",
|
||||
description: "Designed and built right here in Midrand",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empty-lounge-area-hotel-lobby_482257-78142.jpg?_wi=3",
|
||||
imageAlt: "Local manufacturing facility",
|
||||
},
|
||||
id: "4", value: "100%", title: "Local Manufacturing", description: "Designed and built right here in Midrand", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/empty-lounge-area-hotel-lobby_482257-78142.jpg?_wi=3", imageAlt: "Local manufacturing facility"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -471,40 +297,20 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "gallery-1",
|
||||
name: "Modern Living Room Suite",
|
||||
price: "From R25,000",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797718.jpg?_wi=4",
|
||||
imageAlt: "Contemporary modular living room furniture",
|
||||
initialQuantity: 1,
|
||||
id: "gallery-1", name: "Modern Living Room Suite", price: "From R25,000", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-modern-futuristic-work-space-with-furniture_23-2151797718.jpg?_wi=4", imageAlt: "Contemporary modular living room furniture", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "gallery-2",
|
||||
name: "Luxury Bedroom Collection",
|
||||
price: "From R35,000",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-modern-bedroom-with-wooden-paneling_23-2151995366.jpg?_wi=2",
|
||||
imageAlt: "Premium custom bedroom furniture set",
|
||||
initialQuantity: 1,
|
||||
id: "gallery-2", name: "Luxury Bedroom Collection", price: "From R35,000", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-modern-bedroom-with-wooden-paneling_23-2151995366.jpg?_wi=2", imageAlt: "Premium custom bedroom furniture set", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "gallery-3",
|
||||
name: "Executive Office Setup",
|
||||
price: "From R15,000",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg?_wi=3",
|
||||
imageAlt: "Professional office furniture solution",
|
||||
initialQuantity: 1,
|
||||
id: "gallery-3", name: "Executive Office Setup", price: "From R15,000", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-hallway-office-lounge-room_1262-12372.jpg?_wi=3", imageAlt: "Professional office furniture solution", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "gallery-4",
|
||||
name: "Dining Room Transformation",
|
||||
price: "From R28,000",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/corner-empty-new-room-with-white-walls-doors-black-floor_181624-61695.jpg?_wi=2",
|
||||
imageAlt: "Custom dining furniture before and after",
|
||||
initialQuantity: 1,
|
||||
id: "gallery-4", name: "Dining Room Transformation", price: "From R28,000", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/corner-empty-new-room-with-white-walls-doors-black-floor_181624-61695.jpg?_wi=2", imageAlt: "Custom dining furniture before and after", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -516,49 +322,29 @@ export default function HomePage() {
|
||||
ctaTitle="Ready to Transform Your Space?"
|
||||
ctaDescription="Schedule a consultation with our design team. Let's create something extraordinary together."
|
||||
ctaButton={{
|
||||
text: "Book Free Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book Free Consultation", href: "/contact"}}
|
||||
ctaIcon={Calendar}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is the typical timeline for a custom project?",
|
||||
content:
|
||||
"Most custom projects take 6-12 weeks from design approval to delivery, depending on complexity and materials. Rush orders can be accommodated. We'll provide a detailed timeline during your consultation.",
|
||||
},
|
||||
id: "1", title: "What is the typical timeline for a custom project?", content:
|
||||
"Most custom projects take 6-12 weeks from design approval to delivery, depending on complexity and materials. Rush orders can be accommodated. We'll provide a detailed timeline during your consultation."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer delivery and installation?",
|
||||
content:
|
||||
"Yes! We provide professional delivery and expert installation throughout Gauteng and surrounding provinces. Our team ensures your furniture is perfectly placed and set up. White-glove service is our standard.",
|
||||
},
|
||||
id: "2", title: "Do you offer delivery and installation?", content:
|
||||
"Yes! We provide professional delivery and expert installation throughout Gauteng and surrounding provinces. Our team ensures your furniture is perfectly placed and set up. White-glove service is our standard."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What materials do you work with?",
|
||||
content:
|
||||
"We work with premium quality materials including solid wood, engineered wood, premium fabrics, leather, and various finishes. We can source specific materials you prefer, and our team will advise on durability and maintenance.",
|
||||
},
|
||||
id: "3", title: "What materials do you work with?", content:
|
||||
"We work with premium quality materials including solid wood, engineered wood, premium fabrics, leather, and various finishes. We can source specific materials you prefer, and our team will advise on durability and maintenance."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I finance my furniture purchase?",
|
||||
content:
|
||||
"We're exploring flexible payment options including installment plans. Please contact us to discuss financing options that suit your budget. We work with trusted financial partners.",
|
||||
},
|
||||
id: "4", title: "Can I finance my furniture purchase?", content:
|
||||
"We're exploring flexible payment options including installment plans. Please contact us to discuss financing options that suit your budget. We work with trusted financial partners."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you offer warranty on your furniture?",
|
||||
content:
|
||||
"All our pieces come with a 2-year warranty covering manufacturing defects. Extended warranty options are available. We also provide lifetime support and maintenance guidance.",
|
||||
},
|
||||
id: "5", title: "Do you offer warranty on your furniture?", content:
|
||||
"All our pieces come with a 2-year warranty covering manufacturing defects. Extended warranty options are available. We also provide lifetime support and maintenance guidance."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do I get started with a custom project?",
|
||||
content:
|
||||
"Simply contact us via phone (0860 017 420), WhatsApp, or visit our showroom. Our design team will schedule a free consultation to discuss your vision, space, and requirements.",
|
||||
},
|
||||
id: "6", title: "How do I get started with a custom project?", content:
|
||||
"Simply contact us via phone (0860 017 420), WhatsApp, or visit our showroom. Our design team will schedule a free consultation to discuss your vision, space, and requirements."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -572,8 +358,7 @@ export default function HomePage() {
|
||||
copyrightText="© 2025 Lifestyle Home. All rights reserved. Premium Bespoke Furniture Manufacturer."
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Products", href: "/products" },
|
||||
{ label: "Custom Design", href: "/custom" },
|
||||
@@ -582,45 +367,27 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Phone: 0860 017 420",
|
||||
href: "tel:0860017420",
|
||||
},
|
||||
label: "Phone: 0860 017 420", href: "tel:0860017420"},
|
||||
{
|
||||
label: "Email: orders@lifestyle-home.co.za",
|
||||
href: "mailto:orders@lifestyle-home.co.za",
|
||||
},
|
||||
label: "Email: orders@lifestyle-home.co.za", href: "mailto:orders@lifestyle-home.co.za"},
|
||||
{
|
||||
label: "WhatsApp Chat",
|
||||
href: "https://wa.me/27860017420",
|
||||
},
|
||||
label: "WhatsApp Chat", href: "https://wa.me/27860017420"},
|
||||
{
|
||||
label: "Showroom Location",
|
||||
href: "#",
|
||||
},
|
||||
label: "Showroom Location", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Business",
|
||||
items: [
|
||||
title: "Business", items: [
|
||||
{
|
||||
label: "Showroom Hours: 09:00 - 16:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "Showroom Hours: 09:00 - 16:00", href: "#"},
|
||||
{
|
||||
label: "Midrand Business Park",
|
||||
href: "#",
|
||||
},
|
||||
label: "Midrand Business Park", href: "#"},
|
||||
{
|
||||
label: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Get Directions", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -628,4 +395,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user