11 Commits

Author SHA1 Message Date
4921d79751 Merge version_9 into main
Merge version_9 into main
2026-05-08 14:29:38 +00:00
82eefbe744 Update src/app/page.tsx 2026-05-08 14:29:32 +00:00
6b28d33732 Merge version_8 into main
Merge version_8 into main
2026-05-08 14:28:29 +00:00
d31698c949 Update src/app/page.tsx 2026-05-08 14:28:26 +00:00
66c88f1538 Merge version_7 into main
Merge version_7 into main
2026-05-08 14:26:59 +00:00
48a2d15e4b Update src/app/page.tsx 2026-05-08 14:26:52 +00:00
80ae7dc9b8 Merge version_5 into main
Merge version_5 into main
2026-05-08 14:21:35 +00:00
b1fea07c8b Update src/app/page.tsx 2026-05-08 14:21:32 +00:00
495ae4b5f1 Merge version_4 into main
Merge version_4 into main
2026-04-17 15:23:02 +00:00
6ff507ab67 Update src/app/page.tsx 2026-04-17 15:22:56 +00:00
4936d496eb Merge version_3 into main
Merge version_3 into main
2026-04-17 15:22:00 +00:00

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
]}
buttons={[
{ text: "Start Creating", href: "#product" },
{ text: "Export Settings", href: "#product" }
{ text: "Explore Features", href: "#features" }
]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320710.jpg"
mediaAnimation="slide-up"
@@ -83,10 +83,10 @@ export default function LandingPage() {
useInvertedBackground={false}
animationType="slide-up"
products={[
{ id: "p4", name: "Live Preview", price: "Toggle", variant: "View", imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacked-aesthetic-objects_23-2150185379.jpg" },
{ id: "p1", name: "Export to SVG", price: "Vector Format", variant: "Download", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-designing-websites_23-2149930944.jpg?_wi=2" },
{ id: "p2", name: "Export to PNG", price: "High-Res Image", variant: "Download", imageSrc: "http://img.b2bpic.net/free-photo/blue-desk-accessories-pink-plate_23-2148748620.jpg" },
{ id: "p3", name: "Export to PDF", price: "Document", variant: "Download", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-menu-street_1101-101.jpg" },
{ id: "p4", name: "Live Preview", price: "Toggle", variant: "View", imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacked-aesthetic-objects_23-2150185379.jpg" }
{ id: "p3", name: "Export to PDF", price: "Document", variant: "Download", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-menu-street_1101-101.jpg" }
]}
title="Export & Preview"
description="Finalize your projects with built-in export settings and real-time previews."
@@ -135,9 +135,10 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{ variant: "radial-gradient" }}
tag="Join Now"
tag="Get Early Access"
title="Start Creating Today"
description="Sign up for early access to our high-performance design workspace and export tools."
buttonText="Get Started Now"
imageSrc="http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-99785.jpg"
mediaAnimation="opacity"
/>