Update src/app/services/page.tsx

This commit is contained in:
2026-06-09 19:25:39 +00:00
parent 3f01d34024
commit 1385dba17e

View File

@@ -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: "#"},
],
},
]}