6 Commits

Author SHA1 Message Date
04740f1907 Update src/app/page.tsx 2026-03-12 13:27:29 +00:00
023a8db1bb Merge version_2 into main
Merge version_2 into main
2026-03-12 13:26:13 +00:00
ba03f75cb0 Update src/app/page.tsx 2026-03-12 13:26:09 +00:00
be29c11559 Merge version_1 into main
Merge version_1 into main
2026-03-12 13:16:15 +00:00
1c67bf8fe5 Merge version_1 into main
Merge version_1 into main
2026-03-12 13:15:50 +00:00
a59e0dbfdf Merge version_1 into main
Merge version_1 into main
2026-03-12 13:15:03 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
background={{ variant: "canvas-reveal" }}
buttons={[
{ text: "Start Creating", href: "#templates" },
{ text: "View Templates", href: "#templates" }
{ text: "Explore AI Features", href: "#features" }
]}
buttonAnimation="slide-up"
mediaItems={[
@@ -152,7 +152,7 @@ export default function LandingPage() {
tag="Why Marksy"
tagIcon={Star}
tagAnimation="slide-up"
title="Why Choose Marksy for Your Website?"
title="Build Your Website in Minutes, Not Months"
description="Marksy combines the power of AI with an intuitive interface to help you create stunning websites in minutes, not months. Whether you're launching a startup or redesigning your brand, we provide everything you need to succeed online."
metrics={[
{ value: "10,000+", title: "Websites Created" },
@@ -208,4 +208,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}