From ea486b2edd6a11a275c1b33fbe1d39a8d987ac40 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 13:46:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 266 ++++++++++------------------------------------- 1 file changed, 56 insertions(+), 210 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b16dfde..16ff9fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,25 +34,15 @@ export default function LandingPage() { @@ -61,19 +51,14 @@ export default function LandingPage() {
@@ -270,54 +176,27 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", - badge: "Essential", - price: "$2,500", - subtitle: "Foundation for startups.", - features: [ - "Identity System", - "Color Palette", - "Basic Assets", - ], + id: "p1", badge: "Essential", price: "$2,500", subtitle: "Foundation for startups.", features: [ + "Identity System", "Color Palette", "Basic Assets"], buttons: [ { - text: "Select", - href: "#meeting", - }, + text: "Select", href: "#meeting"}, ], }, { - id: "p2", - badge: "Premium", - price: "$7,500", - subtitle: "Comprehensive brand overhaul.", - features: [ - "Full Identity", - "Social Assets", - "Design Strategy", - ], + id: "p2", badge: "Premium", price: "$7,500", subtitle: "Comprehensive brand overhaul.", features: [ + "Full Identity", "Social Assets", "Design Strategy"], buttons: [ { - text: "Select", - href: "#meeting", - }, + text: "Select", href: "#meeting"}, ], }, { - id: "p3", - badge: "Bespoke", - price: "$15,000+", - subtitle: "Total visual dominance.", - features: [ - "Full Ecosystem", - "Retainer Support", - "Strategic Art Direction", - ], + id: "p3", badge: "Bespoke", price: "$15,000+", subtitle: "Total visual dominance.", features: [ + "Full Ecosystem", "Retainer Support", "Strategic Art Direction"], buttons: [ { - text: "Select", - href: "#meeting", - }, + text: "Select", href: "#meeting"}, ], }, ]} @@ -331,14 +210,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "F3 Member", - "Community Driven", - "Professional Design", - "Art Direction", - "Priority Support", - "Resource Library", - "Growth Focused", - ]} + "F3 Member", "Community Driven", "Professional Design", "Art Direction", "Priority Support", "Resource Library", "Growth Focused"]} title="Membership F3" description="Exclusive access to creative assets and strategy coaching." /> @@ -349,20 +221,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "How long does a branding project take?", - content: "Typically 4-8 weeks depending on scope.", - }, + id: "q1", title: "How long does a branding project take?", content: "Typically 4-8 weeks depending on scope."}, { - id: "q2", - title: "Do you work with global clients?", - content: "Yes, we operate globally.", - }, + id: "q2", title: "Do you work with global clients?", content: "Yes, we operate globally."}, { - id: "q3", - title: "Can I upgrade my package later?", - content: "Yes, we encourage scaling alongside your business.", - }, + id: "q3", title: "Can I upgrade my package later?", content: "Yes, we encourage scaling alongside your business."}, ]} sideTitle="Common Inquiries" sideDescription="Everything you need to know about working with EB Global." @@ -376,11 +239,10 @@ export default function LandingPage() { useInvertedBackground={false} title="Ready to Ascend?" description="Let's craft the visual future of your brand today." + bulletPoints={[]} buttons={[ { - text: "Contact Studio", - href: "#meeting", - }, + text: "Contact Studio", href: "#meeting"}, ]} imageSrc="http://img.b2bpic.net/free-photo/gradient-abstract-background-empty-room-with-space-your-text-picture_1258-79960.jpg" mediaAnimation="blur-reveal" @@ -391,8 +253,7 @@ export default function LandingPage() {