diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9e138c4..f59e4b4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,104 +40,32 @@ export default function LandingPage() {
@@ -161,40 +77,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Social Media Setup",
- description: "Facebook, Instagram, and WhatsApp Business profiles.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-holding-trophy-icon_53876-71031.jpg?_wi=2",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/anxiety-inducing-imagery-with-angst-feelings_23-2150982035.jpg",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-scrolling-green-screen-mobile-phone-checking-social-media_482257-121739.jpg?_wi=3",
- imageAlt: "business challenge icon",
+ title: "Social Media Setup", description: "Facebook, Instagram, and WhatsApp Business profiles.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-holding-trophy-icon_53876-71031.jpg" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/anxiety-inducing-imagery-with-angst-feelings_23-2150982035.jpg" },
},
{
- title: "Web Development",
- description: "Custom landing pages and business websites.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/distressed-man-suffers-from-social-anxiety-due-obsessive-social-media-use_482257-126404.jpg",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-her-head-office-desk_482257-119523.jpg",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-using-laptop-browse-internet-startup-office-doing-project-research-executive-manager-sending-paperwork-email-working-website-browser-application_482257-42354.jpg?_wi=2",
- imageAlt: "business challenge icon",
+ title: "Web Development", description: "Custom landing pages and business websites.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/distressed-man-suffers-from-social-anxiety-due-obsessive-social-media-use_482257-126404.jpg" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-resting-her-head-office-desk_482257-119523.jpg" },
},
{
- title: "Monthly Growth",
- description: "Consistent content and design updates.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/improvement-development-opportunity-enjoy_53876-121245.jpg",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148761041.jpg",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-african-american-business-woman-wearing-glasses-holding-documents_146671-15760.jpg?_wi=2",
- imageAlt: "business challenge icon",
+ title: "Monthly Growth", description: "Consistent content and design updates.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/improvement-development-opportunity-enjoy_53876-121245.jpg" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148761041.jpg" },
},
]}
showStepNumbers={true}
@@ -205,56 +97,21 @@ export default function LandingPage() {