diff --git a/src/app/page.tsx b/src/app/page.tsx index 92c3cec..9d23b5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,18 +31,9 @@ export default function LandingPage() { @@ -166,23 +85,12 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Bespoke Design", - description: "Tailored solutions for discerning clients.", - bentoComponent: "media-stack", - items: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/macro-shot-beautiful-tulip-flower_23-2147836421.jpg?_wi=2", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646455.jpg?_wi=2", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-corporate-meeting-mock-up_23-2148339363.jpg?_wi=2", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/shopping-bags-gift-boxes-copy-space-background_23-2148663129.jpg?_wi=3", - imageAlt: "premium service luxury concept", - }, + title: "Bespoke Design", description: "Tailored solutions for discerning clients.", bentoComponent: "media-stack", items: [ + { imageSrc: "http://img.b2bpic.net/free-photo/macro-shot-beautiful-tulip-flower_23-2147836421.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646455.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-corporate-meeting-mock-up_23-2148339363.jpg" } + ] + } ]} title="Crafting Perfection" description="Every detail refined to meet the highest standards." @@ -191,46 +99,17 @@ export default function LandingPage() {
@@ -280,21 +139,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "1", - value: "15+", - description: "Years of Excellence", - }, - { - id: "2", - value: "500+", - description: "Discerning Clients", - }, - { - id: "3", - value: "99%", - description: "Approval Rating", - }, + { id: "1", value: "15+", description: "Years of Excellence" }, + { id: "2", value: "500+", description: "Discerning Clients" }, + { id: "3", value: "99%", description: "Approval Rating" } ]} title="A Legacy of Excellence" description="Measurable impact, undeniable sophistication." @@ -306,21 +153,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "1", - title: "How do we begin?", - content: "Consultations are by invitation.", - }, - { - id: "2", - title: "What is the timeline?", - content: "Quality requires patience; details upon request.", - }, - { - id: "3", - title: "Is global service available?", - content: "Excellence transcends geography.", - }, + { id: "1", title: "How do we begin?", content: "Consultations are by invitation." }, + { id: "2", title: "What is the timeline?", content: "Quality requires patience; details upon request." }, + { id: "3", title: "Is global service available?", content: "Excellence transcends geography." } ]} title="Refining the Inquiry" description="Everything you need to know about our bespoke services." @@ -331,9 +166,7 @@ export default function LandingPage() {