5 Commits

Author SHA1 Message Date
bb7a8f16e3 Merge version_3 into main
Merge version_3 into main
2026-03-11 19:50:33 +00:00
c41b84ca89 Update src/app/page.tsx 2026-03-11 19:50:29 +00:00
ffcda03ee7 Merge version_2 into main
Merge version_2 into main
2026-03-11 18:31:03 +00:00
ede94af4d5 Update src/app/page.tsx 2026-03-11 18:30:59 +00:00
aa3becd017 Merge version_1 into main
Merge version_1 into main
2026-03-11 17:47:29 +00:00

View File

@@ -99,6 +99,9 @@ export default function LandingPage() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
buttons={[
{ text: "Explore Platform", href: "products" }
]}
features={[
{
title: "Authentic Quality Guaranteed", description: "Every decant is verified for authenticity and quality", bentoComponent: "globe"
@@ -191,6 +194,9 @@ export default function LandingPage() {
id: "4", name: "David Park", role: "Reseller", testimonial: "The commission structure is fair and the platform makes it easy to build a customer base. Highly recommend for sellers.", imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-blonde-man-looks-front-isolated-green-wall_141793-66392.jpg", imageAlt: "David Park", icon: Droplets
}
]}
buttons={[
{ text: "Start Selling", href: "contact" }
]}
buttonAnimation="slide-up"
/>
</div>
@@ -228,4 +234,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}