|
|
|
|
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
|
|
|
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|
|
|
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
|
|
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
|
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
|
|
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
|
|
|
|
@@ -29,87 +29,31 @@ export default function LandingPage() {
|
|
|
|
|
<NavbarStyleApple
|
|
|
|
|
navItems={[
|
|
|
|
|
{
|
|
|
|
|
name: "Home",
|
|
|
|
|
id: "home",
|
|
|
|
|
},
|
|
|
|
|
name: "Home", id: "home"},
|
|
|
|
|
{
|
|
|
|
|
name: "About",
|
|
|
|
|
id: "about",
|
|
|
|
|
},
|
|
|
|
|
name: "About", id: "about"},
|
|
|
|
|
{
|
|
|
|
|
name: "Portfolio",
|
|
|
|
|
id: "portfolio",
|
|
|
|
|
},
|
|
|
|
|
name: "Portfolio", id: "portfolio"},
|
|
|
|
|
{
|
|
|
|
|
name: "Contact",
|
|
|
|
|
id: "contact",
|
|
|
|
|
},
|
|
|
|
|
name: "Contact", id: "contact"},
|
|
|
|
|
]}
|
|
|
|
|
brandName="Left Coast"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="home" data-section="home">
|
|
|
|
|
<HeroSplit
|
|
|
|
|
<HeroBillboard
|
|
|
|
|
background={{
|
|
|
|
|
variant: "plain",
|
|
|
|
|
}}
|
|
|
|
|
variant: "plain"}}
|
|
|
|
|
title="Elevating Spaces, Redefining Comfort."
|
|
|
|
|
description="At Left Coast Design Studio, we transform houses into sanctuaries. Our signature aesthetic blends organic materials with modern precision to reflect the spirit of the West Coast."
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
text: "View Portfolio",
|
|
|
|
|
href: "#portfolio",
|
|
|
|
|
},
|
|
|
|
|
text: "View Portfolio", href: "#portfolio"},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/modern-living-room-with-artificial-flowers-vase-home-decor-items-wooden-light-table_169016-3986.jpg"
|
|
|
|
|
imageAlt="Luxury home interior living space"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
avatars={[
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg",
|
|
|
|
|
alt: "Stylish woman wearing yellow bandana",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
|
|
|
|
|
alt: "Beautiful young african american woman smiling cheerful friendly face laughing confident",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg",
|
|
|
|
|
alt: "Stylish woman wearing yellow bandana",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/modern-young-caucasian-brunette-woman-white-shirt-looks-camera-holds-smartphone-sitting-table-with-coffee_197531-33244.jpg",
|
|
|
|
|
alt: "Modern young caucasian brunette woman in white shirt looks at camera and holds smartphone sitting at table with coffee",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
src: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-man-cafe-listens-music-wireless-earphones-holding-smartphone_1258-314175.jpg",
|
|
|
|
|
alt: "Portrait of handsome happy man in cafe listens to music in wireless earphones holding smartphone",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
avatarText="Join 500+ satisfied clients"
|
|
|
|
|
marqueeItems={[
|
|
|
|
|
{
|
|
|
|
|
type: "text",
|
|
|
|
|
text: "Modern Minimalism",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "text",
|
|
|
|
|
text: "Coastal Elegance",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "text",
|
|
|
|
|
text: "Timeless Design",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "text",
|
|
|
|
|
text: "Organic Materials",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: "text",
|
|
|
|
|
text: "Purposeful Living",
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -118,9 +62,7 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
title="The Art of Living Well"
|
|
|
|
|
description={[
|
|
|
|
|
"Our philosophy is rooted in the belief that great design should feel as effortless as a coastal sunset. We focus on natural textures, soft palettes, and purposeful light to craft timeless interiors.",
|
|
|
|
|
"We treat every project as a unique collaboration, translating your personal vision into an environment that nurtures and inspires.",
|
|
|
|
|
]}
|
|
|
|
|
"Our philosophy is rooted in the belief that great design should feel as effortless as a coastal sunset. We focus on natural textures, soft palettes, and purposeful light to craft timeless interiors.", "We treat every project as a unique collaboration, translating your personal vision into an environment that nurtures and inspires."]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -132,59 +74,23 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
brand: "Bedroom",
|
|
|
|
|
name: "Coastal Haven Suite",
|
|
|
|
|
price: "Custom Project",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "10",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/lamp-bedroom_1203-3404.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "1", brand: "Bedroom", name: "Coastal Haven Suite", price: "Custom Project", rating: 5,
|
|
|
|
|
reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/lamp-bedroom_1203-3404.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
brand: "Kitchen",
|
|
|
|
|
name: "Modern Marble Kitchen",
|
|
|
|
|
price: "Custom Project",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "8",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/pile-fresh-tangerine-mixed-table_114579-46712.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "2", brand: "Kitchen", name: "Modern Marble Kitchen", price: "Custom Project", rating: 5,
|
|
|
|
|
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/pile-fresh-tangerine-mixed-table_114579-46712.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
brand: "Bathroom",
|
|
|
|
|
name: "Serene Spa Bath",
|
|
|
|
|
price: "Custom Project",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "5",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/bathroom-decorated-with-brazilian-folklore-design_23-2150794049.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "3", brand: "Bathroom", name: "Serene Spa Bath", price: "Custom Project", rating: 5,
|
|
|
|
|
reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/bathroom-decorated-with-brazilian-folklore-design_23-2150794049.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "4",
|
|
|
|
|
brand: "Dining",
|
|
|
|
|
name: "Sunset Dining Room",
|
|
|
|
|
price: "Custom Project",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "7",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/festive-table-setting-home-with-scandinavian-decorative-details-close-up_169016-10948.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "4", brand: "Dining", name: "Sunset Dining Room", price: "Custom Project", rating: 5,
|
|
|
|
|
reviewCount: "7", imageSrc: "http://img.b2bpic.net/free-photo/festive-table-setting-home-with-scandinavian-decorative-details-close-up_169016-10948.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "5",
|
|
|
|
|
brand: "Living",
|
|
|
|
|
name: "Organic Living Area",
|
|
|
|
|
price: "Custom Project",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "12",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899458.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "5", brand: "Living", name: "Organic Living Area", price: "Custom Project", rating: 5,
|
|
|
|
|
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899458.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "6",
|
|
|
|
|
brand: "Entryway",
|
|
|
|
|
name: "Modern Foyer Gallery",
|
|
|
|
|
price: "Custom Project",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "4",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407584.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "6", brand: "Entryway", name: "Modern Foyer Gallery", price: "Custom Project", rating: 5,
|
|
|
|
|
reviewCount: "4", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407584.jpg"},
|
|
|
|
|
]}
|
|
|
|
|
title="Selected Works"
|
|
|
|
|
description="A curated glimpse into our recent interior transformations."
|
|
|
|
|
@@ -197,45 +103,15 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
title: "Transformative",
|
|
|
|
|
quote: "The team at Left Coast Design Studio turned our outdated bungalow into a masterpiece of modern serenity.",
|
|
|
|
|
name: "Sarah Miller",
|
|
|
|
|
role: "Homeowner",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424005.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "1", title: "Transformative", quote: "The team at Left Coast Design Studio turned our outdated bungalow into a masterpiece of modern serenity.", name: "Sarah Miller", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424005.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
title: "Incredible",
|
|
|
|
|
quote: "They truly listened to our lifestyle needs. Every room feels both functional and incredibly luxurious.",
|
|
|
|
|
name: "James Chen",
|
|
|
|
|
role: "Homeowner",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-chair_23-2149410393.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "2", title: "Incredible", quote: "They truly listened to our lifestyle needs. Every room feels both functional and incredibly luxurious.", name: "James Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-chair_23-2149410393.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
title: "Professional",
|
|
|
|
|
quote: "I've never worked with designers so attuned to natural light and texture. Exceeded all our expectations.",
|
|
|
|
|
name: "Elena Rodriguez",
|
|
|
|
|
role: "Architect",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-u-pon-couple-home-sharing-tender-moments_23-2149105982.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "3", title: "Professional", quote: "I've never worked with designers so attuned to natural light and texture. Exceeded all our expectations.", name: "Elena Rodriguez", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/close-u-pon-couple-home-sharing-tender-moments_23-2149105982.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "4",
|
|
|
|
|
title: "Exceptional",
|
|
|
|
|
quote: "The entire process was stress-free and the outcome is beyond beautiful. We are so happy.",
|
|
|
|
|
name: "David Thorne",
|
|
|
|
|
role: "Homeowner",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/view-woman-decorating-her-home-with-orchid-flower_23-2151074444.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "4", title: "Exceptional", quote: "The entire process was stress-free and the outcome is beyond beautiful. We are so happy.", name: "David Thorne", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/view-woman-decorating-her-home-with-orchid-flower_23-2151074444.jpg"},
|
|
|
|
|
{
|
|
|
|
|
id: "5",
|
|
|
|
|
title: "Stunning",
|
|
|
|
|
quote: "Attention to detail is unmatched. Our home feels entirely brand new, yet completely aligned with our identity.",
|
|
|
|
|
name: "Maria Lopez",
|
|
|
|
|
role: "Executive",
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-friends-watching-discussing-media-content_1262-18392.jpg",
|
|
|
|
|
},
|
|
|
|
|
id: "5", title: "Stunning", quote: "Attention to detail is unmatched. Our home feels entirely brand new, yet completely aligned with our identity.", name: "Maria Lopez", role: "Executive", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-friends-watching-discussing-media-content_1262-18392.jpg"},
|
|
|
|
|
]}
|
|
|
|
|
title="Client Stories"
|
|
|
|
|
description="Hear from the wonderful people who have welcomed us into their homes."
|
|
|
|
|
@@ -246,8 +122,7 @@ export default function LandingPage() {
|
|
|
|
|
<ContactCenter
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
background={{
|
|
|
|
|
variant: "plain",
|
|
|
|
|
}}
|
|
|
|
|
variant: "plain"}}
|
|
|
|
|
tag="Inquiry"
|
|
|
|
|
title="Start Your Journey"
|
|
|
|
|
description="Ready to design your sanctuary? Send us a message and let's begin the conversation."
|
|
|
|
|
@@ -258,42 +133,27 @@ export default function LandingPage() {
|
|
|
|
|
<FooterBase
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
title: "Company",
|
|
|
|
|
items: [
|
|
|
|
|
title: "Company", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "About Us",
|
|
|
|
|
href: "#about",
|
|
|
|
|
},
|
|
|
|
|
label: "About Us", href: "#about"},
|
|
|
|
|
{
|
|
|
|
|
label: "Portfolio",
|
|
|
|
|
href: "#portfolio",
|
|
|
|
|
},
|
|
|
|
|
label: "Portfolio", href: "#portfolio"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Services",
|
|
|
|
|
items: [
|
|
|
|
|
title: "Services", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Residential",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
label: "Residential", href: "#"},
|
|
|
|
|
{
|
|
|
|
|
label: "Consultation",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
label: "Consultation", href: "#"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Legal",
|
|
|
|
|
items: [
|
|
|
|
|
title: "Legal", items: [
|
|
|
|
|
{
|
|
|
|
|
label: "Privacy Policy",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
label: "Privacy Policy", href: "#"},
|
|
|
|
|
{
|
|
|
|
|
label: "Terms of Service",
|
|
|
|
|
href: "#",
|
|
|
|
|
},
|
|
|
|
|
label: "Terms of Service", href: "#"},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
|