From 1385dba17ecec1ca497b6297fd6dead2c42c0926 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 19:25:39 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 114 ++++++++++---------------------------- 1 file changed, 28 insertions(+), 86 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 4077fcf..35fbe50 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -28,30 +28,18 @@ export default function LandingPage() { @@ -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: "#"}, ], }, ]}