Update src/app/dashboard/page.tsx
This commit is contained in:
@@ -26,37 +26,23 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Generate",
|
||||
id: "/generate",
|
||||
},
|
||||
name: "Generate", id: "/generate"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "/gallery",
|
||||
},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
name: "Pricing", id: "/pricing"},
|
||||
{
|
||||
name: "Dashboard",
|
||||
id: "/dashboard",
|
||||
},
|
||||
name: "Dashboard", id: "/dashboard"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/technology-logo-template_23-2150529427.jpg"
|
||||
logoAlt="TeeAI logo"
|
||||
brandName="TeeAI"
|
||||
button={{
|
||||
text: "Sign Up",
|
||||
href: "/signup",
|
||||
}}
|
||||
text: "Sign Up", href: "/signup"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,19 +51,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Welcome to Your Creative Hub, Creative User!",
|
||||
type: "text", content: "Welcome to Your Creative Hub, Creative User!"},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-connections_23-2149174310.jpg", alt: "Personalized user dashboard interface"
|
||||
},
|
||||
{
|
||||
type: "text", content: "Your centralized space to manage designs, track your history, and access exclusive tools. Pick up where you left off or start a new masterpiece."
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Generate New Design",
|
||||
href: "/generate",
|
||||
},
|
||||
text: "Generate New Design", href: "/generate"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-connections_23-2149174310.jpg"
|
||||
imageAlt="Personalized user dashboard interface"
|
||||
description="Your centralized space to manage designs, track your history, and access exclusive tools. Pick up where you left off or start a new masterpiece."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,65 +74,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "dh1",
|
||||
brand: "My Designs",
|
||||
name: "Geometric Fusion",
|
||||
price: "Generated",
|
||||
rating: 0,
|
||||
reviewCount: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/minimalist-spring-leaves-with-bloom-word_23-2148447449.jpg",
|
||||
imageAlt: "Black T-shirt with geometric AI design",
|
||||
},
|
||||
id: "dh1", brand: "My Designs", name: "Geometric Fusion", price: "Generated", rating: 0,
|
||||
reviewCount: "", imageSrc: "http://img.b2bpic.net/free-vector/minimalist-spring-leaves-with-bloom-word_23-2148447449.jpg", imageAlt: "Black T-shirt with geometric AI design"},
|
||||
{
|
||||
id: "dh2",
|
||||
brand: "My Designs",
|
||||
name: "Forest Spirit",
|
||||
price: "Generated",
|
||||
rating: 0,
|
||||
reviewCount: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-trendy-woman-looking-away_23-2148311303.jpg",
|
||||
imageAlt: "White T-shirt with abstract nature design",
|
||||
},
|
||||
id: "dh2", brand: "My Designs", name: "Forest Spirit", price: "Generated", rating: 0,
|
||||
reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-trendy-woman-looking-away_23-2148311303.jpg", imageAlt: "White T-shirt with abstract nature design"},
|
||||
{
|
||||
id: "dh3",
|
||||
brand: "My Designs",
|
||||
name: "Neon Dreams",
|
||||
price: "Generated",
|
||||
rating: 0,
|
||||
reviewCount: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/stand-by-me-typography-style-illustration_53876-40663.jpg",
|
||||
imageAlt: "Gray T-shirt with retro-futuristic typography",
|
||||
},
|
||||
id: "dh3", brand: "My Designs", name: "Neon Dreams", price: "Generated", rating: 0,
|
||||
reviewCount: "", imageSrc: "http://img.b2bpic.net/free-vector/stand-by-me-typography-style-illustration_53876-40663.jpg", imageAlt: "Gray T-shirt with retro-futuristic typography"},
|
||||
{
|
||||
id: "dh4",
|
||||
brand: "My Designs",
|
||||
name: "Dragon's Aura",
|
||||
price: "Generated",
|
||||
rating: 0,
|
||||
reviewCount: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-snake-with-flowers-background_23-2148130923.jpg",
|
||||
imageAlt: "Navy blue T-shirt with mythical creature design",
|
||||
},
|
||||
id: "dh4", brand: "My Designs", name: "Dragon's Aura", price: "Generated", rating: 0,
|
||||
reviewCount: "", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-snake-with-flowers-background_23-2148130923.jpg", imageAlt: "Navy blue T-shirt with mythical creature design"},
|
||||
{
|
||||
id: "dh5",
|
||||
brand: "My Designs",
|
||||
name: "Silent Observer",
|
||||
price: "Generated",
|
||||
rating: 0,
|
||||
reviewCount: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-combination-facial-features_23-2150038580.jpg",
|
||||
imageAlt: "Olive green T-shirt with minimalist line art",
|
||||
},
|
||||
id: "dh5", brand: "My Designs", name: "Silent Observer", price: "Generated", rating: 0,
|
||||
reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/abstract-combination-facial-features_23-2150038580.jpg", imageAlt: "Olive green T-shirt with minimalist line art"},
|
||||
{
|
||||
id: "dh6",
|
||||
brand: "My Designs",
|
||||
name: "Dynamic Chaos",
|
||||
price: "Generated",
|
||||
rating: 0,
|
||||
reviewCount: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-creative-watercolor-blue-with-sequins_169016-4019.jpg",
|
||||
imageAlt: "Red T-shirt with abstract brush stroke design",
|
||||
},
|
||||
id: "dh6", brand: "My Designs", name: "Dynamic Chaos", price: "Generated", rating: 0,
|
||||
reviewCount: "", imageSrc: "http://img.b2bpic.net/free-photo/stylish-creative-watercolor-blue-with-sequins_169016-4019.jpg", imageAlt: "Red T-shirt with abstract brush stroke design"},
|
||||
]}
|
||||
title="Your Design History"
|
||||
description="Access all your past AI-generated T-shirt designs. Review, edit, or download them again."
|
||||
@@ -157,73 +100,46 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/network-connections_1048-7667.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/network-connections_1048-7667.jpg"
|
||||
imageAlt="Abstract digital design animation"
|
||||
logoSrc="http://img.b2bpic.net/free-vector/technology-logo-template_23-2150529427.jpg"
|
||||
logoAlt="TeeAI logo"
|
||||
logoText="TeeAI"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "AI Generator",
|
||||
href: "/generate",
|
||||
},
|
||||
label: "AI Generator", href: "/generate"},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
label: "Gallery", href: "/gallery"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
label: "Pricing", href: "/pricing"},
|
||||
{
|
||||
label: "Dashboard",
|
||||
href: "/dashboard",
|
||||
},
|
||||
label: "Dashboard", href: "/dashboard"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
label: "Careers", href: "/careers"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
{
|
||||
label: "Support",
|
||||
href: "/support",
|
||||
},
|
||||
label: "Support", href: "/support"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user