Merge version_1_1782286462813 into main #1
@@ -8,32 +8,16 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "About",
|
||||
"href": "#about"
|
||||
"name": "About", "href": "#about"
|
||||
},
|
||||
{
|
||||
"name": "Services",
|
||||
"href": "#services"
|
||||
"name": "Services", "href": "#services"
|
||||
},
|
||||
{
|
||||
"name": "Portfolio",
|
||||
"href": "#portfolio"
|
||||
"name": "Portfolio", "href": "#portfolio"
|
||||
},
|
||||
{
|
||||
"name": "Contact",
|
||||
"href": "#contact"
|
||||
},
|
||||
{
|
||||
"name": "Hero",
|
||||
"href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Metrics",
|
||||
"href": "#metrics"
|
||||
},
|
||||
{
|
||||
"name": "Testimonials",
|
||||
"href": "#testimonials"
|
||||
"name": "Contact", "href": "#contact"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -43,10 +27,9 @@ export default function Layout() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="LuxeStudio"
|
||||
logoImageSrc="http://img.b2bpic.net/free-vector/elegant-black-f-logo_23-2149480962.jpg"
|
||||
ctaButton={{
|
||||
text: "Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Consultation", href: "#contact"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -57,46 +40,30 @@ export default function Layout() {
|
||||
brand="LuxeStudio"
|
||||
columns={[
|
||||
{
|
||||
title: "Studio",
|
||||
items: [
|
||||
title: "Studio", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "#portfolio"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Use", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyright="© 2024 LuxeStudio. All rights reserved."
|
||||
links={[
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "#",
|
||||
},
|
||||
label: "LinkedIn", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
@@ -20,13 +20,9 @@ export default function HomePage() {
|
||||
title="Luxury Interiors Crafted for Discerning Taste"
|
||||
description="Bespoke design services that elevate your space into a personal sanctuary. From concept to completion, we deliver timeless elegance tailored to your vision."
|
||||
primaryButton={{
|
||||
text: "Schedule Your Private Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Schedule Your Private Consultation", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "View Portfolio",
|
||||
href: "#portfolio",
|
||||
}}
|
||||
text: "View Portfolio", href: "#portfolio"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/indoor-couch-lifestyle-sofa-living_1203-4094.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -40,20 +36,11 @@ export default function HomePage() {
|
||||
description="We specialize in curating environments that transcend the ordinary. Our team delivers unparalleled attention to detail for the world's most sophisticated homeowners."
|
||||
items={[
|
||||
{
|
||||
icon: Diamond,
|
||||
title: "Bespoke Curation",
|
||||
description: "Every element is hand-selected to match your unique lifestyle.",
|
||||
},
|
||||
icon: "Diamond", title: "Bespoke Curation", description: "Every element is hand-selected to match your unique lifestyle."},
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Timeless Elegance",
|
||||
description: "Design that remains relevant and beautiful for decades.",
|
||||
},
|
||||
icon: "Sparkles", title: "Timeless Elegance", description: "Design that remains relevant and beautiful for decades."},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Private Excellence",
|
||||
description: "Complete discretion and white-glove service for all projects.",
|
||||
},
|
||||
icon: "ShieldCheck", title: "Private Excellence", description: "Complete discretion and white-glove service for all projects."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-working-as-interior-designer_23-2150346538.jpg"
|
||||
/>
|
||||
@@ -68,20 +55,11 @@ export default function HomePage() {
|
||||
description="Full-service architecture, interior design, and bespoke furnishings."
|
||||
items={[
|
||||
{
|
||||
title: "Full-Home Renovation",
|
||||
description: "Transforming entire properties with cohesion and luxury.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199323.jpg",
|
||||
},
|
||||
title: "Full-Home Renovation", description: "Transforming entire properties with cohesion and luxury.", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-neoclassical-style-with-furnishings-decor_23-2151199323.jpg"},
|
||||
{
|
||||
title: "Master Suite Design",
|
||||
description: "Creating serene and opulent personal retreats.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg",
|
||||
},
|
||||
title: "Master Suite Design", description: "Creating serene and opulent personal retreats.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg"},
|
||||
{
|
||||
title: "Luxury Home Office",
|
||||
description: "Professional spaces tailored for inspiration and focus.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-showing-financial-information-office-workspace_53876-16526.jpg",
|
||||
},
|
||||
title: "Luxury Home Office", description: "Professional spaces tailored for inspiration and focus.", imageSrc: "http://img.b2bpic.net/free-photo/computer-screen-showing-financial-information-office-workspace_53876-16526.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -95,47 +73,19 @@ export default function HomePage() {
|
||||
description="Explore our portfolio of high-end home transformations."
|
||||
items={[
|
||||
{
|
||||
title: "Modern Bath",
|
||||
description: "Stone and gold accents.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-classic-interior_23-2150943444.jpg",
|
||||
},
|
||||
title: "Modern Bath", description: "Stone and gold accents.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-classic-interior_23-2150943444.jpg"},
|
||||
{
|
||||
title: "Entry Hallway",
|
||||
description: "Grand architectural statement.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg",
|
||||
},
|
||||
title: "Entry Hallway", description: "Grand architectural statement.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg"},
|
||||
{
|
||||
title: "Living Detail",
|
||||
description: "Artisan craft focus.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-glassware_107420-74255.jpg",
|
||||
},
|
||||
title: "Living Detail", description: "Artisan craft focus.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/close-up-glassware_107420-74255.jpg"},
|
||||
{
|
||||
title: "Patio Lounge",
|
||||
description: "Outdoor luxury space.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-nature-vintage-arrangement-setting_1203-6277.jpg",
|
||||
},
|
||||
title: "Patio Lounge", description: "Outdoor luxury space.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/metal-nature-vintage-arrangement-setting_1203-6277.jpg"},
|
||||
{
|
||||
title: "Kitchen Island",
|
||||
description: "Culinary sophistication.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2240.jpg",
|
||||
},
|
||||
title: "Kitchen Island", description: "Culinary sophistication.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-living-room-with-leather-sofa-lamp_105762-2240.jpg"},
|
||||
{
|
||||
title: "Bedroom Retreat",
|
||||
description: "Calm atmosphere design.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-bedroom-interior-with-pendant-lamp-cozy-bed-designer-room_169016-72500.jpg",
|
||||
},
|
||||
title: "Bedroom Retreat", description: "Calm atmosphere design.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/modern-bedroom-interior-with-pendant-lamp-cozy-bed-designer-room_169016-72500.jpg"},
|
||||
{
|
||||
title: "Home Study",
|
||||
description: "Refined executive space.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378903.jpg",
|
||||
},
|
||||
title: "Home Study", description: "Refined executive space.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-spacious-interior-design_23-2150378903.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -149,20 +99,11 @@ export default function HomePage() {
|
||||
description="Measurable results delivered through bespoke processes."
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
title: "Luxury Homes Transformed",
|
||||
value: "150+",
|
||||
},
|
||||
icon: "Award", title: "Luxury Homes Transformed", value: "150+"},
|
||||
{
|
||||
icon: Briefcase,
|
||||
title: "Projects Completed",
|
||||
value: "300+",
|
||||
},
|
||||
icon: "Briefcase", title: "Projects Completed", value: "300+"},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Years of Design",
|
||||
value: "25+",
|
||||
},
|
||||
icon: "Clock", title: "Years of Design", value: "25+"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -176,35 +117,15 @@ export default function HomePage() {
|
||||
description="Hear from our clients who have entrusted us with their vision."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Eleanor Vance",
|
||||
role: "Collector",
|
||||
quote: "Simply impeccable transformation. They understood our aesthetic better than we did ourselves.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg",
|
||||
},
|
||||
name: "Eleanor Vance", role: "Collector", quote: "Simply impeccable transformation. They understood our aesthetic better than we did ourselves.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg"},
|
||||
{
|
||||
name: "Arthur Sterling",
|
||||
role: "Developer",
|
||||
quote: "Their eye for detail and luxury is unmatched. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-handsome-cute-guy-suit-with-wine-distance-computer-date-holding-wine-glass_140725-162532.jpg",
|
||||
},
|
||||
name: "Arthur Sterling", role: "Developer", quote: "Their eye for detail and luxury is unmatched. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-handsome-cute-guy-suit-with-wine-distance-computer-date-holding-wine-glass_140725-162532.jpg"},
|
||||
{
|
||||
name: "Clara Montgomery",
|
||||
role: "Homeowner",
|
||||
quote: "We have never felt more at home. Every room is a masterpiece.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-daughter-hugging-dad-laughs-holiday_1328-2388.jpg",
|
||||
},
|
||||
name: "Clara Montgomery", role: "Homeowner", quote: "We have never felt more at home. Every room is a masterpiece.", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-daughter-hugging-dad-laughs-holiday_1328-2388.jpg"},
|
||||
{
|
||||
name: "Julian Thorne",
|
||||
role: "Entrepreneur",
|
||||
quote: "Professional, efficient, and exceptionally talented team.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891588.jpg",
|
||||
},
|
||||
name: "Julian Thorne", role: "Entrepreneur", quote: "Professional, efficient, and exceptionally talented team.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891588.jpg"},
|
||||
{
|
||||
name: "Isabella Rossi",
|
||||
role: "Art Enthusiast",
|
||||
quote: "A truly transcendent design experience from start to finish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-creative-artist-taking-notes-paper-draw-vase-model-sketch-using-textbook-inspiration-creativity-drawing-artistic-design-with-authentic-tools-create-masterpiece_482257-49971.jpg",
|
||||
},
|
||||
name: "Isabella Rossi", role: "Art Enthusiast", quote: "A truly transcendent design experience from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/old-creative-artist-taking-notes-paper-draw-vase-model-sketch-using-textbook-inspiration-creativity-drawing-artistic-design-with-authentic-tools-create-masterpiece_482257-49971.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -215,15 +136,9 @@ export default function HomePage() {
|
||||
<SocialProofMarquee
|
||||
tag="Featured In"
|
||||
title="Design Publications"
|
||||
description="Some of the most esteemed industry publications."
|
||||
names={[
|
||||
"Architectural Digest",
|
||||
"Vogue Living",
|
||||
"Elle Decor",
|
||||
"Interior Design Magazine",
|
||||
"Luxury Magazine",
|
||||
"Design Weekly",
|
||||
"Modern Home",
|
||||
]}
|
||||
"Architectural Digest", "Vogue Living", "Elle Decor", "Interior Design Magazine", "Luxury Magazine", "Design Weekly", "Modern Home"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -236,17 +151,11 @@ export default function HomePage() {
|
||||
description="Understanding our process and bespoke approach."
|
||||
items={[
|
||||
{
|
||||
question: "What is your typical project scope?",
|
||||
answer: "We manage full-home transformations and luxury interior design projects.",
|
||||
},
|
||||
question: "What is your typical project scope?", answer: "We manage full-home transformations and luxury interior design projects."},
|
||||
{
|
||||
question: "How do we get started?",
|
||||
answer: "Schedule a private consultation, and we'll discuss your vision and goals.",
|
||||
},
|
||||
question: "How do we get started?", answer: "Schedule a private consultation, and we'll discuss your vision and goals."},
|
||||
{
|
||||
question: "Do you work with architects?",
|
||||
answer: "Yes, we collaborate seamlessly with architects on custom home projects.",
|
||||
},
|
||||
question: "Do you work with architects?", answer: "Yes, we collaborate seamlessly with architects on custom home projects."},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -258,13 +167,9 @@ export default function HomePage() {
|
||||
tag="Inquiry"
|
||||
text="Ready to transform your home into a personal sanctuary?"
|
||||
primaryButton={{
|
||||
text: "Schedule Your Consultation",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Schedule Your Consultation", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "Call Our Studio",
|
||||
href: "tel:5550199",
|
||||
}}
|
||||
text: "Call Our Studio", href: "tel:5550199"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user