Merge version_2 into main #2
264
src/app/page.tsx
264
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Benefits",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Benefits", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Paulownia.ua"
|
||||
/>
|
||||
@@ -53,46 +41,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Paulownia: The Wonder Tree of the Future"
|
||||
description="Revolutionizing sustainable forestry with the fastest-growing hardwood. High-yield, ecological, and profitable."
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Learn More", href: "#about" },
|
||||
{ text: "Inquire", href: "#contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/valley-covered-grass-bushes-sunlight_181624-14699.jpg?_wi=1",
|
||||
imageAlt: "Paulownia plantation field",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/macro-photography-green-tropical-leaf_23-2148245059.jpg?_wi=1",
|
||||
imageAlt: "Close up leaf texture",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bear-wild-with-cubs-sequoia-national-park_649448-4142.jpg?_wi=1",
|
||||
imageAlt: "Aerial forest landscape",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/researcher-woman-measuring-eco-sapling-while-observing-biological-transformation_482257-2415.jpg?_wi=1",
|
||||
imageAlt: "Agriculture management",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-aerial-shot-forest-hill-with-beautiful-mist-distance-shot-sunrise_181624-686.jpg?_wi=1",
|
||||
imageAlt: "Sunset forest plantation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-gardeners-working-greenery_171337-5833.jpg",
|
||||
imageAlt: "Paulownia nursery",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/valley-covered-grass-bushes-sunlight_181624-14699.jpg?_wi=1", imageAlt: "Paulownia plantation field" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/macro-photography-green-tropical-leaf_23-2148245059.jpg?_wi=1", imageAlt: "Close up leaf texture" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/bear-wild-with-cubs-sequoia-national-park_649448-4142.jpg?_wi=1", imageAlt: "Aerial forest landscape" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/researcher-woman-measuring-eco-sapling-while-observing-biological-transformation_482257-2415.jpg?_wi=1", imageAlt: "Agriculture management" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-aerial-shot-forest-hill-with-beautiful-mist-distance-shot-sunrise_181624-686.jpg?_wi=1", imageAlt: "Sunset forest plantation" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mature-gardeners-working-greenery_171337-5833.jpg", imageAlt: "Paulownia nursery" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,12 +64,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Sustainable Forestry at Scale"
|
||||
description="Paulownia is the fastest-growing hardwood tree species in the world. Our mission is to provide high-quality saplings, expert planting advice, and end-to-end management for landowners looking to invest in a green and highly profitable future."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500841.jpg"
|
||||
imageAlt="Forestry expert with tree"
|
||||
/>
|
||||
@@ -119,27 +76,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Rapid Growth Cycle",
|
||||
description: "Harvest cycle of only 8-10 years, offering a significantly faster ROI than traditional hardwoods.",
|
||||
tag: "Efficiency",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760979.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Superior Wood Quality",
|
||||
description: "Light, strong, and durable timber that's perfect for furniture, construction, and music instruments.",
|
||||
tag: "Quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/paper-texture_23-2151858827.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Carbon Sequestration",
|
||||
description: "One of the most effective tools for fighting climate change by capturing vast amounts of CO2.",
|
||||
tag: "Eco-friendly",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-river-middle-forest_181624-19059.jpg",
|
||||
},
|
||||
{ id: "1", title: "Rapid Growth Cycle", description: "Harvest cycle of only 8-10 years, offering a significantly faster ROI than traditional hardwoods.", tag: "Efficiency", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760979.jpg" },
|
||||
{ id: "2", title: "Superior Wood Quality", description: "Light, strong, and durable timber that's perfect for furniture, construction, and music instruments.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/paper-texture_23-2151858827.jpg" },
|
||||
{ id: "3", title: "Carbon Sequestration", description: "One of the most effective tools for fighting climate change by capturing vast amounts of CO2.", tag: "Eco-friendly", imageSrc: "http://img.b2bpic.net/free-photo/green-river-middle-forest_181624-19059.jpg" },
|
||||
]}
|
||||
title="Why Choose Paulownia?"
|
||||
description="Unmatched benefits for both the ecosystem and your business strategy."
|
||||
@@ -153,26 +92,10 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "8-10",
|
||||
description: "Years per harvest cycle",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "3x",
|
||||
description: "Faster growth than oak",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Renewable energy usage",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "50k",
|
||||
description: "Saplings planted yearly",
|
||||
},
|
||||
{ id: "m1", value: "8-10", description: "Years per harvest cycle" },
|
||||
{ id: "m2", value: "3x", description: "Faster growth than oak" },
|
||||
{ id: "m3", value: "100%", description: "Renewable energy usage" },
|
||||
{ id: "m4", value: "50k", description: "Saplings planted yearly" },
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="Performance benchmarks that showcase the viability of our plantation model."
|
||||
@@ -184,61 +107,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Andriy Shevchenko",
|
||||
date: "Oct 2024",
|
||||
title: "Farm Owner",
|
||||
quote: "The most profitable investment I've made on my land. Professional team.",
|
||||
tag: "Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-gardener-wearing-gardening-hat-showing-peace-gesture-isolated-green-wall_141793-82925.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/valley-covered-grass-bushes-sunlight_181624-14699.jpg?_wi=2",
|
||||
imageAlt: "portrait farmer professional",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Olena Petrova",
|
||||
date: "Sept 2024",
|
||||
title: "Timber Executive",
|
||||
quote: "High quality saplings and excellent support throughout the growth process.",
|
||||
tag: "Partner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/macro-photography-green-tropical-leaf_23-2148245059.jpg?_wi=2",
|
||||
imageAlt: "portrait farmer professional",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Dmytro Kovalenko",
|
||||
date: "Aug 2024",
|
||||
title: "Sustainable Investor",
|
||||
quote: "Paulownia is the future of green timber. Very happy with the results.",
|
||||
tag: "Investor",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/partnership-farmers_1098-14821.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bear-wild-with-cubs-sequoia-national-park_649448-4142.jpg?_wi=2",
|
||||
imageAlt: "portrait farmer professional",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Maria Ivanova",
|
||||
date: "July 2024",
|
||||
title: "Business Manager",
|
||||
quote: "Everything was handled seamlessly, from soil testing to the first harvest.",
|
||||
tag: "Manager",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/researcher-woman-measuring-eco-sapling-while-observing-biological-transformation_482257-2415.jpg?_wi=2",
|
||||
imageAlt: "portrait farmer professional",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sergiy Bondarenko",
|
||||
date: "June 2024",
|
||||
title: "Farm Owner",
|
||||
quote: "Professionalism is key here. Great plantation growth rates.",
|
||||
tag: "Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-person-intership_23-2149315641.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-aerial-shot-forest-hill-with-beautiful-mist-distance-shot-sunrise_181624-686.jpg?_wi=2",
|
||||
imageAlt: "portrait farmer professional",
|
||||
},
|
||||
{ id: "t1", name: "Andriy Shevchenko", date: "Oct 2024", title: "Farm Owner", quote: "The most profitable investment I've made on my land. Professional team.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-gardener-wearing-gardening-hat-showing-peace-gesture-isolated-green-wall_141793-82925.jpg", imageSrc: "http://img.b2bpic.net/free-photo/valley-covered-grass-bushes-sunlight_181624-14699.jpg?_wi=2", imageAlt: "portrait farmer professional" },
|
||||
{ id: "t2", name: "Olena Petrova", date: "Sept 2024", title: "Timber Executive", quote: "High quality saplings and excellent support throughout the growth process.", tag: "Partner", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageSrc: "http://img.b2bpic.net/free-photo/macro-photography-green-tropical-leaf_23-2148245059.jpg?_wi=2", imageAlt: "portrait farmer professional" },
|
||||
{ id: "t3", name: "Dmytro Kovalenko", date: "Aug 2024", title: "Sustainable Investor", quote: "Paulownia is the future of green timber. Very happy with the results.", tag: "Investor", avatarSrc: "http://img.b2bpic.net/free-photo/partnership-farmers_1098-14821.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bear-wild-with-cubs-sequoia-national-park_649448-4142.jpg?_wi=2", imageAlt: "portrait farmer professional" },
|
||||
{ id: "t4", name: "Maria Ivanova", date: "July 2024", title: "Business Manager", quote: "Everything was handled seamlessly, from soil testing to the first harvest.", tag: "Manager", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", imageSrc: "http://img.b2bpic.net/free-photo/researcher-woman-measuring-eco-sapling-while-observing-biological-transformation_482257-2415.jpg?_wi=2", imageAlt: "portrait farmer professional" },
|
||||
{ id: "t5", name: "Sergiy Bondarenko", date: "June 2024", title: "Farm Owner", quote: "Professionalism is key here. Great plantation growth rates.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/young-person-intership_23-2149315641.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-aerial-shot-forest-hill-with-beautiful-mist-distance-shot-sunrise_181624-686.jpg?_wi=2", imageAlt: "portrait farmer professional" },
|
||||
]}
|
||||
title="What Landowners Say"
|
||||
description="Our partners trust our expertise to deliver professional, sustainable results."
|
||||
@@ -250,21 +123,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long does it take until harvest?",
|
||||
content: "Paulownia trees can be harvested for industrial timber as early as 8-10 years.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is the wood high quality?",
|
||||
content: "Yes, Paulownia wood is highly valued globally for being lightweight yet structurally strong.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can it grow in our climate?",
|
||||
content: "We conduct thorough soil and climate testing before planting to ensure the best yield.",
|
||||
},
|
||||
{ id: "f1", title: "How long does it take until harvest?", content: "Paulownia trees can be harvested for industrial timber as early as 8-10 years." },
|
||||
{ id: "f2", title: "Is the wood high quality?", content: "Yes, Paulownia wood is highly valued globally for being lightweight yet structurally strong." },
|
||||
{ id: "f3", title: "Can it grow in our climate?", content: "We conduct thorough soil and climate testing before planting to ensure the best yield." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions about Paulownia farming? We're here to help."
|
||||
@@ -275,73 +136,18 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
text="Ready to transform your land into a green investment? Contact our team for a consultation today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Quote",
|
||||
href: "mailto:info@paulownia.ua",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Request a Quote", href: "mailto:info@paulownia.ua" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Benefits",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Sustainability",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Locations",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Benefits", href: "#features" }, { label: "Blog", href: "#" }] },
|
||||
{ title: "Resources", items: [{ label: "FAQ", href: "#faq" }, { label: "Sustainability", href: "#" }, { label: "Privacy Policy", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Locations", href: "#" }, { label: "Services", href: "#" }] },
|
||||
]}
|
||||
logoText="Paulownia.ua"
|
||||
copyrightText="© 2025 Paulownia Ukraine"
|
||||
@@ -350,4 +156,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user