diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index a158ee2..7dd0175 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -26,37 +26,23 @@ export default function LandingPage() { @@ -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." /> @@ -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() {