From a4361326669870edcc43c3b29e0bdc8b02c06939 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:50:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 219 ++++++++--------------------------------------- 1 file changed, 37 insertions(+), 182 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fbea6b..c0bce85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,8 +24,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/features" }, { label: "Pricing", href: "#pricing" }, { label: "How It Works", href: "#how-it-works" }, @@ -33,8 +32,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -42,8 +40,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -73,9 +70,7 @@ export default function HomePage() { id: item.id, }))} button={{ - text: "Call Now", - href: "tel:+1-800-555-0123", - }} + text: "Call Now", href: "tel:+1-800-555-0123"}} /> @@ -119,25 +114,13 @@ export default function HomePage() { features={[ { id: 1, - title: "Upload Product Photo", - description: "Simply upload a clear image of your product. Our AI analyzes every detail for perfect results.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlmJfUwg8RSylWtWT9Y5wazAen/a-clean-modern-interface-showing-step-1--1773175668965-d9085af1.png?_wi=1", - imageAlt: "Upload interface", - }, + title: "Upload Product Photo", description: "Simply upload a clear image of your product. Our AI analyzes every detail for perfect results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlmJfUwg8RSylWtWT9Y5wazAen/a-clean-modern-interface-showing-step-1--1773175668965-d9085af1.png", imageAlt: "Upload interface"}, { id: 2, - title: "AI Generates Creatives", - description: "Watch as our AI instantly creates model photos, ads, reels, catalogs, and promotional graphics from your image.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlmJfUwg8RSylWtWT9Y5wazAen/a-modern-interface-showing-step-2-where--1773175667670-fb4b2814.png?_wi=1", - imageAlt: "AI generation interface", - }, + title: "AI Generates Creatives", description: "Watch as our AI instantly creates model photos, ads, reels, catalogs, and promotional graphics from your image.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlmJfUwg8RSylWtWT9Y5wazAen/a-modern-interface-showing-step-2-where--1773175667670-fb4b2814.png", imageAlt: "AI generation interface"}, { id: 3, - title: "Download & Publish", - description: "Download high-resolution files ready for social media, ads, websites, and print marketing.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlmJfUwg8RSylWtWT9Y5wazAen/a-clean-interface-showing-step-3-where-u-1773175671366-dcc57944.png?_wi=1", - imageAlt: "Download interface", - }, + title: "Download & Publish", description: "Download high-resolution files ready for social media, ads, websites, and print marketing.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlmJfUwg8RSylWtWT9Y5wazAen/a-clean-interface-showing-step-3-where-u-1773175671366-dcc57944.png", imageAlt: "Download interface"}, ]} title="Simple 3-Step Process" description="Create stunning marketing content in minutes with our intuitive AI workflow. No design experience required." @@ -155,37 +138,13 @@ export default function HomePage() {