Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 14:45:47 +00:00

View File

@@ -52,7 +52,8 @@ export default function LandingPage() {
{ name: "Testimonials", id: "testimonials" },
]}
button={{
text: "Schedule Consultation", href: "#contact"}}
text: "Schedule Consultation", href: "#contact"
}}
animateOnLoad={true}
/>
</div>
@@ -67,28 +68,32 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg"
imageAlt="Dramatic before and after interior transformation"
mediaAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "glowing-orb" }}
testimonials={[
{
name: "Margaret Chen", handle: "Homeowner, Brooklyn Heights", testimonial:
"Brooklyn Interiors completely transformed our living room. The team was professional, on time, and under budget. Best decision we made!", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=1", imageAlt: "Margaret Chen"},
"http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Margaret Chen"
},
{
name: "David Martinez", handle: "Real Estate Investor", testimonial:
"Fast turnaround, exceptional quality, and attention to detail. They increased our property value significantly. Highly recommended!", rating: 5,
imageSrc:
"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?_wi=1", imageAlt: "David Martinez"},
"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", imageAlt: "David Martinez"
},
{
name: "Sarah Williams", handle: "First-Time Buyer", testimonial:
"The design consultation was incredibly helpful. They understood my vision and delivered trendy, beautiful results within my budget.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Sarah Williams"},
"http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Williams"
},
]}
testimonialRotationInterval={5000}
buttons={[
{
text: "Schedule Your Free Design Consultation", href: "#contact"},
text: "Schedule Your Free Design Consultation", href: "#contact"
},
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
@@ -99,11 +104,13 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text", content: "Your Complete Interior Design Solution"},
type: "text", content: "Your Complete Interior Design Solution"
},
]}
buttons={[
{
text: "Explore Our Services", href: "#features"},
text: "Explore Our Services", href: "#features"
},
]}
buttonAnimation="slide-up"
useInvertedBackground={true}
@@ -126,18 +133,22 @@ export default function LandingPage() {
"Personalized design guidance from certified professionals who understand your vision and lifestyle.", bentoComponent: "icon-info-cards", items: [
{
icon: Palette,
label: "Color Strategy", value: "Perfect Match"},
label: "Color Strategy", value: "Perfect Match"
},
{
icon: Layout,
label: "Space Planning", value: "Optimized"},
label: "Space Planning", value: "Optimized"
},
{
icon: Lightbulb,
label: "Style Direction", value: "Personalized"},
label: "Style Direction", value: "Personalized"
},
],
},
{
title: "Professional Flooring Installation", description:
"Premium flooring materials installed with meticulous attention to detail and durability for lasting beauty.", bentoComponent: "animated-bar-chart"},
"Premium flooring materials installed with meticulous attention to detail and durability for lasting beauty.", bentoComponent: "animated-bar-chart"
},
{
title: "Residential Painting Services", description:
"Expert painting that brings your color vision to life with smooth finishes and flawless execution.", bentoComponent: "orbiting-icons", centerIcon: Palette,
@@ -149,7 +160,7 @@ export default function LandingPage() {
},
{
title: "Project Timeline", description:
"Seamless coordination from start to finish—on-time delivery and transparent communication every step of the way.", bentoComponent: "3d-task-list", title: "Project Timeline", items: [
"Seamless coordination from start to finish—on-time delivery and transparent communication every step of the way.", bentoComponent: "3d-task-list", items: [
{ icon: Calendar, label: "Consultation", time: "Week 1" },
{ icon: Hammer, label: "Installation", time: "Weeks 2-3" },
{ icon: CheckCircle, label: "Final Walkthrough", time: "Week 4" },
@@ -174,15 +185,18 @@ export default function LandingPage() {
{
id: "1", brand: "Brooklyn Heights Renovation", name: "Modern Living Room Transformation", price: "Premium Service", rating: 5,
reviewCount: "Completed", imageSrc:
"http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Modern living room design"},
"http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Modern living room design"
},
{
id: "2", brand: "Park Slope Project", name: "Hardwood Flooring Installation", price: "Premium Service", rating: 5,
reviewCount: "Completed", imageSrc:
"http://img.b2bpic.net/free-photo/young-people-watching-smartphone-office_23-2147668943.jpg", imageAlt: "Professional flooring installation"},
"http://img.b2bpic.net/free-photo/young-people-watching-smartphone-office_23-2147668943.jpg", imageAlt: "Professional flooring installation"
},
{
id: "3", brand: "Williamsburg Design", name: "Accent Wall & Full Paint Service", price: "Premium Service", rating: 5,
reviewCount: "Completed", imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-light-interior-design-modern-living-room-blue-yellow-colors_181624-61222.jpg", imageAlt: "Beautiful painted interior walls"},
"http://img.b2bpic.net/free-photo/beautiful-light-interior-design-modern-living-room-blue-yellow-colors_181624-61222.jpg", imageAlt: "Beautiful painted interior walls"
},
]}
gridVariant="three-columns-all-equal-width"
carouselMode="buttons"
@@ -202,19 +216,23 @@ export default function LandingPage() {
metrics={[
{
id: "1", value: "500+", title: "Successful Projects Completed", items: [
"Residential renovations across Brooklyn", "Commercial interior spaces", "Both rental and resale properties"],
"Residential renovations across Brooklyn", "Commercial interior spaces", "Both rental and resale properties"
],
},
{
id: "2", value: "98%", title: "Client Satisfaction Rate", items: [
"Repeat customers returning for new projects", "Referrals from trusted friends and family", "5-star reviews across all platforms"],
"Repeat customers returning for new projects", "Referrals from trusted friends and family", "5-star reviews across all platforms"
],
},
{
id: "3", value: "15+", title: "Years of Design Excellence", items: [
"Certified interior design professionals", "Licensed contractors and installers", "Industry-leading craftsmanship"],
"Certified interior design professionals", "Licensed contractors and installers", "Industry-leading craftsmanship"
],
},
{
id: "4", value: "100%", title: "On-Time Project Delivery", items: [
"Clear timelines and expectations set upfront", "Transparent communication throughout project", "Guaranteed completion dates or incentives"],
"Clear timelines and expectations set upfront", "Transparent communication throughout project", "Guaranteed completion dates or incentives"
],
},
]}
carouselMode="buttons"
@@ -235,23 +253,29 @@ export default function LandingPage() {
{
id: "design-consultation", title: "Design Consultation Package", price: "$500", period: "per room", imageSrc:
"http://img.b2bpic.net/free-photo/entrepreneur-collaborates-with-real-estate-team-experts_482257-95542.jpg", imageAlt: "Interior design consultation", button: {
text: "Get Started", href: "#contact"},
text: "Get Started", href: "#contact"
},
features: [
"2-hour in-home consultation", "Personalized design recommendations", "Color palette selection", "Mood board and inspiration gallery", "Implementation timeline and next steps"],
"2-hour in-home consultation", "Personalized design recommendations", "Color palette selection", "Mood board and inspiration gallery", "Implementation timeline and next steps"
],
},
{
id: "flooring-installation", title: "Premium Flooring Installation", price: "$2,500+", period: "per room", imageSrc:
"http://img.b2bpic.net/free-photo/design-team-busy-working-talking-concept_53876-31190.jpg", imageAlt: "Flooring installation service", button: {
text: "Schedule Free Estimate", href: "#contact"},
text: "Schedule Free Estimate", href: "#contact"
},
features: [
"Free flooring material selection consultation", "Expert installation by licensed professionals", "Surface preparation and removal of old flooring", "Professional finishing and sealing", "12-month warranty on workmanship"],
"Free flooring material selection consultation", "Expert installation by licensed professionals", "Surface preparation and removal of old flooring", "Professional finishing and sealing", "12-month warranty on workmanship"
],
},
{
id: "painting-service", title: "Residential Painting Service", price: "$1,200+", period: "per room", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-paint-tubes-palette-wooden-surface_23-2148591232.jpg", imageAlt: "Professional painting service", button: {
text: "Request Quote", href: "#contact"},
text: "Request Quote", href: "#contact"
},
features: [
"Comprehensive color consultation and samples", "Wall preparation and primer application", "Premium interior paint application", "Trim and accent work included", "Cleanup and final walkthrough"],
"Comprehensive color consultation and samples", "Wall preparation and primer application", "Premium interior paint application", "Trim and accent work included", "Cleanup and final walkthrough"
],
},
]}
/>
@@ -271,27 +295,33 @@ export default function LandingPage() {
{
id: "1", name: "Margaret Chen", role: "Homeowner, Brooklyn Heights", testimonial:
"Brooklyn Interiors completely transformed our living room. The team was professional, on time, and under budget. They listened to our vision and exceeded our expectations. We couldn't be happier!", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2", imageAlt: "Margaret Chen"},
"http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Margaret Chen"
},
{
id: "2", name: "David Martinez", role: "Real Estate Investor", testimonial:
"As an investor, I need fast turnarounds and exceptional quality. Brooklyn Interiors delivered both. Their work significantly increased our property value, and the team was easy to work with from start to finish.", imageSrc:
"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?_wi=2", imageAlt: "David Martinez"},
"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", imageAlt: "David Martinez"
},
{
id: "3", name: "Sarah Williams", role: "First-Time Home Buyer", testimonial:
"The design consultation was incredibly helpful. They understood my style preferences and delivered trendy, beautiful results within my tight budget. I felt supported every step of the way.", imageSrc:
"http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Sarah Williams"},
"http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Williams"
},
{
id: "4", name: "James Sullivan", role: "Property Manager", testimonial:
"We trust Brooklyn Interiors with all our rental unit renovations. Their professionalism, attention to detail, and ability to work within timelines and budgets is unmatched. They're our go-to partner.", imageSrc:
"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?_wi=3", imageAlt: "James Sullivan"},
"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", imageAlt: "James Sullivan"
},
{
id: "5", name: "Patricia Zhao", role: "Interior Designer", testimonial:
"I recommend Brooklyn Interiors to my clients for installation and execution. Their craftsmanship is impeccable, and they truly care about bringing design visions to life beautifully.", imageSrc:
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "Patricia Zhao"},
"http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "Patricia Zhao"
},
{
id: "6", name: "Michael Thompson", role: "Real Estate Developer", testimonial:
"For model homes and show units, Brooklyn Interiors is our first call. Their ability to create stunning, move-in-ready spaces on time and budget has made them invaluable to our business.", imageSrc:
"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?_wi=4", imageAlt: "Michael Thompson"},
"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", imageAlt: "Michael Thompson"
},
]}
carouselMode="buttons"
/>
@@ -315,19 +345,24 @@ export default function LandingPage() {
faqs={[
{
id: "1", title: "How do you ensure projects stay on budget?", content:
"We provide detailed estimates upfront with transparent pricing. We communicate proactively about any changes and always prioritize staying within your approved budget. Our goal is to deliver exceptional value."},
"We provide detailed estimates upfront with transparent pricing. We communicate proactively about any changes and always prioritize staying within your approved budget. Our goal is to deliver exceptional value."
},
{
id: "2", title: "What is your typical project timeline?", content:
"Most residential projects take 4-8 weeks depending on scope. Small painting or single-room design work may be completed in 2-3 weeks. We establish clear timelines upfront and maintain consistent communication."},
"Most residential projects take 4-8 weeks depending on scope. Small painting or single-room design work may be completed in 2-3 weeks. We establish clear timelines upfront and maintain consistent communication."
},
{
id: "3", title: "Do you offer warranties on your work?", content:
"Yes! We provide 12-month warranties on all installation work, including flooring and painting. We stand behind our craftsmanship and ensure your satisfaction with every project."},
"Yes! We provide 12-month warranties on all installation work, including flooring and painting. We stand behind our craftsmanship and ensure your satisfaction with every project."
},
{
id: "4", title: "How should I prepare for a design consultation?", content:
"Gather inspiration images, think about your lifestyle and aesthetic preferences, and be ready to discuss your budget. Our consultants will guide you through the process and provide professional recommendations."},
"Gather inspiration images, think about your lifestyle and aesthetic preferences, and be ready to discuss your budget. Our consultants will guide you through the process and provide professional recommendations."
},
{
id: "5", title: "Can you work with existing contractors?", content:
"Absolutely. We're flexible and can coordinate with other professionals, handle full projects independently, or manage specific services. We prioritize seamless collaboration for your peace of mind."},
"Absolutely. We're flexible and can coordinate with other professionals, handle full projects independently, or manage specific services. We prioritize seamless collaboration for your peace of mind."
},
]}
/>
</div>
@@ -336,13 +371,15 @@ export default function LandingPage() {
<ContactText
text="Ready to transform your space? Schedule your free design consultation today and take the first step toward your dream interior."
animationType="reveal-blur"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{
text: "Schedule Free Consultation", href: "mailto:hello@brooklyninteriors.com?subject=Design%20Consultation%20Request"},
text: "Schedule Free Consultation", href: "mailto:hello@brooklyninteriors.com?subject=Design%20Consultation%20Request"
},
{
text: "Call Now: (718) 555-0123", href: "tel:+17185550123"},
text: "Call Now: (718) 555-0123", href: "tel:+17185550123"
},
]}
/>
</div>
@@ -351,9 +388,11 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Brooklyn Interiors"
leftLink={{
text: "Privacy Policy", href: "#"}}
text: "Privacy Policy", href: "#"
}}
rightLink={{
text: "Terms of Service", href: "#"}}
text: "Terms of Service", href: "#"
}}
/>
</div>
</ThemeProvider>