Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 12:22:46 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles"
background="fluid"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroBillboard
title="Elevate Your Hydration"
description="Join a premium community of bottle enthusiasts. Discover, share, and celebrate the art of hydration with curated collections and like-minded collectors worldwide."
background={{ variant: "fluid" }}
background={{ variant: "sparkles-gradient" }}
tag="Premium Living"
tagIcon={Droplets}
tagAnimation="slide-up"
@@ -145,12 +145,12 @@ export default function LandingPage() {
animationType="slide-up"
showRating={true}
testimonials={[
{ id: "1", name: "Sarah Mitchell", handle: "@sarah_hydrates", testimonial: "HydroLux transformed how I collect premium bottles. The community is incredibly supportive and knowledgeable!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=1", imageAlt: "Sarah Mitchell" },
{ id: "2", name: "James Chen", handle: "@bottle_enthusiast", testimonial: "The curated collections are exceptional. I've discovered rare bottles I never knew existed. Absolutely love it!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=2", imageAlt: "James Chen" },
{ id: "3", name: "Emma Rodriguez", handle: "@eco_warrior_emma", testimonial: "Finally a platform that celebrates sustainable hydration. The eco-friendly selections are fantastic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=3", imageAlt: "Emma Rodriguez" },
{ id: "4", name: "Marcus Thompson", handle: "@luxury_collector", testimonial: "Premium quality community with premium quality bottles. This is exactly what I was looking for.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=4", imageAlt: "Marcus Thompson" },
{ id: "5", name: "Lisa Wang", handle: "@bottle_art_enthusiast", testimonial: "The design aesthetics here are unmatched. Connecting with fellow collectors has been a game-changer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=5", imageAlt: "Lisa Wang" },
{ id: "6", name: "David Patel", handle: "@hydration_pro", testimonial: "Best investment for any serious bottle collector. The platform keeps evolving with amazing features.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=6", imageAlt: "David Patel" }
{ id: "1", name: "Sarah Mitchell", handle: "@sarah_hydrates", testimonial: "HydroLux transformed how I collect premium bottles. The community is incredibly supportive and knowledgeable!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Sarah Mitchell" },
{ id: "2", name: "James Chen", handle: "@bottle_enthusiast", testimonial: "The curated collections are exceptional. I've discovered rare bottles I never knew existed. Absolutely love it!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "James Chen" },
{ id: "3", name: "Emma Rodriguez", handle: "@eco_warrior_emma", testimonial: "Finally a platform that celebrates sustainable hydration. The eco-friendly selections are fantastic.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Emma Rodriguez" },
{ id: "4", name: "Marcus Thompson", handle: "@luxury_collector", testimonial: "Premium quality community with premium quality bottles. This is exactly what I was looking for.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Marcus Thompson" },
{ id: "5", name: "Lisa Wang", handle: "@bottle_art_enthusiast", testimonial: "The design aesthetics here are unmatched. Connecting with fellow collectors has been a game-changer.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "Lisa Wang" },
{ id: "6", name: "David Patel", handle: "@hydration_pro", testimonial: "Best investment for any serious bottle collector. The platform keeps evolving with amazing features.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg", imageAlt: "David Patel" }
]}
/>
</div>