feat: optimize homepage

This commit is contained in:
Oleg Proskurin 2025-12-18 00:21:07 +07:00
parent 097fdd3d2d
commit efbcb8bfcd
11 changed files with 1 additions and 21 deletions

View File

@ -4,7 +4,7 @@ const nextConfig: NextConfig = {
output: 'standalone',
trailingSlash: true,
images: {
unoptimized: true,
// Enable Next.js image optimization for better performance
},
eslint: {
ignoreDuringBuilds: true,

View File

@ -1,5 +1,3 @@
'use client';
import { Terminal } from 'lucide-react';
export function ApiExampleSection() {

View File

@ -1,5 +1,3 @@
'use client';
const blobs = [
{
className: 'w-[600px] h-[600px] top-[-200px] right-[-100px]',

View File

@ -1,5 +1,3 @@
'use client';
import { Zap, Check, Crown, Type, Brain, Target, Image, Award } from 'lucide-react';
const flashFeatures = [

View File

@ -1,5 +1,3 @@
'use client';
export function HeroGlow() {
return (
<div

View File

@ -1,5 +1,3 @@
'use client';
import { Settings2, Check, Info } from 'lucide-react';
const steps = [

View File

@ -1,5 +1,3 @@
'use client';
import { Server, Code, Cpu, Terminal, FlaskConical, Link2 } from 'lucide-react';
const tools = [

View File

@ -1,5 +1,3 @@
'use client';
import { AtSign, GitBranch, Palette, Globe, SlidersHorizontal, Link } from 'lucide-react';
const features = [

View File

@ -1,5 +1,3 @@
'use client';
import { RefreshCw, ArrowLeftRight, Package, Layers, Check } from 'lucide-react';
const problems = [

View File

@ -1,5 +1,3 @@
'use client';
import { Sparkles } from 'lucide-react';
export function PromptUrlsSection() {

View File

@ -1,5 +1,3 @@
'use client';
import { MessageCircle, Vote, Users } from 'lucide-react';
const ZIGZAG_POINTS = [