diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4eb03f6..9bba4c3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,21 +46,16 @@ export default function LandingPage() {
@@ -79,9 +66,7 @@ export default function LandingPage() {
title="Crafting Digital Excellence"
buttons={[
{
- text: "Learn About Our Mission",
- href: "#services",
- },
+ text: "Learn About Our Mission", href: "#services"},
]}
/>
@@ -93,48 +78,30 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Luxury Web Design",
- description: "Bespoke UI/UX design tailored specifically to your unique brand identity.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-vector/abstract-landing-page-template_52683-4521.jpg?_wi=1",
- imageAlt: "Bespoke design interface",
- },
+ id: "f1", title: "Luxury Web Design", description: "Bespoke UI/UX design tailored specifically to your unique brand identity.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/top-view-stationery-arrangement-with-lavender_23-2148279745.jpg", imageAlt: "luxury office desk workspace"},
items: [
{
icon: CheckCircle,
- text: "Modern UI frameworks",
- },
+ text: "Modern UI frameworks"},
{
icon: CheckCircle,
- text: "High-end aesthetic standards",
- },
+ text: "High-end aesthetic standards"},
],
reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-stationery-arrangement-with-lavender_23-2148279745.jpg?_wi=2",
- imageAlt: "luxury office desk workspace",
},
{
- id: "f2",
- title: "Continuous Growth Management",
- description: "Ongoing technical maintenance, security, and content updates to stay ahead of the competition.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-vector/abstract-landing-page-template_52683-4521.jpg?_wi=2",
- imageAlt: "Growth dashboard",
- },
+ id: "f2", title: "Continuous Growth Management", description: "Ongoing technical maintenance, security, and content updates to stay ahead of the competition.", media: {
+ imageSrc: "http://img.b2bpic.net/free-vector/abstract-landing-page-template_52683-4521.jpg", imageAlt: "web management dashboard interface"},
items: [
{
icon: CheckCircle,
- text: "24/7 Security monitoring",
- },
+ text: "24/7 Security monitoring"},
{
icon: CheckCircle,
- text: "Strategic content delivery",
- },
+ text: "Strategic content delivery"},
],
reverse: true,
- imageSrc: "http://img.b2bpic.net/free-vector/abstract-landing-page-template_52683-4521.jpg?_wi=3",
- imageAlt: "web management dashboard interface",
},
]}
title="Comprehensive Digital Solutions"
@@ -149,55 +116,28 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "p1",
- badge: "Growth",
- price: "$1,500/mo",
- subtitle: "Essential maintenance & growth",
- buttons: [
+ id: "p1", badge: "Growth", price: "$1,500/mo", subtitle: "Essential maintenance & growth", buttons: [
{
- text: "Get Started",
- href: "#contact",
- },
+ text: "Get Started", href: "#contact"},
],
features: [
- "Weekly updates",
- "SEO Optimization",
- "Security patches",
- ],
+ "Weekly updates", "SEO Optimization", "Security patches"],
},
{
- id: "p2",
- badge: "Enterprise",
- price: "$3,000/mo",
- subtitle: "Full service & strategy",
- buttons: [
+ id: "p2", badge: "Enterprise", price: "$3,000/mo", subtitle: "Full service & strategy", buttons: [
{
- text: "Get Started",
- href: "#contact",
- },
+ text: "Get Started", href: "#contact"},
],
features: [
- "Daily updates",
- "Dedicated support",
- "Advanced analytics",
- ],
+ "Daily updates", "Dedicated support", "Advanced analytics"],
},
{
- id: "p3",
- badge: "Custom",
- price: "Custom",
- subtitle: "Bespoke strategy for scale",
- buttons: [
+ id: "p3", badge: "Custom", price: "Custom", subtitle: "Bespoke strategy for scale", buttons: [
{
- text: "Contact Us",
- href: "#contact",
- },
+ text: "Contact Us", href: "#contact"},
],
features: [
- "Strategy consulting",
- "Custom dev",
- "24/7 Priority",
- ],
+ "Strategy consulting", "Custom dev", "24/7 Priority"],
},
]}
title="Flexible Partnerships"
@@ -207,44 +147,21 @@ export default function LandingPage() {
@@ -256,22 +173,14 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "What's included in management?",
- content: "Security, updates, speed optimizations, and basic content edits.",
- },
+ id: "q1", title: "What's included in management?", content: "Security, updates, speed optimizations, and basic content edits."},
{
- id: "q2",
- title: "How long is the contract?",
- content: "We work on a flexible month-to-month partnership model.",
- },
+ id: "q2", title: "How long is the contract?", content: "We work on a flexible month-to-month partnership model."},
]}
ctaTitle="Ready to scale?"
ctaDescription="Schedule a 15-minute consult to discuss your project."
ctaButton={{
- text: "Email us now",
- href: "mailto:contact@darwintech.com",
- }}
+ text: "Email us now", href: "mailto:contact@darwintech.com"}}
ctaIcon={Mail}
/>
@@ -282,25 +191,17 @@ export default function LandingPage() {
{
items: [
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Pricing",
- href: "#pricing",
- },
+ label: "Pricing", href: "#pricing"},
],
},
{
items: [
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
]}