diff --git a/src/app/page.tsx b/src/app/page.tsx index 81c5302..965f860 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,91 +31,39 @@ export default function LandingPage() {
@@ -125,41 +73,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - tag: "Design", - title: "Web Design", - subtitle: "Visuals that pop.", - description: "Custom websites crafted for your unique brand.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ciysqv&_wi=1", - }, - { - tag: "Optimization", - title: "Landing Pages", - subtitle: "Built for conversion.", - description: "High-performing pages tailored for growth.", - imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg?_wi=1", - }, - { - tag: "Sales", - title: "E-commerce Design", - subtitle: "Secure and scalable.", - description: "Beautiful online stores that drive sales.", - imageSrc: "http://img.b2bpic.net/free-photo/shopping-cart-trolley-basket-supermarket-icon-sign-symbol-white-background-3d-rendering_56104-1379.jpg?_wi=1", - }, - { - tag: "Analytics", - title: "Website Optimization", - subtitle: "Faster load times.", - description: "Performance tuning to keep your visitors.", - imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg?_wi=2", - }, - { - tag: "Care", - title: "Monthly Care", - subtitle: "Always updated.", - description: "Maintenance, security, and content updates.", - imageSrc: "http://img.b2bpic.net/free-photo/gear-icon-set-isolated-background_53876-71277.jpg", - }, + { tag: "Design", title: "Web Design", subtitle: "Visuals that pop.", description: "Custom websites crafted for your unique brand.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ciysqv" }, + { tag: "Optimization", title: "Landing Pages", subtitle: "Built for conversion.", description: "High-performing pages tailored for growth.", imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg" }, + { tag: "Sales", title: "E-commerce Design", subtitle: "Secure and scalable.", description: "Beautiful online stores that drive sales.", imageSrc: "http://img.b2bpic.net/free-photo/shopping-cart-trolley-basket-supermarket-icon-sign-symbol-white-background-3d-rendering_56104-1379.jpg" }, + { tag: "Analytics", title: "Website Optimization", subtitle: "Faster load times.", description: "Performance tuning to keep your visitors.", imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg" }, + { tag: "Care", title: "Monthly Care", subtitle: "Always updated.", description: "Maintenance, security, and content updates.", imageSrc: "http://img.b2bpic.net/free-photo/gear-icon-set-isolated-background_53876-71277.jpg" } ]} title="What We Do" description="Comprehensive digital solutions to scale your business." @@ -185,34 +103,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "1", - value: "01", - title: "Discover", - description: "Understanding your business and goals.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ciysqv&_wi=2", - }, - { - id: "2", - value: "02", - title: "Design", - description: "Conceptualizing your digital presence.", - imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg?_wi=3", - }, - { - id: "3", - value: "03", - title: "Build", - description: "Developing your responsive website.", - imageSrc: "http://img.b2bpic.net/free-photo/shopping-cart-trolley-basket-supermarket-icon-sign-symbol-white-background-3d-rendering_56104-1379.jpg?_wi=2", - }, - { - id: "4", - value: "04", - title: "Launch", - description: "Deploying your site to the world.", - imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg?_wi=4", - }, + { id: "1", value: "01", title: "Discover", description: "Understanding your business and goals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ciysqv" }, + { id: "2", value: "02", title: "Design", description: "Conceptualizing your digital presence.", imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg" }, + { id: "3", value: "03", title: "Build", description: "Developing your responsive website.", imageSrc: "http://img.b2bpic.net/free-photo/shopping-cart-trolley-basket-supermarket-icon-sign-symbol-white-background-3d-rendering_56104-1379.jpg" }, + { id: "4", value: "04", title: "Launch", description: "Deploying your site to the world.", imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg" } ]} title="Our Process" description="A refined workflow to deliver your project on time and exceed expectations." @@ -221,64 +115,17 @@ export default function LandingPage() {