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