From dc03f0260a00f6b214b5a23f812b396c108c96bf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:49:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46e7289..9f91c46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,15 +76,15 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Website Creation", description: "Custom-built websites designed for your unique business needs", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZNomHJjbo8JVRZxlELggT2uTG/a-beautifully-designed-modern-website-fo-1772797600994-a0ef6da3.png", imageAlt: "Website creation service showcase", buttonIcon: ArrowRight, + title: "Website Creation", description: "Custom-built websites designed for your unique business needs", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZNomHJjbo8JVRZxlELggT2uTG/a-beautifully-designed-modern-website-fo-1772797600994-a0ef6da3.png?_wi=1", imageAlt: "Website creation service showcase", buttonIcon: ArrowRight, buttonHref: "#contact" }, { - title: "Website Redesign", description: "Modernize your existing site with cutting-edge design and technology", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZNomHJjbo8JVRZxlELggT2uTG/a-sophisticated-restaurant-website-desig-1772797600806-c95a0d34.png", imageAlt: "Website redesign service example", buttonIcon: ArrowRight, + title: "Website Redesign", description: "Modernize your existing site with cutting-edge design and technology", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZNomHJjbo8JVRZxlELggT2uTG/a-sophisticated-restaurant-website-desig-1772797600806-c95a0d34.png?_wi=1", imageAlt: "Website redesign service example", buttonIcon: ArrowRight, buttonHref: "#contact" }, { - title: "Premium Hosting", description: "Lightning-fast, reliable hosting with enterprise-grade security", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZNomHJjbo8JVRZxlELggT2uTG/a-professional-coaching-business-website-1772797601490-3a934456.png", imageAlt: "Hosting infrastructure showcase", buttonIcon: ArrowRight, + title: "Premium Hosting", description: "Lightning-fast, reliable hosting with enterprise-grade security", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZNomHJjbo8JVRZxlELggT2uTG/a-professional-coaching-business-website-1772797601490-3a934456.png?_wi=1", imageAlt: "Hosting infrastructure showcase", buttonIcon: ArrowRight, buttonHref: "#contact" }, { @@ -120,15 +120,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "TechStart Co", name: "SaaS Platform Landing", price: "Modern, Minimal", rating: 5, - reviewCount: "98% Conversion", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZNomHJjbo8JVRZxlELggT2uTG/a-beautifully-designed-modern-website-fo-1772797600994-a0ef6da3.png", imageAlt: "TechStart SaaS platform website" + reviewCount: "98% Conversion", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZNomHJjbo8JVRZxlELggT2uTG/a-beautifully-designed-modern-website-fo-1772797600994-a0ef6da3.png?_wi=2", imageAlt: "TechStart SaaS platform website" }, { id: "2", brand: "Lumina Dining", name: "Restaurant Website", price: "Elegant, Premium", rating: 5, - reviewCount: "50+ Bookings", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZNomHJjbo8JVRZxlELggT2uTG/a-sophisticated-restaurant-website-desig-1772797600806-c95a0d34.png", imageAlt: "Lumina Dining restaurant website" + reviewCount: "50+ Bookings", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZNomHJjbo8JVRZxlELggT2uTG/a-sophisticated-restaurant-website-desig-1772797600806-c95a0d34.png?_wi=2", imageAlt: "Lumina Dining restaurant website" }, { id: "3", brand: "Coach Sarah", name: "Coaching Platform", price: "Professional, Clean", rating: 5, - reviewCount: "200+ Clients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZNomHJjbo8JVRZxlELggT2uTG/a-professional-coaching-business-website-1772797601490-3a934456.png", imageAlt: "Coach Sarah coaching platform" + reviewCount: "200+ Clients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZNomHJjbo8JVRZxlELggT2uTG/a-professional-coaching-business-website-1772797601490-3a934456.png?_wi=2", imageAlt: "Coach Sarah coaching platform" } ]} /> -- 2.49.1