5 Commits

Author SHA1 Message Date
c771144cdb Merge version_4 into main
Merge version_4 into main
2026-04-15 12:24:56 +00:00
aa1afa6790 Update src/app/page.tsx 2026-04-15 12:24:50 +00:00
92e539977a Merge version_3 into main
Merge version_3 into main
2026-04-15 12:24:49 +00:00
630bfa530a Update src/app/page.tsx 2026-04-15 12:24:43 +00:00
2114f0d25f Merge version_2 into main
Merge version_2 into main
2026-04-15 12:23:36 +00:00

View File

@@ -186,7 +186,7 @@ export default function LandingPage() {
{
id: "2", title: "Is shipping free?", content: "It depends on the seller preferences."},
{
id: "3", title: "How to get paid?", content: "Funds are transferred directly to your account."},
id: "3", title: "How to get paid?", content: "Funds are transferred directly and securely to your verified bank account within 3 business days."},
]}
imageSrc="http://img.b2bpic.net/free-photo/solar-energy-male-supervisor-offering-remote-support-high-tech-factory_482257-125083.jpg"
mediaAnimation="slide-up"
@@ -203,7 +203,7 @@ export default function LandingPage() {
variant: "gradient-bars"}}
tag="Join Us"
title="Start your journey today!"
description="Sign up and list your first item."
description="Sign up today and get your first listing featured for free."
/>
</div>
@@ -219,4 +219,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}