diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5100e20..adcf055 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
@@ -50,37 +44,24 @@ export default function LandingPage() {
@@ -93,54 +74,24 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "s1",
- label: "Web Design",
- title: "Web Design & Development",
- items: [
- "Custom websites",
- "E-commerce solutions",
- "UX/UI design",
- ],
+ id: "s1", label: "Web Design", title: "Web Design & Development", items: [
+ "Custom websites", "E-commerce solutions", "UX/UI design"],
},
{
- id: "s2",
- label: "Content",
- title: "Strategic Copywriting",
- items: [
- "Brand storytelling",
- "SEO optimization",
- "Email campaigns",
- ],
+ id: "s2", label: "Content", title: "Strategic Copywriting", items: [
+ "Brand storytelling", "SEO optimization", "Email campaigns"],
},
{
- id: "s3",
- label: "Design",
- title: "Creative Design",
- items: [
- "Brand identity",
- "Visual branding",
- "Marketing assets",
- ],
+ id: "s3", label: "Design", title: "Creative Design", items: [
+ "Brand identity", "Visual branding", "Marketing assets"],
},
{
- id: "s4",
- label: "Strategy",
- title: "Digital Growth",
- items: [
- "Market research",
- "Conversion tactics",
- "Audit reports",
- ],
+ id: "s4", label: "Strategy", title: "Digital Growth", items: [
+ "Market research", "Conversion tactics", "Audit reports"],
},
{
- id: "s5",
- label: "Support",
- title: "Ongoing Maintenance",
- items: [
- "Speed optimization",
- "Security patches",
- "Content updates",
- ],
+ id: "s5", label: "Support", title: "Ongoing Maintenance", items: [
+ "Speed optimization", "Security patches", "Content updates"],
},
]}
title="Our Services"
@@ -152,42 +103,23 @@ export default function LandingPage() {