Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 97cc12816f | |||
| 47b41ca721 | |||
| bdde330ced |
1387
src/app/layout.tsx
1387
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
|||||||
description="Defy Gravity. Build your portfolio with cutting-edge tools, automated generation, and stunning responsive design. Powered by Python, styled with TailwindCSS, and deployed instantly."
|
description="Defy Gravity. Build your portfolio with cutting-edge tools, automated generation, and stunning responsive design. Powered by Python, styled with TailwindCSS, and deployed instantly."
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Launch Portfolio", href: "#projects" },
|
{ text: "Generate My Portfolio", href: "#projects" },
|
||||||
{ text: "Explore Features", href: "#features" },
|
{ text: "Explore Features", href: "#features" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -102,7 +102,6 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[{ text: "Start Building Now", href: "#product" }]}
|
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Zap,
|
icon: Zap,
|
||||||
|
|||||||
Reference in New Issue
Block a user