diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1843311..702bd1c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,142 +31,32 @@ export default function LandingPage() {
@@ -268,58 +88,7 @@ export default function LandingPage() {
animationType="scale-rotate"
textboxLayout="split"
useInvertedBackground={false}
- plans={[
- {
- id: "start",
- badge: "Entry",
- price: "$1,000",
- subtitle: "Basic entry portfolio",
- buttons: [
- {
- text: "Buy Now",
- href: "#",
- },
- ],
- features: [
- "1oz Silver Bar",
- "Priority support",
- ],
- },
- {
- id: "grow",
- badge: "Growth",
- price: "$10,000",
- subtitle: "Expand your holdings",
- buttons: [
- {
- text: "Invest",
- href: "#",
- },
- ],
- features: [
- "5oz Gold Bar",
- "Insured shipping",
- "Expert advice",
- ],
- },
- {
- id: "max",
- badge: "Pro",
- price: "$50,000+",
- subtitle: "Wealth building portfolio",
- buttons: [
- {
- text: "Contact",
- href: "#contact",
- },
- ],
- features: [
- "Custom quantities",
- "Private vaulting",
- "Priority concierge",
- ],
- },
- ]}
+ plans={[{ id: "start", badge: "Entry", price: "$1,000", subtitle: "Basic entry portfolio", buttons: [{ text: "Buy Now", href: "#" }], features: ["1oz Silver Bar", "Priority support"] }, { id: "grow", badge: "Growth", price: "$10,000", subtitle: "Expand your holdings", buttons: [{ text: "Invest", href: "#" }], features: ["5oz Gold Bar", "Insured shipping", "Expert advice"] }, { id: "max", badge: "Pro", price: "$50,000+", subtitle: "Wealth building portfolio", buttons: [{ text: "Contact", href: "#contact" }], features: ["Custom quantities", "Private vaulting", "Priority concierge"] }]}
title="Investment Tiers"
description="Choose the level that suits your goals."
/>
@@ -330,29 +99,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- metrics={[
- {
- id: "m1",
- value: "500+",
- title: "Happy Clients",
- description: "Served across the nation.",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841696.jpg",
- },
- {
- id: "m2",
- value: "$10M+",
- title: "Assets Secured",
- description: "Under our management.",
- imageSrc: "http://img.b2bpic.net/free-photo/black-close-up-ferromagnetic-metal_23-2148253653.jpg",
- },
- {
- id: "m3",
- value: "24/7",
- title: "Support Availability",
- description: "Always ready to assist.",
- imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063202.jpg",
- },
- ]}
+ metrics={[{ id: "m1", value: "500+", title: "Happy Clients", description: "Served across the nation.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841696.jpg" }, { id: "m2", value: "$10M+", title: "Assets Secured", description: "Under our management.", imageSrc: "http://img.b2bpic.net/free-photo/black-close-up-ferromagnetic-metal_23-2148253653.jpg" }, { id: "m3", value: "24/7", title: "Support Availability", description: "Always ready to assist.", imageSrc: "http://img.b2bpic.net/free-photo/mystery-box-with-gifts-concept_23-2150063202.jpg" }]}
title="By The Numbers"
description="Evidence of consistent value delivery."
/>
@@ -360,45 +107,10 @@ export default function LandingPage() {
@@ -409,25 +121,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Contact Justin Garretson"
description="Schedule your precious metals consultation today."
- inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
- },
- {
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true,
- },
- ]}
- textarea={{
- name: "message",
- placeholder: "Tell us about your interests...",
- required: true,
- }}
+ inputs={[{ name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "email", type: "email", placeholder: "Email Address", required: true }]}
+ textarea={{ name: "message", placeholder: "Tell us about your interests...", required: true }}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-arrangement-with-buttons_23-2149007423.jpg"
/>
@@ -435,38 +130,7 @@ export default function LandingPage() {