Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d31698c949 | |||
| 66c88f1538 | |||
| 48a2d15e4b | |||
| 80ae7dc9b8 | |||
| b1fea07c8b | |||
| 495ae4b5f1 |
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Start Creating", href: "#product" },
|
||||
{ text: "Explore Features", 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,7 +135,7 @@ 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."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-99785.jpg"
|
||||
|
||||
Reference in New Issue
Block a user