diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f008cc..a9652b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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" } ]} />