Merge version_1 into main #1
369
src/app/page.tsx
369
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Explore",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Catalog",
|
||||
id: "#catalog",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
{ name: "Explore", id: "#hero" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Catalog", id: "#catalog" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
]}
|
||||
brandName="GreenThumb AI"
|
||||
/>
|
||||
@@ -54,110 +42,38 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Discover Plants, Master Care, Grow Green"
|
||||
description="Search thousands of plants with detailed care profiles, or ask our AI assistant any plant question. Get instant, personalized guidance for thriving indoor and outdoor gardens."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-with-suitcase-park_23-2148328848.jpg",
|
||||
imageAlt: "Luxuriant indoor plant collection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-using-cellphone-near-potted-plants_23-2147929425.jpg",
|
||||
imageAlt: "Mobile AI assistant dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bicolor-plant-details_23-2149362188.jpg",
|
||||
imageAlt: "Monstera leaf close-up",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-unpacking-belongings-after-moving-new-house_23-2149312730.jpg",
|
||||
imageAlt: "Plant watering guidance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-home-with-cactus-wooden-stool_53876-146622.jpg",
|
||||
imageAlt: "Succulent arrangement",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-with-suitcase-park_23-2148328848.jpg", imageAlt: "Luxuriant indoor plant collection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-using-cellphone-near-potted-plants_23-2147929425.jpg", imageAlt: "Mobile AI assistant dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bicolor-plant-details_23-2149362188.jpg", imageAlt: "Monstera leaf close-up" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-unpacking-belongings-after-moving-new-house_23-2149312730.jpg", imageAlt: "Plant watering guidance" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-home-with-cactus-wooden-stool_53876-146622.jpg", imageAlt: "Succulent arrangement" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212569.jpg",
|
||||
imageAlt: "AI botanical network",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-hobby-growing-indoor-plants-home_185193-108771.jpg",
|
||||
imageAlt: "Luxuriant indoor plant collection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-phone-greenhouse_23-2148396813.jpg",
|
||||
imageAlt: "Mobile AI assistant dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/millennial-plant-parent-holding-potted-houseplant_53876-143256.jpg",
|
||||
imageAlt: "Monstera leaf close-up",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-flower-pot_23-2148271020.jpg",
|
||||
imageAlt: "Plant watering guidance",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Plants Now",
|
||||
href: "#catalog",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-optical-fiber-details_23-2149212569.jpg", imageAlt: "AI botanical network" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cozy-hobby-growing-indoor-plants-home_185193-108771.jpg", imageAlt: "Luxuriant indoor plant collection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-phone-greenhouse_23-2148396813.jpg", imageAlt: "Mobile AI assistant dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/millennial-plant-parent-holding-potted-houseplant_53876-143256.jpg", imageAlt: "Monstera leaf close-up" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-flower-pot_23-2148271020.jpg", imageAlt: "Plant watering guidance" },
|
||||
]}
|
||||
buttons={[{ text: "Explore Plants Now", href: "#catalog" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-background-flowers-graden_1150-8929.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-vivid-botanical-concept_23-2148535911.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fern-leaf_74190-5347.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/botanical-leaves_23-2148121720.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-transplanting-plants-new-pots_23-2149384706.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/abstract-background-flowers-graden_1150-8929.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-vivid-botanical-concept_23-2148535911.jpg", alt: "User 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/fern-leaf_74190-5347.jpg", alt: "User 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/botanical-leaves_23-2148121720.jpg", alt: "User 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-transplanting-plants-new-pots_23-2149384706.jpg", alt: "User 5" },
|
||||
]}
|
||||
avatarText="Trusted by 50,000+ happy plant parents"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-looking-plant_23-2149383654.jpg",
|
||||
alt: "Brand 1",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-man-cutting-plant-s-leaves_23-2149383669.jpg",
|
||||
alt: "Brand 2",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/women-having-sustainable-garden-indoors_23-2148999350.jpg",
|
||||
alt: "Brand 3",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/plant-cactus-houseplant-nature-concept_53876-65104.jpg",
|
||||
alt: "Brand 4",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/pineapple-plant_209303-15.jpg",
|
||||
alt: "Brand 5",
|
||||
},
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-woman-looking-plant_23-2149383654.jpg", alt: "Brand 1" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/front-view-man-cutting-plant-s-leaves_23-2149383669.jpg", alt: "Brand 2" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/women-having-sustainable-garden-indoors_23-2148999350.jpg", alt: "Brand 3" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/plant-cactus-houseplant-nature-concept_53876-65104.jpg", alt: "Brand 4" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/pineapple-plant_209303-15.jpg", alt: "Brand 5" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -168,36 +84,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Search",
|
||||
title: "Plant Encyclopedia",
|
||||
items: [
|
||||
"Deep botanical data",
|
||||
"Care requirements lookup",
|
||||
"Scientific plant species profiles",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "AI",
|
||||
title: "Conversational Assistant",
|
||||
items: [
|
||||
"Instant plant health advice",
|
||||
"24/7 care troubleshooting",
|
||||
"Customized care schedules",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Visual",
|
||||
title: "Image Recognition",
|
||||
items: [
|
||||
"Identify plants by photo",
|
||||
"AI disease diagnostic tools",
|
||||
"Fast visual lookup",
|
||||
],
|
||||
},
|
||||
{ id: "f1", label: "Search", title: "Plant Encyclopedia", items: ["Deep botanical data", "Care requirements lookup", "Scientific plant species profiles"] },
|
||||
{ id: "f2", label: "AI", title: "Conversational Assistant", items: ["Instant plant health advice", "24/7 care troubleshooting", "Customized care schedules"] },
|
||||
{ id: "f3", label: "Visual", title: "Image Recognition", items: ["Identify plants by photo", "AI disease diagnostic tools", "Fast visual lookup"] },
|
||||
]}
|
||||
title="Why Gardeners Choose GreenThumb AI"
|
||||
description="We blend botanical science with intuitive AI to make your indoor jungle flourish."
|
||||
@@ -209,12 +98,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Nurturing Your Personal Oasis"
|
||||
description="GreenThumb AI was founded by horticulturists and data scientists to bridge the gap between plant potential and care perfection. Whether you are a beginner or an expert, we simplify your journey into the world of plants."
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Our Mission", href: "#" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/calathea-potted-houseplants_209303-92.jpg"
|
||||
imageAlt="Modern home vertical garden wall"
|
||||
/>
|
||||
@@ -224,50 +108,15 @@ export default function LandingPage() {
|
||||
<ProductCardFour
|
||||
textboxLayout="split"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Fiddle Leaf Fig",
|
||||
price: "High Demand",
|
||||
variant: "Indoor Tree",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flower-pot-with-horse-statue-white-room_181624-24695.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Snake Plant",
|
||||
price: "Low Maintenance",
|
||||
variant: "Air Purifier",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022108.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Peace Lily",
|
||||
price: "Flowering",
|
||||
variant: "Shade Loving",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vase-with-beautiful-floral-arrangement_23-2148029168.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Golden Pothos",
|
||||
price: "Beginner",
|
||||
variant: "Trailing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-indoor-plants_23-2151024965.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Bird of Paradise",
|
||||
price: "Tropical",
|
||||
variant: "Exotic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strelitzia-reginae-beautiful-bird-paradise-flower-green-leaves-soft-focus-tropical-flower-tenerife-canary-islands-spain_1217-1758.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Calathea",
|
||||
price: "Ornamental",
|
||||
variant: "Patterned",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-foliage-white-background_53876-145026.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Fiddle Leaf Fig", price: "High Demand", variant: "Indoor Tree", imageSrc: "http://img.b2bpic.net/free-photo/flower-pot-with-horse-statue-white-room_181624-24695.jpg" },
|
||||
{ id: "p2", name: "Snake Plant", price: "Low Maintenance", variant: "Air Purifier", imageSrc: "http://img.b2bpic.net/free-photo/indoor-plants-studio_23-2151022108.jpg" },
|
||||
{ id: "p3", name: "Peace Lily", price: "Flowering", variant: "Shade Loving", imageSrc: "http://img.b2bpic.net/free-photo/vase-with-beautiful-floral-arrangement_23-2148029168.jpg" },
|
||||
{ id: "p4", name: "Golden Pothos", price: "Beginner", variant: "Trailing", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-indoor-plants_23-2151024965.jpg" },
|
||||
{ id: "p5", name: "Bird of Paradise", price: "Tropical", variant: "Exotic", imageSrc: "http://img.b2bpic.net/free-photo/strelitzia-reginae-beautiful-bird-paradise-flower-green-leaves-soft-focus-tropical-flower-tenerife-canary-islands-spain_1217-1758.jpg" },
|
||||
{ id: "p6", name: "Calathea", price: "Ornamental", variant: "Patterned", imageSrc: "http://img.b2bpic.net/free-photo/green-foliage-white-background_53876-145026.jpg" },
|
||||
]}
|
||||
title="Featured Plant Profiles"
|
||||
description="Discover popular indoor and outdoor plants we currently feature in our database."
|
||||
@@ -280,21 +129,9 @@ export default function LandingPage() {
|
||||
title="Our Botanical Impact"
|
||||
tag="Trusted by Enthusiasts"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10,000+",
|
||||
description: "Plants in database",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500K+",
|
||||
description: "User care sessions",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
description: "Plant health accuracy",
|
||||
},
|
||||
{ id: "m1", value: "10,000+", description: "Plants in database" },
|
||||
{ id: "m2", value: "500K+", description: "User care sessions" },
|
||||
{ id: "m3", value: "98%", description: "Plant health accuracy" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -306,46 +143,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahurban",
|
||||
testimonial: "Finally, my plants are actually thriving. The AI guidance is incredibly accurate.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-farmer-working-her-greenhouse_23-2149072106.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchengardens",
|
||||
testimonial: "I never knew succulents were so easy to mess up, but this app saved them all.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-designer_171337-15575.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
handle: "@emilyplants",
|
||||
testimonial: "The detailed care profiles are fantastic for a beginner like me. Very helpful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-handsome-redhead-bearded-young-man-holding-potted-plant_171337-7720.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
handle: "@dkim_eco",
|
||||
testimonial: "Great insights on air quality. Highly recommend to any eco-conscious consumer.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cotton-flower-vase-wooden-floor_53876-105954.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Alice Wang",
|
||||
handle: "@alice.gardens",
|
||||
testimonial: "My indoor jungle looks healthier than ever. The AI interface is just genius.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-growing-plants_23-2148918517.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah J.", handle: "@sarahurban", testimonial: "Finally, my plants are actually thriving. The AI guidance is incredibly accurate.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-farmer-working-her-greenhouse_23-2149072106.jpg" },
|
||||
{ id: "t2", name: "Michael Chen", handle: "@mchengardens", testimonial: "I never knew succulents were so easy to mess up, but this app saved them all.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-designer_171337-15575.jpg" },
|
||||
{ id: "t3", name: "Emily R.", handle: "@emilyplants", testimonial: "The detailed care profiles are fantastic for a beginner like me. Very helpful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photo-handsome-redhead-bearded-young-man-holding-potted-plant_171337-7720.jpg" },
|
||||
{ id: "t4", name: "David Kim", handle: "@dkim_eco", testimonial: "Great insights on air quality. Highly recommend to any eco-conscious consumer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cotton-flower-vase-wooden-floor_53876-105954.jpg" },
|
||||
{ id: "t5", name: "Alice Wang", handle: "@alice.gardens", testimonial: "My indoor jungle looks healthier than ever. The AI interface is just genius.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-growing-plants_23-2148918517.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Words From Our Gardeners"
|
||||
@@ -358,21 +160,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How does the plant database work?",
|
||||
content: "You can search by name, light requirements, water needs, or use our visual identification tool.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is the AI assistant always accurate?",
|
||||
content: "We maintain 98% accuracy based on extensive botanical datasets and verified horticultural sources.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I use the app for outdoor gardens?",
|
||||
content: "Absolutely, GreenThumb AI handles both indoor plants and outdoor botanical species.",
|
||||
},
|
||||
{ id: "q1", title: "How does the plant database work?", content: "You can search by name, light requirements, water needs, or use our visual identification tool." },
|
||||
{ id: "q2", title: "Is the AI assistant always accurate?", content: "We maintain 98% accuracy based on extensive botanical datasets and verified horticultural sources." },
|
||||
{ id: "q3", title: "Can I use the app for outdoor gardens?", content: "Absolutely, GreenThumb AI handles both indoor plants and outdoor botanical species." },
|
||||
]}
|
||||
title="Your Gardening Questions"
|
||||
description="Common questions regarding plant care and how our AI assistant can help you."
|
||||
@@ -386,25 +176,10 @@ export default function LandingPage() {
|
||||
title="Need Botanical Help?"
|
||||
description="Contact our team if you have questions or want to collaborate with our plant science researchers."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "How can we help?", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-interior-design-with-many-plants_23-2149155749.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -412,45 +187,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "Database",
|
||||
href: "#catalog",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Resources", items: [{ label: "Database", href: "#catalog" }, { label: "Blog", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
logoText="GreenThumb AI"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user