Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -27,37 +27,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>
|
||||
|
||||
@@ -66,19 +52,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Your Vision, Our AI. Instant T-shirt Designs.",
|
||||
type: "text", content: "Your Vision, Our AI. Instant T-shirt Designs."},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/imagine-expect-robotic-dream-big-concept_53876-120134.jpg", alt: "AI text-to-image prompt interface"
|
||||
},
|
||||
{
|
||||
type: "text", content: "Transform your ideas into stunning apparel with cutting-edge artificial intelligence. Simply type, and watch your concepts materialize."
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Generating",
|
||||
href: "/generate#start",
|
||||
},
|
||||
text: "Start Generating", href: "/generate#start"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/imagine-expect-robotic-dream-big-concept_53876-120134.jpg"
|
||||
imageAlt="AI text-to-image prompt interface"
|
||||
description="Transform your ideas into stunning apparel with cutting-edge artificial intelligence. Simply type, and watch your concepts materialize."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,35 +74,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "gf1",
|
||||
title: "Smart Style Prompts",
|
||||
tags: [
|
||||
"AI-driven",
|
||||
"Curated",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-light-bulb-camera-with-blue-light-pink-surface_23-2148084320.jpg",
|
||||
imageAlt: "Holographic style prompt interface",
|
||||
},
|
||||
id: "gf1", title: "Smart Style Prompts", tags: [
|
||||
"AI-driven", "Curated"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-light-bulb-camera-with-blue-light-pink-surface_23-2148084320.jpg", imageAlt: "Holographic style prompt interface"},
|
||||
{
|
||||
id: "gf2",
|
||||
title: "Dynamic Color Palettes",
|
||||
tags: [
|
||||
"Vibrant",
|
||||
"Customizable",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-landing-page-background_23-2148009002.jpg",
|
||||
imageAlt: "Digital color palette selector",
|
||||
},
|
||||
id: "gf2", title: "Dynamic Color Palettes", tags: [
|
||||
"Vibrant", "Customizable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-landing-page-background_23-2148009002.jpg", imageAlt: "Digital color palette selector"},
|
||||
{
|
||||
id: "gf3",
|
||||
title: "Extensive Font Picker",
|
||||
tags: [
|
||||
"Diverse",
|
||||
"Expressive",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/realistic-scoreboard-alphabet_23-2148073482.jpg",
|
||||
imageAlt: "Typography selection interface",
|
||||
},
|
||||
id: "gf3", title: "Extensive Font Picker", tags: [
|
||||
"Diverse", "Expressive"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/realistic-scoreboard-alphabet_23-2148073482.jpg", imageAlt: "Typography selection interface"},
|
||||
]}
|
||||
title="Powerful Features at Your Fingertips"
|
||||
description="Take full control of your design process with intuitive AI tools and customization options."
|
||||
@@ -132,29 +99,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1M+",
|
||||
title: "Designs Generated",
|
||||
description: "Millions of unique designs crafted by our AI.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-supplies-medical-work_23-2149744728.jpg",
|
||||
imageAlt: "Growth graph of AI designs",
|
||||
},
|
||||
id: "m1", value: "1M+", title: "Designs Generated", description: "Millions of unique designs crafted by our AI.", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-supplies-medical-work_23-2149744728.jpg", imageAlt: "Growth graph of AI designs"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "200K+",
|
||||
title: "Active Creators",
|
||||
description: "A thriving community bringing their ideas to life.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graph-data-show-summary-analysis-icon-graphic_53876-128061.jpg",
|
||||
imageAlt: "Network of active users",
|
||||
},
|
||||
id: "m2", value: "200K+", title: "Active Creators", description: "A thriving community bringing their ideas to life.", imageSrc: "http://img.b2bpic.net/free-photo/graph-data-show-summary-analysis-icon-graphic_53876-128061.jpg", imageAlt: "Network of active users"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "50K+",
|
||||
title: "Successful Prints",
|
||||
description: "Designs turned into tangible, high-quality T-shirts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-drawing-new-projects-chalkboard_329181-18074.jpg",
|
||||
imageAlt: "Pile of successfully printed T-shirts",
|
||||
},
|
||||
id: "m3", value: "50K+", title: "Successful Prints", description: "Designs turned into tangible, high-quality T-shirts.", imageSrc: "http://img.b2bpic.net/free-photo/woman-drawing-new-projects-chalkboard_329181-18074.jpg", imageAlt: "Pile of successfully printed T-shirts"},
|
||||
]}
|
||||
title="TeeAI by the Numbers"
|
||||
description="See the impact of our AI-powered design platform on creators worldwide."
|
||||
@@ -164,73 +113,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=2"
|
||||
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