Merge version_1 into main #2
@@ -27,30 +27,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book a Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book a Consultation", href: "/contact"}}
|
||||
brandName="LQ.Design.Co"
|
||||
/>
|
||||
</div>
|
||||
@@ -82,46 +70,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Attention to Detail",
|
||||
description: "We obsess over the minutiae, knowing that luxury is in the details you might not notice, but you'll always feel.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/rental-vehicle-abstract-concept-vector-illustration_335657-5674.jpg",
|
||||
imageAlt: "Magnifying glass icon",
|
||||
},
|
||||
title: "Attention to Detail", description: "We obsess over the minutiae, knowing that luxury is in the details you might not notice, but you'll always feel.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/rental-vehicle-abstract-concept-vector-illustration_335657-5674.jpg", imageAlt: "Magnifying glass icon"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-christmas-bells-gradient-background_181624-23454.jpg",
|
||||
imageAlt: "Magnifying glass icon",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-chair_1203-3494.jpg?_wi=3",
|
||||
imageAlt: "magnifying glass icon line art detail",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-illustration-christmas-bells-gradient-background_181624-23454.jpg", imageAlt: "Magnifying glass icon"}
|
||||
},
|
||||
{
|
||||
title: "Client-First Always",
|
||||
description: "Your vision is our blueprint. We make clients feel truly seen, translating their dreams into tangible, beautiful spaces.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-599.jpg",
|
||||
imageAlt: "Handshake icon",
|
||||
},
|
||||
title: "Client-First Always", description: "Your vision is our blueprint. We make clients feel truly seen, translating their dreams into tangible, beautiful spaces.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-599.jpg", imageAlt: "Handshake icon"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/responsibility-abstract-concept-vector-illustration-managing-position-personal-obligation-social-respoinsibility-duty-citizen-responsible-decision-financial-liability-abstract-metaphor_335657-6208.jpg",
|
||||
imageAlt: "Handshake icon",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/living-room-items_23-2148848668.jpg?_wi=3",
|
||||
imageAlt: "magnifying glass icon line art detail",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/responsibility-abstract-concept-vector-illustration-managing-position-personal-obligation-social-respoinsibility-duty-citizen-responsible-decision-financial-liability-abstract-metaphor_335657-6208.jpg", imageAlt: "Handshake icon"}
|
||||
},
|
||||
{
|
||||
title: "Timeless Over Trendy",
|
||||
description: "We create enduring beauty, ensuring your investment in design yields a home that feels current yet classic for years to come.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/majestic-london-architecture_53876-91196.jpg",
|
||||
imageAlt: "Classic column icon",
|
||||
},
|
||||
title: "Timeless Over Trendy", description: "We create enduring beauty, ensuring your investment in design yields a home that feels current yet classic for years to come.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/majestic-london-architecture_53876-91196.jpg", imageAlt: "Classic column icon"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-composition-with-fashion-design-studio_23-2151537633.jpg",
|
||||
imageAlt: "Classic column icon",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-abstract-3d-design-elements_23-2148996828.jpg?_wi=2",
|
||||
imageAlt: "magnifying glass icon line art detail",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-composition-with-fashion-design-studio_23-2151537633.jpg", imageAlt: "Classic column icon"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -134,8 +98,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Every room has a story. We help you tell yours."
|
||||
/>
|
||||
</div>
|
||||
@@ -145,54 +108,33 @@ export default function LandingPage() {
|
||||
logoText="LQ.Design.Co"
|
||||
columns={[
|
||||
{
|
||||
title: "Studio",
|
||||
items: [
|
||||
title: "Studio", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "/portfolio"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/lq.design.co",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/lq.design.co"},
|
||||
{
|
||||
label: "hello@lq.designco",
|
||||
href: "mailto:hello@lq.designco",
|
||||
},
|
||||
label: "hello@lq.designco", href: "mailto:hello@lq.designco"},
|
||||
{
|
||||
label: "Book a Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Book a Consultation", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
261
src/app/page.tsx
261
src/app/page.tsx
@@ -30,30 +30,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book a Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book a Consultation", href: "/contact"}}
|
||||
brandName="LQ.Design.Co"
|
||||
/>
|
||||
</div>
|
||||
@@ -61,18 +49,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="LQ.Design.Co"
|
||||
description="Where Luxury Lives"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Work",
|
||||
href: "/portfolio",
|
||||
},
|
||||
text: "Explore Our Work", href: "/portfolio"},
|
||||
]}
|
||||
buttonAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pillow-sofa-chair_1203-3494.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pillow-sofa-chair_1203-3494.jpg"
|
||||
imageAlt="Stunning, moody luxury interior living room"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -83,7 +68,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="We don't just design rooms — we design the feeling of coming home."
|
||||
description="At LQ.Design.Co, we believe true luxury is found in the comfort of a space that feels uniquely yours. Our approach is intimate, editorial, and rooted in a deep understanding of your vision. We translate your aspirations into timeless interiors that tell your story beautifully."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/living-room-items_23-2148848668.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/living-room-items_23-2148848668.jpg"
|
||||
imageAlt="Portrait style luxury interior with a cozy reading nook"
|
||||
/>
|
||||
</div>
|
||||
@@ -95,46 +80,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Residential Interiors",
|
||||
description: "Crafting bespoke living spaces that reflect your personal style and needs.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-abstract-3d-design-elements_23-2148996828.jpg?_wi=1",
|
||||
imageAlt: "Line art icon of a house",
|
||||
},
|
||||
title: "Residential Interiors", description: "Crafting bespoke living spaces that reflect your personal style and needs.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-abstract-3d-design-elements_23-2148996828.jpg", imageAlt: "Line art icon of a house"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-603.jpg",
|
||||
imageAlt: "Line art icon of a house",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-chair_1203-3494.jpg?_wi=2",
|
||||
imageAlt: "line art house icon residential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-603.jpg", imageAlt: "Line art icon of a house"}
|
||||
},
|
||||
{
|
||||
title: "Styling & Staging",
|
||||
description: "Transforming properties into aspirational homes for memorable impressions.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/beauty-cosmetics-hand-drawn-icon-web-print-mobile-uxui-kit-such-as-bowl-food-kitchen-beauty-cosmetic-makeup-powder-puff-pictogram-pack-vector_1057-11180.jpg",
|
||||
imageAlt: "Line art icon of a styling brush",
|
||||
},
|
||||
title: "Styling & Staging", description: "Transforming properties into aspirational homes for memorable impressions.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/beauty-cosmetics-hand-drawn-icon-web-print-mobile-uxui-kit-such-as-bowl-food-kitchen-beauty-cosmetic-makeup-powder-puff-pictogram-pack-vector_1057-11180.jpg", imageAlt: "Line art icon of a styling brush"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neon-lightning-bolt-sign-glowing-dark-background-energy-concept_84443-91502.jpg",
|
||||
imageAlt: "Line art icon of a styling brush",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/living-room-items_23-2148848668.jpg?_wi=2",
|
||||
imageAlt: "line art house icon residential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neon-lightning-bolt-sign-glowing-dark-background-energy-concept_84443-91502.jpg", imageAlt: "Line art icon of a styling brush"}
|
||||
},
|
||||
{
|
||||
title: "Design Consultation",
|
||||
description: "Providing expert guidance and insights to inspire your design journey.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drawing_23-2148015204.jpg",
|
||||
imageAlt: "Line art icon of a thought bubble",
|
||||
},
|
||||
title: "Design Consultation", description: "Providing expert guidance and insights to inspire your design journey.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drawing_23-2148015204.jpg", imageAlt: "Line art icon of a thought bubble"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/brainstorming-infographics-template_23-2148658471.jpg",
|
||||
imageAlt: "Line art icon of a thought bubble",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pullout-drawer-black-cabinet-countertop-modern-organization_169016-71206.jpg?_wi=1",
|
||||
imageAlt: "line art house icon residential",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/brainstorming-infographics-template_23-2148658471.jpg", imageAlt: "Line art icon of a thought bubble"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -151,64 +112,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "fp-1",
|
||||
name: "The Coastal Retreat",
|
||||
price: "Halifax",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pullout-drawer-black-cabinet-countertop-modern-organization_169016-71206.jpg?_wi=2",
|
||||
imageAlt: "Luxury kitchen interior design",
|
||||
priceButtonProps: {
|
||||
text: "View Project",
|
||||
},
|
||||
id: "fp-1", name: "The Coastal Retreat", price: "Halifax", imageSrc: "http://img.b2bpic.net/free-photo/pullout-drawer-black-cabinet-countertop-modern-organization_169016-71206.jpg", imageAlt: "Luxury kitchen interior design", priceButtonProps: {
|
||||
text: "View Project"},
|
||||
},
|
||||
{
|
||||
id: "fp-2",
|
||||
name: "Urban Elegance",
|
||||
price: "Bedford",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-asian-girl-lying-bedroom-with-sophisticated-interrior-smiling_1258-191155.jpg",
|
||||
imageAlt: "Sophisticated bedroom interior design",
|
||||
priceButtonProps: {
|
||||
text: "View Project",
|
||||
},
|
||||
id: "fp-2", name: "Urban Elegance", price: "Bedford", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-beautiful-asian-girl-lying-bedroom-with-sophisticated-interrior-smiling_1258-191155.jpg", imageAlt: "Sophisticated bedroom interior design", priceButtonProps: {
|
||||
text: "View Project"},
|
||||
},
|
||||
{
|
||||
id: "fp-3",
|
||||
name: "Historic Charm",
|
||||
price: "Dartmouth",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312224.jpg",
|
||||
imageAlt: "Stylish dining room interior design",
|
||||
priceButtonProps: {
|
||||
text: "View Project",
|
||||
},
|
||||
id: "fp-3", name: "Historic Charm", price: "Dartmouth", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312224.jpg", imageAlt: "Stylish dining room interior design", priceButtonProps: {
|
||||
text: "View Project"},
|
||||
},
|
||||
{
|
||||
id: "fp-4",
|
||||
name: "The Modern Loft",
|
||||
price: "Halifax",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-business-desk-arrangement_23-2149073025.jpg",
|
||||
imageAlt: "Luxury home office interior design",
|
||||
priceButtonProps: {
|
||||
text: "View Project",
|
||||
},
|
||||
id: "fp-4", name: "The Modern Loft", price: "Halifax", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-business-desk-arrangement_23-2149073025.jpg", imageAlt: "Luxury home office interior design", priceButtonProps: {
|
||||
text: "View Project"},
|
||||
},
|
||||
{
|
||||
id: "fp-5",
|
||||
name: "Harborview Estate",
|
||||
price: "Bedford",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-juvenile-bedroom-arrangement_23-2151113848.jpg",
|
||||
imageAlt: "Kids bedroom design playful luxury",
|
||||
priceButtonProps: {
|
||||
text: "View Project",
|
||||
},
|
||||
id: "fp-5", name: "Harborview Estate", price: "Bedford", imageSrc: "http://img.b2bpic.net/free-photo/small-juvenile-bedroom-arrangement_23-2151113848.jpg", imageAlt: "Kids bedroom design playful luxury", priceButtonProps: {
|
||||
text: "View Project"},
|
||||
},
|
||||
{
|
||||
id: "fp-6",
|
||||
name: "Lakeside Oasis",
|
||||
price: "Dartmouth",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-with-delicious-kombucha-outdoors_23-2150553742.jpg",
|
||||
imageAlt: "Outdoor patio design luxury living",
|
||||
priceButtonProps: {
|
||||
text: "View Project",
|
||||
},
|
||||
id: "fp-6", name: "Lakeside Oasis", price: "Dartmouth", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-with-delicious-kombucha-outdoors_23-2150553742.jpg", imageAlt: "Outdoor patio design luxury living", priceButtonProps: {
|
||||
text: "View Project"},
|
||||
},
|
||||
]}
|
||||
title="Featured Projects"
|
||||
@@ -223,73 +148,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "A.R.",
|
||||
role: "Homeowner",
|
||||
company: "Halifax",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-christmas_1303-12441.jpg",
|
||||
imageAlt: "Client A.R.",
|
||||
},
|
||||
id: "t-1", name: "A.R.", role: "Homeowner", company: "Halifax", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-christmas_1303-12441.jpg", imageAlt: "Client A.R."},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "M.T.",
|
||||
role: "Homeowner",
|
||||
company: "Bedford",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-university-student-preparing-her-thesis-campus-library-study-room_482257-122549.jpg",
|
||||
imageAlt: "Client M.T.",
|
||||
},
|
||||
id: "t-2", name: "M.T.", role: "Homeowner", company: "Bedford", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-university-student-preparing-her-thesis-campus-library-study-room_482257-122549.jpg", imageAlt: "Client M.T."},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "S.K.",
|
||||
role: "Homeowner",
|
||||
company: "Dartmouth",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-drawing_23-2149445987.jpg",
|
||||
imageAlt: "Client S.K.",
|
||||
},
|
||||
id: "t-3", name: "S.K.", role: "Homeowner", company: "Dartmouth", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-drawing_23-2149445987.jpg", imageAlt: "Client S.K."},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "J.D.",
|
||||
role: "Realtor",
|
||||
company: "Halifax",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-stylish-blond-male-dressed-blue-suit_613910-12746.jpg",
|
||||
imageAlt: "Client J.D.",
|
||||
},
|
||||
id: "t-4", name: "J.D.", role: "Realtor", company: "Halifax", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-stylish-blond-male-dressed-blue-suit_613910-12746.jpg", imageAlt: "Client J.D."},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "L.M.",
|
||||
role: "Client",
|
||||
company: "Bedford",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-holding-hands-together-joyfully-looking-camera-modern-clothes-store_574295-2021.jpg",
|
||||
imageAlt: "Client L.M.",
|
||||
},
|
||||
id: "t-5", name: "L.M.", role: "Client", company: "Bedford", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-holding-hands-together-joyfully-looking-camera-modern-clothes-store_574295-2021.jpg", imageAlt: "Client L.M."},
|
||||
{
|
||||
id: "t-6",
|
||||
name: "P.S.",
|
||||
role: "Homeowner",
|
||||
company: "Dartmouth",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parents-welcoming-son-kitchen_23-2148414950.jpg",
|
||||
imageAlt: "Client P.S.",
|
||||
},
|
||||
id: "t-6", name: "P.S.", role: "Homeowner", company: "Dartmouth", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parents-welcoming-son-kitchen_23-2148414950.jpg", imageAlt: "Client P.S."},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "50+",
|
||||
label: "Luxury Projects",
|
||||
},
|
||||
value: "50+", label: "Luxury Projects"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Client Satisfaction",
|
||||
},
|
||||
value: "100%", label: "Client Satisfaction"},
|
||||
{
|
||||
value: "12+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "12+", label: "Years Experience"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Stories from those who've experienced the LQ.Design.Co difference."
|
||||
@@ -300,14 +183,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to reimagine your space?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book a Consultation", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -317,54 +197,33 @@ export default function LandingPage() {
|
||||
logoText="LQ.Design.Co"
|
||||
columns={[
|
||||
{
|
||||
title: "Studio",
|
||||
items: [
|
||||
title: "Studio", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "/portfolio"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/lq.design.co",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/lq.design.co"},
|
||||
{
|
||||
label: "hello@lq.designco",
|
||||
href: "mailto:hello@lq.designco",
|
||||
},
|
||||
label: "hello@lq.designco", href: "mailto:hello@lq.designco"},
|
||||
{
|
||||
label: "Book a Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Book a Consultation", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -28,30 +28,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book a Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book a Consultation", href: "/contact"}}
|
||||
brandName="LQ.Design.Co"
|
||||
/>
|
||||
</div>
|
||||
@@ -63,26 +51,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "res-full",
|
||||
badge: "Full Service",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Bespoke Quote",
|
||||
subtitle: "Comprehensive design & execution",
|
||||
buttons: [
|
||||
id: "res-full", badge: "Full Service", badgeIcon: Sparkles,
|
||||
price: "Bespoke Quote", subtitle: "Comprehensive design & execution", buttons: [
|
||||
{
|
||||
text: "Enquire About This Service",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Enquire About This Service", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Conceptual development & mood boards",
|
||||
"Space planning & furniture layouts",
|
||||
"Material & finish selections",
|
||||
"Custom millwork & built-ins",
|
||||
"Lighting design",
|
||||
"Procurement & project management",
|
||||
"Installation & styling",
|
||||
],
|
||||
"Conceptual development & mood boards", "Space planning & furniture layouts", "Material & finish selections", "Custom millwork & built-ins", "Lighting design", "Procurement & project management", "Installation & styling"],
|
||||
},
|
||||
]}
|
||||
title="Residential Interior Design"
|
||||
@@ -97,24 +72,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Customized Approach",
|
||||
description: "From single-room refresh to whole-home staging, our designs enhance aesthetic appeal and emotional connection.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-worshop_23-2149536271.jpg",
|
||||
imageAlt: "Styled living room interior",
|
||||
},
|
||||
title: "Customized Approach", description: "From single-room refresh to whole-home staging, our designs enhance aesthetic appeal and emotional connection.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-her-worshop_23-2149536271.jpg", imageAlt: "Styled living room interior"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-posing-with-cup-coffee_23-2147670333.jpg",
|
||||
imageAlt: "Styled living room interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-posing-with-cup-coffee_23-2147670333.jpg", imageAlt: "Styled living room interior"},
|
||||
buttons: [
|
||||
{
|
||||
text: "Enquire About This Service",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-chair_1203-3494.jpg?_wi=4",
|
||||
imageAlt: "home staging interior decor warm",
|
||||
text: "Enquire About This Service", href: "/contact"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -130,9 +95,7 @@ export default function LandingPage() {
|
||||
description="Receive focused, expert advice in a 90-minute session. Ideal for getting direction, feedback on your ideas, or sourcing guidance for a specific design challenge."
|
||||
buttons={[
|
||||
{
|
||||
text: "Enquire About This Service",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Enquire About This Service", href: "/contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/salesman-shows-color-swatches-lady-customer-new-kitchen-furniture_93675-134887.jpg"
|
||||
imageAlt="Design consultation meeting"
|
||||
@@ -144,54 +107,33 @@ export default function LandingPage() {
|
||||
logoText="LQ.Design.Co"
|
||||
columns={[
|
||||
{
|
||||
title: "Studio",
|
||||
items: [
|
||||
title: "Studio", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
label: "Portfolio", href: "/portfolio"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/lq.design.co",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/lq.design.co"},
|
||||
{
|
||||
label: "hello@lq.designco",
|
||||
href: "mailto:hello@lq.designco",
|
||||
},
|
||||
label: "hello@lq.designco", href: "mailto:hello@lq.designco"},
|
||||
{
|
||||
label: "Book a Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Book a Consultation", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user