diff --git a/src/app/page.tsx b/src/app/page.tsx
index e93f918..02b24e5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,14 +29,10 @@ export default function LandingPage() {
@@ -44,68 +40,28 @@ export default function LandingPage() {
@@ -115,15 +71,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Built for Local Success"
metrics={[
- {
- icon: Zap,
- label: "Turnaround", value: "Fast"},
- {
- icon: Target,
- label: "Focus", value: "Leads"},
- {
- icon: ShieldCheck,
- label: "Trust", value: "Local"},
+ { icon: Zap, label: "Turnaround", value: "Fast" },
+ { icon: Target, label: "Focus", value: "Leads" },
+ { icon: ShieldCheck, label: "Trust", value: "Local" },
]}
metricsAnimation="slide-up"
/>
@@ -136,16 +86,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1", label: "Performance", title: "High-Speed Websites", items: [
- "Optimized load times", "Search engine ready", "Clean code structure"],
+ id: "f1", label: "Performance", title: "High-Speed Websites", items: ["Optimized load times", "Search engine ready", "Clean code structure"],
},
{
- id: "f2", label: "Mobile", title: "Fully Responsive", items: [
- "Looks great on all devices", "Mobile-first navigation", "Fast interactions"],
+ id: "f2", label: "Mobile", title: "Fully Responsive", items: ["Looks great on all devices", "Mobile-first navigation", "Fast interactions"],
},
{
- id: "f3", label: "Growth", title: "Lead-Driven Design", items: [
- "Strategic CTA placement", "High conversion forms", "Click-to-call focus"],
+ id: "f3", label: "Growth", title: "Lead-Driven Design", items: ["Strategic CTA placement", "High conversion forms", "Click-to-call focus"],
},
]}
title="Why Choose Our Service"
@@ -160,20 +107,12 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic", name: "Complete Website Build", price: "$1,000", features: [
- "Full design & build", "Mobile optimization", "Lead capture forms", "SEO structure"],
- buttons: [
- {
- text: "Get Started", href: "#contact"},
- ],
+ id: "basic", name: "Complete Website Build", price: "$1,000", features: ["Full design & build", "Mobile optimization", "Lead capture forms", "SEO structure"],
+ buttons: [{ text: "Get Started", href: "#contact" }],
},
{
- id: "deposit", name: "Down Payment", price: "$500", features: [
- "Required to start", "Instant project kickoff", "Secure payment link"],
- buttons: [
- {
- text: "Pay Deposit", href: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YOUR_BUTTON_ID"},
- ],
+ id: "deposit", name: "Down Payment", price: "$500", features: ["Required to start", "Instant project kickoff", "Secure payment link"],
+ buttons: [{ text: "Pay Deposit", href: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YOUR_BUTTON_ID" }],
},
]}
title="Transparent Pricing"
@@ -186,12 +125,9 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
faqs={[
- {
- id: "q1", title: "How fast is the turnaround?", content: "We prioritize fast delivery, usually within 1-2 weeks."},
- {
- id: "q2", title: "What's the process?", content: "Consultation, deposit, design, launch. We handle the technical side."},
- {
- id: "q3", title: "Are there monthly fees?", content: "The $1,000 is a one-time build fee. We can discuss maintenance separately."},
+ { id: "q1", title: "How fast is the turnaround?", content: "We prioritize fast delivery, usually within 1-2 weeks." },
+ { id: "q2", title: "What's the process?", content: "Consultation, deposit, design, launch. We handle the technical side." },
+ { id: "q3", title: "Are there monthly fees?", content: "The $1,000 is a one-time build fee. We can discuss maintenance separately." },
]}
ctaTitle="Ready to get started?"
ctaDescription="Call us at 970-216-3712 or fill out the form to secure your spot today."
@@ -199,7 +135,8 @@ export default function LandingPage() {
text: "Contact Us", onClick: () => {
const element = document.getElementById("contact");
element?.scrollIntoView({ behavior: "smooth" });
- }}},
+ }
+ }}
ctaIcon={Phone}
/>