10 Commits

Author SHA1 Message Date
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
58217acf25 Update src/app/page.tsx 2026-04-17 15:21:54 +00:00
7e6f0b9174 Switch to version 2: modified src/app/styles/variables.css 2026-04-17 15:14:17 +00:00
8e4c8cf263 Switch to version 2: modified src/app/page.tsx 2026-04-17 15:14:17 +00:00
ee1a05e93d Switch to version 1: modified src/app/styles/variables.css 2026-04-17 15:14:11 +00:00
143ff58eb9 Switch to version 1: modified src/app/page.tsx 2026-04-17 15:14:10 +00:00
9563c39893 Merge version_2 into main
Merge version_2 into main
2026-04-17 15:13:03 +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: "#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>
);
}
}