feat: optimize homepage
This commit is contained in:
parent
097fdd3d2d
commit
efbcb8bfcd
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
'use client';
|
||||
|
||||
import { Terminal } from 'lucide-react';
|
||||
|
||||
export function ApiExampleSection() {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
'use client';
|
||||
|
||||
const blobs = [
|
||||
{
|
||||
className: 'w-[600px] h-[600px] top-[-200px] right-[-100px]',
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
'use client';
|
||||
|
||||
import { Zap, Check, Crown, Type, Brain, Target, Image, Award } from 'lucide-react';
|
||||
|
||||
const flashFeatures = [
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
'use client';
|
||||
|
||||
export function HeroGlow() {
|
||||
return (
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
'use client';
|
||||
|
||||
import { Settings2, Check, Info } from 'lucide-react';
|
||||
|
||||
const steps = [
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
'use client';
|
||||
|
||||
import { Server, Code, Cpu, Terminal, FlaskConical, Link2 } from 'lucide-react';
|
||||
|
||||
const tools = [
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
'use client';
|
||||
|
||||
import { AtSign, GitBranch, Palette, Globe, SlidersHorizontal, Link } from 'lucide-react';
|
||||
|
||||
const features = [
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
'use client';
|
||||
|
||||
import { RefreshCw, ArrowLeftRight, Package, Layers, Check } from 'lucide-react';
|
||||
|
||||
const problems = [
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
'use client';
|
||||
|
||||
import { Sparkles } from 'lucide-react';
|
||||
|
||||
export function PromptUrlsSection() {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
'use client';
|
||||
|
||||
import { MessageCircle, Vote, Users } from 'lucide-react';
|
||||
|
||||
const ZIGZAG_POINTS = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue