Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b1fea07c8b | |||
| 495ae4b5f1 | |||
| 6ff507ab67 | |||
| 4936d496eb | |||
| 58217acf25 | |||
| 7e6f0b9174 | |||
| 8e4c8cf263 | |||
| ee1a05e93d | |||
| 143ff58eb9 | |||
| 9563c39893 |
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Start Creating", href: "#product" },
|
||||
{ text: "Export Settings", href: "#product" }
|
||||
{ text: "Explore Features", href: "#product" }
|
||||
]}
|
||||
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."
|
||||
@@ -153,4 +153,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user