diff --git a/src/app/page.tsx b/src/app/page.tsx index e09b42e..5a9c4b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,93 +29,58 @@ export default function LandingPage() {
@@ -127,44 +92,20 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "s1", - label: "Development", - title: "Web Design From Scratch", - items: [ - "Fully custom layouts", - "SEO optimization", - "Fast loading speeds", - ], + id: "s1", label: "Development", title: "Web Design From Scratch", items: [ + "Fully custom layouts", "SEO optimization", "Fast loading speeds"], }, { - id: "s2", - label: "Upgrade", - title: "Website Redesign", - items: [ - "Modern UI updates", - "Performance improvements", - "Content migration", - ], + id: "s2", label: "Upgrade", title: "Website Redesign", items: [ + "Modern UI updates", "Performance improvements", "Content migration"], }, { - id: "s3", - label: "Responsiveness", - title: "Mobile-Friendly Websites", - items: [ - "Fully responsive design", - "Seamless touch navigation", - "Optimized mobile layout", - ], + id: "s3", label: "Responsiveness", title: "Mobile-Friendly Websites", items: [ + "Fully responsive design", "Seamless touch navigation", "Optimized mobile layout"], }, { - id: "s4", - label: "Conversion", - title: "Business Landing Pages", - items: [ - "High-conversion forms", - "Clear calls-to-action", - "Brand-aligned design", - ], + id: "s4", label: "Conversion", title: "Business Landing Pages", items: [ + "High-conversion forms", "Clear calls-to-action", "Brand-aligned design"], }, ]} title="Professional Services" @@ -180,41 +121,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Barbershop Website Demo", - price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-hairstylist-looking-camera_23-2147839834.jpg?_wi=1", - }, + id: "p1", name: "Barbershop Website Demo", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-hairstylist-looking-camera_23-2147839834.jpg"}, { - id: "p2", - name: "Restaurant Website Demo", - price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-breasrt-creamy-mushroom-sauce_114579-1138.jpg?_wi=1", - }, + id: "p2", name: "Restaurant Website Demo", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breasrt-creamy-mushroom-sauce_114579-1138.jpg"}, { - id: "p3", - name: "Small Business Shop Demo", - price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736858.jpg?_wi=1", - }, + id: "p3", name: "Small Business Shop Demo", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736858.jpg"}, { - id: "p4", - name: "Portfolio Demo 4", - price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-hairstylist-looking-camera_23-2147839834.jpg?_wi=2", - }, + id: "p4", name: "Portfolio Demo 4", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-hairstylist-looking-camera_23-2147839834.jpg"}, { - id: "p5", - name: "Portfolio Demo 5", - price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-breasrt-creamy-mushroom-sauce_114579-1138.jpg?_wi=2", - }, + id: "p5", name: "Portfolio Demo 5", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breasrt-creamy-mushroom-sauce_114579-1138.jpg"}, { - id: "p6", - name: "Portfolio Demo 6", - price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736858.jpg?_wi=2", - }, + id: "p6", name: "Portfolio Demo 6", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736858.jpg"}, ]} title="Portfolio Highlights" description="Check out some of our recent demo projects tailored for local business growth." @@ -223,50 +140,26 @@ export default function LandingPage() {