Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb7a8f16e3 | |||
| c41b84ca89 | |||
| ffcda03ee7 | |||
| ede94af4d5 | |||
| aa3becd017 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user