diff --git a/src/app/page.tsx b/src/app/page.tsx index 0474e50..9e299ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,13 +46,13 @@ export default function LandingPage() { title="Build Websites via Vibe Coding" description="Transform your ideas into fully functional, high-performance websites in seconds. Our platform combines intelligent AI code generation with seamless one-click deployment." testimonials={[ - { name: "Sarah Chen", handle: "@schen", testimonial: "Webild changed how I build. It's truly like coding with vibes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smart-microchip-technology-background-gradient-gold_53876-124642.jpg", imageAlt: "modern SaaS dashboard dark theme" }, - { name: "Marcus Thorne", handle: "@mthorne", testimonial: "Deploying apps used to be a headache. Now it's instant.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-glowing-background_23-2151907693.jpg", imageAlt: "modern SaaS dashboard dark theme" }, - { name: "Elena Rodriguez", handle: "@erod", testimonial: "Incredible speed and quality of code. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/computer-servers-row-network-generated-by-ai_188544-27795.jpg", imageAlt: "modern SaaS dashboard dark theme" }, + { name: "Sarah Chen", handle: "@schen", testimonial: "Webild changed how I build. It's truly like coding with vibes.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smart-microchip-technology-background-gradient-gold_53876-124642.jpg?_wi=1", imageAlt: "modern SaaS dashboard dark theme" }, + { name: "Marcus Thorne", handle: "@mthorne", testimonial: "Deploying apps used to be a headache. Now it's instant.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-glowing-background_23-2151907693.jpg?_wi=1", imageAlt: "modern SaaS dashboard dark theme" }, + { name: "Elena Rodriguez", handle: "@erod", testimonial: "Incredible speed and quality of code. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/computer-servers-row-network-generated-by-ai_188544-27795.jpg?_wi=1", imageAlt: "modern SaaS dashboard dark theme" }, { name: "David Kim", handle: "@dkim", testimonial: "The AI understands complex design requirements effortlessly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/call-center-agents-track-shipments-office-using-ai-chatbot-help_482257-126758.jpg", imageAlt: "modern SaaS dashboard dark theme" }, - { name: "Alex Smith", handle: "@asmith", testimonial: "A complete game changer for my agency workflow.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-modern-laptop-blurred-photo_185193-110574.jpg", imageAlt: "modern SaaS dashboard dark theme" }, + { name: "Alex Smith", handle: "@asmith", testimonial: "A complete game changer for my agency workflow.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-modern-laptop-blurred-photo_185193-110574.jpg?_wi=1", imageAlt: "modern SaaS dashboard dark theme" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/smart-microchip-technology-background-gradient-gold_53876-124642.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smart-microchip-technology-background-gradient-gold_53876-124642.jpg?_wi=2" showDimOverlay={true} showBlur={true} avatars={[ @@ -72,9 +72,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { title: "AI-Driven Coding", description: "Generate high-quality, production-ready code with just a simple natural language prompt.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-glowing-background_23-2151907693.jpg", imageAlt: "Abstract 3D tech shapes" }, { imageSrc: "http://img.b2bpic.net/free-photo/data-center-computer-systems-controlling-network-resources-closeup_482257-126065.jpg", imageAlt: "AI code structure" }] }, - { title: "Auto-Scaling Deploy", description: "Global deployment network that scales automatically as your site traffic grows.", icon: Shield, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/computer-servers-row-network-generated-by-ai_188544-27795.jpg", imageAlt: "Cloud server room" }, { imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105487.jpg", imageAlt: "Data connections" }] }, - { title: "Instant Deployment", description: "One-click publishing to lightning-fast edge infrastructure with automatic SSL.", icon: Award, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-modern-laptop-blurred-photo_185193-110574.jpg", imageAlt: "Deployment concept" }, { imageSrc: "http://img.b2bpic.net/free-photo/robot-defending-against-virus-attack_1048-12079.jpg", imageAlt: "Pipeline flow" }] } + { title: "AI-Driven Coding", description: "Generate high-quality, production-ready code with just a simple natural language prompt.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-glowing-background_23-2151907693.jpg?_wi=2", imageAlt: "Abstract 3D tech shapes" }, { imageSrc: "http://img.b2bpic.net/free-photo/data-center-computer-systems-controlling-network-resources-closeup_482257-126065.jpg", imageAlt: "AI code structure" }] }, + { title: "Auto-Scaling Deploy", description: "Global deployment network that scales automatically as your site traffic grows.", icon: Shield, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/computer-servers-row-network-generated-by-ai_188544-27795.jpg?_wi=2", imageAlt: "Cloud server room" }, { imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105487.jpg", imageAlt: "Data connections" }] }, + { title: "Instant Deployment", description: "One-click publishing to lightning-fast edge infrastructure with automatic SSL.", icon: Award, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-modern-laptop-blurred-photo_185193-110574.jpg?_wi=2", imageAlt: "Deployment concept" }, { imageSrc: "http://img.b2bpic.net/free-photo/robot-defending-against-virus-attack_1048-12079.jpg", imageAlt: "Pipeline flow" }] } ]} title="Engineered for Velocity" description="Everything you need to go from idea to live deployment." @@ -104,7 +104,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "p1", name: "Custom Editor", price: "Included", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-modern-laptop-blurred-photo_185193-110574.jpg" }, + { id: "p1", name: "Custom Editor", price: "Included", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-modern-laptop-blurred-photo_185193-110574.jpg?_wi=3" }, { id: "p2", name: "User CMS", price: "Included", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-office_23-2151345417.jpg" }, { id: "p3", name: "Analytics Dashboard", price: "$19/mo", variant: "Plus", imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-workspace-with-advanced-tech-tools-enhancing-productivity_482257-119752.jpg" }, { id: "p4", name: "Component Lab", price: "$29/mo", variant: "Lab", imageSrc: "http://img.b2bpic.net/free-photo/map-kansas-gold-glitter-map-dark-background_559531-11083.jpg" },