From 40d352b07508a863aa42e9f21d0add8116c2c285 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 12:15:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 267 ++++++++++++----------------------------------- 1 file changed, 65 insertions(+), 202 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a0d68a..1f7554b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -56,106 +48,56 @@ export default function LandingPage() { @@ -166,9 +108,7 @@ export default function LandingPage() { title="Built on Vision, Precision, and Elevated Standards." buttons={[ { - text: "Book Consultation", - href: "#contact", - }, + text: "Book Consultation", href: "#contact"}, ]} /> @@ -181,24 +121,16 @@ export default function LandingPage() { features={[ { icon: Sparkles, - title: "Premium Consulting", - description: "Expert guidance for modern business strategy.", - }, + title: "Premium Consulting", description: "Expert guidance for modern business strategy."}, { icon: Shield, - title: "VIP Membership", - description: "Exclusive access to curated luxury events.", - }, + title: "VIP Membership", description: "Exclusive access to curated luxury events."}, { icon: Award, - title: "Exclusive Access", - description: "Privileged entry into curated high-end networks.", - }, + title: "Exclusive Access", description: "Privileged entry into curated high-end networks."}, { icon: Zap, - title: "Bespoke Solutions", - description: "Tailored strategies for your unique lifestyle.", - }, + title: "Bespoke Solutions", description: "Tailored strategies for your unique lifestyle."}, ]} title="Bespoke Solutions for the Exceptional." description="We deliver curated experiences that redefine premium service." @@ -207,49 +139,25 @@ export default function LandingPage() {
@@ -350,42 +228,27 @@ export default function LandingPage() { logoText="Sammy" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}