From e127b8266fb63fa7a4b654bdf4080d12e0cf26ed Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 06:31:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 200 +++++++++++------------------------------------ 1 file changed, 45 insertions(+), 155 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac2270a..7487f66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,17 +31,11 @@ export default function LandingPage() { @@ -50,68 +44,45 @@ export default function LandingPage() {
@@ -124,55 +95,31 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Instant Generation", - description: "Create layouts automatically using our advanced AI engine.", - icon: Zap, + title: "Instant Generation", description: "Create layouts automatically using our advanced AI engine.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/black-construction-flat-website_23-2148219966.jpg?_wi=1", - imageAlt: "Instant generation tool", - }, + imageSrc: "http://img.b2bpic.net/free-vector/black-construction-flat-website_23-2148219966.jpg", imageAlt: "Instant generation tool"}, { - imageSrc: "http://img.b2bpic.net/free-vector/qr-code-scan-steps-smartphone-set_23-2148654291.jpg?_wi=1", - imageAlt: "Automated results", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg?_wi=2", - imageAlt: "digital dashboard software", + imageSrc: "http://img.b2bpic.net/free-vector/qr-code-scan-steps-smartphone-set_23-2148654291.jpg", imageAlt: "Automated results"}, + ] }, { - title: "Perfect Customization", - description: "Fine-tune every element to match your brand identity exactly.", - icon: Palette, + title: "Perfect Customization", description: "Fine-tune every element to match your brand identity exactly.", icon: Palette, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/qr-code-scan-steps-smartphone-set_23-2148654291.jpg?_wi=2", - imageAlt: "Customization dashboard", - }, + imageSrc: "http://img.b2bpic.net/free-vector/qr-code-scan-steps-smartphone-set_23-2148654291.jpg", imageAlt: "Customization dashboard"}, { - imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148359773.jpg?_wi=1", - imageAlt: "Design editing tools", - }, - ], - imageSrc: "http://img.b2bpic.net/free-vector/black-construction-flat-website_23-2148219966.jpg?_wi=2", - imageAlt: "website building tools", + imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148359773.jpg", imageAlt: "Design editing tools"}, + ] }, { - title: "AI Powered", - description: "Leverage machine learning to optimize user experience and layout.", - icon: Star, + title: "AI Powered", description: "Leverage machine learning to optimize user experience and layout.", icon: Star, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148359773.jpg?_wi=2", - imageAlt: "AI intelligence", - }, + imageSrc: "http://img.b2bpic.net/free-vector/user-panel-business-dashboard_23-2148359773.jpg", imageAlt: "AI intelligence"}, { - imageSrc: "http://img.b2bpic.net/free-vector/black-construction-flat-website_23-2148219966.jpg?_wi=3", - imageAlt: "Smart layout", - }, - ], - imageSrc: "http://img.b2bpic.net/free-vector/qr-code-scan-steps-smartphone-set_23-2148654291.jpg?_wi=3", - imageAlt: "coding automation ui", + imageSrc: "http://img.b2bpic.net/free-vector/black-construction-flat-website_23-2148219966.jpg", imageAlt: "Smart layout"}, + ] }, ]} title="Everything You Need to Build" @@ -184,28 +131,14 @@ export default function LandingPage() {