Update src/app/generate/page.tsx
This commit is contained in:
@@ -28,33 +28,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Generate",
|
||||
id: "/generate",
|
||||
},
|
||||
name: "Generate", id: "/generate"},
|
||||
{
|
||||
name: "Library",
|
||||
id: "/library",
|
||||
},
|
||||
name: "Library", id: "/library"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
name: "Pricing", id: "/pricing"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
{
|
||||
name: "My Designs",
|
||||
id: "/dashboard",
|
||||
},
|
||||
name: "My Designs", id: "/dashboard"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/view-5th-may-mexican-pattern_23-2149362790.jpg"
|
||||
logoAlt="StitchVerse AI Logo"
|
||||
@@ -69,6 +55,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
title="Your AI Embroidery Design Studio"
|
||||
description="Enter your prompt, choose your settings, and let StitchVerse AI create your next masterpiece. Get ready for cinematic loading animations!"
|
||||
/>
|
||||
@@ -81,23 +68,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
icon: Gauge,
|
||||
title: "Stitch Calculator",
|
||||
value: "Estimate counts & time",
|
||||
},
|
||||
id: "metric-1", icon: Gauge,
|
||||
title: "Stitch Calculator", value: "Estimate counts & time"},
|
||||
{
|
||||
id: "metric-2",
|
||||
icon: Palette,
|
||||
title: "Color Recommendations",
|
||||
value: "AI-suggested palettes",
|
||||
},
|
||||
id: "metric-2", icon: Palette,
|
||||
title: "Color Recommendations", value: "AI-suggested palettes"},
|
||||
{
|
||||
id: "metric-3",
|
||||
icon: Award,
|
||||
title: "Gamification Progress",
|
||||
value: "Earn badges & ranks",
|
||||
},
|
||||
id: "metric-3", icon: Award,
|
||||
title: "Gamification Progress", value: "Earn badges & ranks"},
|
||||
]}
|
||||
title="Intelligent Design Insights"
|
||||
description="Harness the power of AI for precise calculations and smart recommendations to perfect your embroidery projects."
|
||||
@@ -109,25 +87,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
title: "AI Design Enhancer",
|
||||
description: "Upload existing images to improve quality, increase detail, and convert to embroidery patterns.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-designer-browsing-pc-tablet_329181-17106.jpg",
|
||||
imageAlt: "AI enhancing embroidery design",
|
||||
},
|
||||
title: "AI Design Enhancer", description: "Upload existing images to improve quality, increase detail, and convert to embroidery patterns.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-designer-browsing-pc-tablet_329181-17106.jpg", imageAlt: "AI enhancing embroidery design"},
|
||||
{
|
||||
title: "Style & Shape Customization",
|
||||
description: "Fine-tune your designs with specific styles (Floral, Geometric) and shapes (Circle, Freeform).",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workers-using-ai-computing-simulation_482257-75500.jpg",
|
||||
imageAlt: "Style and shape options",
|
||||
},
|
||||
title: "Style & Shape Customization", description: "Fine-tune your designs with specific styles (Floral, Geometric) and shapes (Circle, Freeform).", imageSrc: "http://img.b2bpic.net/free-photo/workers-using-ai-computing-simulation_482257-75500.jpg", imageAlt: "Style and shape options"},
|
||||
{
|
||||
title: "Fabric & Thread Density",
|
||||
description: "Optimize for different fabric types and control thread density for perfect stitch quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17488.jpg",
|
||||
imageAlt: "Fabric and thread density controls",
|
||||
},
|
||||
title: "Fabric & Thread Density", description: "Optimize for different fabric types and control thread density for perfect stitch quality.", imageSrc: "http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17488.jpg", imageAlt: "Fabric and thread density controls"},
|
||||
]}
|
||||
title="Advanced Design Enhancements"
|
||||
description="Beyond generation, refine existing designs and unlock deeper customization for professional results."
|
||||
@@ -140,13 +107,9 @@ export default function LandingPage() {
|
||||
logoAlt="StitchVerse AI Logo"
|
||||
logoText="StitchVerse AI"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
}}
|
||||
text: "Privacy Policy", href: "/privacy"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "/terms",
|
||||
}}
|
||||
text: "Terms of Service", href: "/terms"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user