diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 7455f90..8dbf2bf 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -26,33 +26,19 @@ export default function LandingPage() { diff --git a/src/app/generate/page.tsx b/src/app/generate/page.tsx index c0d71f5..eb2949e 100644 --- a/src/app/generate/page.tsx +++ b/src/app/generate/page.tsx @@ -28,33 +28,19 @@ export default function LandingPage() { @@ -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"}} /> diff --git a/src/app/library/page.tsx b/src/app/library/page.tsx index 5588f6f..8faf2bd 100644 --- a/src/app/library/page.tsx +++ b/src/app/library/page.tsx @@ -26,33 +26,19 @@ export default function LandingPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fe193e..77139fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,33 +29,19 @@ export default function LandingPage() { diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 5e9e2bc..88493e3 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -27,33 +27,19 @@ export default function LandingPage() {