Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="EcoTimber"
|
||||
description="Transform timber waste into valuable resources. We provide comprehensive recycling solutions that protect the environment while delivering quality materials for your business."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Request Service", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
@@ -111,13 +111,13 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "12,500", title: "CO2 Emissions Prevented", description: "Metric tons annually through recycling", imageSrc: "http://img.b2bpic.net/free-photo/autumn-roadside-maintenance-action-municipal-service_169016-70007.jpg?_wi=1"
|
||||
id: "1", value: "12,500", title: "CO2 Emissions Prevented", description: "Metric tons annually through recycling", imageSrc: "http://img.b2bpic.net/free-photo/autumn-roadside-maintenance-action-municipal-service_169016-70007.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", value: "98%", title: "Material Recovery Rate", description: "Maximizing value from every shipment", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-with-face-mask-writing-notes-while-checking-inventory-workshop_637285-11723.jpg?_wi=1"
|
||||
id: "2", value: "98%", title: "Material Recovery Rate", description: "Maximizing value from every shipment", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-with-face-mask-writing-notes-while-checking-inventory-workshop_637285-11723.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", value: "25+", title: "Industries Served", description: "Construction, furniture, packaging and more", imageSrc: "http://img.b2bpic.net/free-photo/sawdust_1136-9.jpg?_wi=1"
|
||||
id: "3", value: "25+", title: "Industries Served", description: "Construction, furniture, packaging and more", imageSrc: "http://img.b2bpic.net/free-photo/sawdust_1136-9.jpg"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -136,13 +136,13 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Collection & Transport", price: "Free", variant: "Professional pickup service", imageSrc: "http://img.b2bpic.net/free-photo/autumn-roadside-maintenance-action-municipal-service_169016-70007.jpg?_wi=2"
|
||||
id: "1", name: "Collection & Transport", price: "Free", variant: "Professional pickup service", imageSrc: "http://img.b2bpic.net/free-photo/autumn-roadside-maintenance-action-municipal-service_169016-70007.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sorting & Grading", price: "Included", variant: "Quality assessment process", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-with-face-mask-writing-notes-while-checking-inventory-workshop_637285-11723.jpg?_wi=2"
|
||||
id: "2", name: "Sorting & Grading", price: "Included", variant: "Quality assessment process", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-with-face-mask-writing-notes-while-checking-inventory-workshop_637285-11723.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Processing & Products", price: "Premium Quality", variant: "Reclaimed materials ready", imageSrc: "http://img.b2bpic.net/free-photo/sawdust_1136-9.jpg?_wi=2"
|
||||
id: "3", name: "Processing & Products", price: "Premium Quality", variant: "Reclaimed materials ready", imageSrc: "http://img.b2bpic.net/free-photo/sawdust_1136-9.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -161,10 +161,10 @@ export default function LandingPage() {
|
||||
speed={40}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", handle: "@carpentry_pro", testimonial: "EcoTimber's service is exceptional. They made our waste disposal hassle-free and we even earned revenue from reclaimed materials. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg?_wi=1"
|
||||
id: "1", name: "Sarah Mitchell", handle: "@carpentry_pro", testimonial: "EcoTimber's service is exceptional. They made our waste disposal hassle-free and we even earned revenue from reclaimed materials. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Rodriguez", handle: "@manufacturing_co", testimonial: "Working with EcoTimber aligns perfectly with our sustainability goals. Their professionalism and reliability are unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1"
|
||||
id: "2", name: "James Rodriguez", handle: "@manufacturing_co", testimonial: "Working with EcoTimber aligns perfectly with our sustainability goals. Their professionalism and reliability are unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Thompson", handle: "@construction_lead", testimonial: "The team at EcoTimber is responsive, knowledgeable, and genuinely committed to environmental responsibility. Best recycling partner we've had.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
@@ -173,10 +173,10 @@ export default function LandingPage() {
|
||||
id: "4", name: "David Park", handle: "@logistics_manager", testimonial: "Seamless operations from start to finish. EcoTimber handles everything professionally and keeps us compliant with all environmental regulations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Chen", handle: "@sustainability_officer", testimonial: "We've reduced our carbon footprint significantly thanks to EcoTimber's efficient recycling program. They truly walk the walk on sustainability.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg?_wi=2"
|
||||
id: "5", name: "Lisa Chen", handle: "@sustainability_officer", testimonial: "We've reduced our carbon footprint significantly thanks to EcoTimber's efficient recycling program. They truly walk the walk on sustainability.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Michael Johnson", handle: "@warehouse_director", testimonial: "Outstanding service quality. EcoTimber's team is always professional, punctual, and eager to help us achieve our environmental targets.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2"
|
||||
id: "6", name: "Michael Johnson", handle: "@warehouse_director", testimonial: "Outstanding service quality. EcoTimber's team is always professional, punctual, and eager to help us achieve our environmental targets.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user