Merge version_2 into main #4
1417
src/app/layout.tsx
1417
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -58,17 +58,23 @@ export default function LandingPage() {
|
||||
description="Everything you need to format equations fast—no bloat, no sign-ups, no distractions."
|
||||
features={[
|
||||
{
|
||||
id: "real-time-preview", title: "Real-Time Preview", description: "See your formula rendered as you type. Inline validation catches errors instantly with zero layout shift.", imageSrc: "http://img.b2bpic.net/free-vector/web-design-background_53876-90537.jpg?_wi=2", imageAlt: "Real-time equation preview"},
|
||||
id: "real-time-preview", title: "Real-Time Preview", description: "See your formula rendered as you type. Inline validation catches errors instantly with zero layout shift.", imageSrc: "http://img.b2bpic.net/free-vector/web-design-background_53876-90537.jpg?_wi=2", imageAlt: "Real-time equation preview"
|
||||
},
|
||||
{
|
||||
id: "copy-latex", title: "Copy Clean LaTeX", description: "One-click export of valid LaTeX for seamless integration into Markdown, documents, and technical writing.", imageSrc: "http://img.b2bpic.net/free-photo/view-school-items-arrangement_23-2149001115.jpg", imageAlt: "LaTeX code export"},
|
||||
id: "copy-latex", title: "Copy Clean LaTeX", description: "One-click export of valid LaTeX for seamless integration into Markdown, documents, and technical writing.", imageSrc: "http://img.b2bpic.net/free-photo/view-school-items-arrangement_23-2149001115.jpg", imageAlt: "LaTeX code export"
|
||||
},
|
||||
{
|
||||
id: "png-export", title: "High-Resolution PNG Export", description: "Export professionally typeset equations as high-resolution images for presentations, blogs, and papers.", imageSrc: "http://img.b2bpic.net/free-vector/web-design-background_53876-90537.jpg?_wi=3", imageAlt: "PNG image export"},
|
||||
id: "png-export", title: "High-Resolution PNG Export", description: "Export professionally typeset equations as high-resolution images for presentations, blogs, and papers.", imageSrc: "http://img.b2bpic.net/free-vector/web-design-background_53876-90537.jpg?_wi=3", imageAlt: "PNG image export"
|
||||
},
|
||||
{
|
||||
id: "offline-support", title: "Works Offline", description: "No internet required. KaTeX rendering runs entirely in your browser with full offline support.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-terrace_23-2148103942.jpg?_wi=1", imageAlt: "Offline functionality"},
|
||||
id: "offline-support", title: "Works Offline", description: "No internet required. KaTeX rendering runs entirely in your browser with full offline support.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-terrace_23-2148103942.jpg?_wi=1", imageAlt: "Offline functionality"
|
||||
},
|
||||
{
|
||||
id: "mobile-ready", title: "Sub-100ms on Mobile", description: "Lightning-fast rendering even on mid-range devices. Optimized for performance without compromise.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-terrace_23-2148103942.jpg?_wi=2", imageAlt: "Mobile performance"},
|
||||
id: "mobile-ready", title: "Sub-100ms on Mobile", description: "Lightning-fast rendering even on mid-range devices. Optimized for performance without compromise.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-terrace_23-2148103942.jpg?_wi=2", imageAlt: "Mobile performance"
|
||||
},
|
||||
{
|
||||
id: "zero-complexity", title: "No Accounts. No Overhead.", description: "Zero setup. No login. No configuration. Just open and start typing—truly frictionless equation formatting.", imageSrc: "http://img.b2bpic.net/free-vector/web-design-background_53876-90537.jpg?_wi=4", imageAlt: "Simple interface"},
|
||||
id: "zero-complexity", title: "No Accounts. No Overhead.", description: "Zero setup. No login. No configuration. Just open and start typing—truly frictionless equation formatting.", imageSrc: "http://img.b2bpic.net/free-vector/web-design-background_53876-90537.jpg?_wi=4", imageAlt: "Simple interface"
|
||||
},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -100,7 +106,10 @@ export default function LandingPage() {
|
||||
title: "Export & Share", description: "Copy clean LaTeX for Markdown or export high-resolution PNG images in one click. Ready for any platform.", icon: Download,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Start Formatting", href: "#hero" }]}
|
||||
buttons={[
|
||||
{ text: "Start Formatting", href: "#hero" },
|
||||
{ text: "See Example", href: "#features" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user