4 Commits

Author SHA1 Message Date
bdb04ad2f3 Merge version_3 into main
Merge version_3 into main
2026-03-06 20:46:00 +00:00
bc0c9ad271 Update src/app/page.tsx 2026-03-06 20:45:55 +00:00
74f8f51427 Update src/app/layout.tsx 2026-03-06 20:45:55 +00:00
2f4b3f65e8 Merge version_2 into main
Merge version_2 into main
2026-03-06 20:44:04 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1422,4 +1422,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -100,7 +100,7 @@ export default function HomePage() {
<div id="pricing" data-section="pricing">
<PricingCardNine
title="Simple, Transparent Pricing"
description="Choose the vendor package that fits your reselling needs. All packages include direct vendor contact information and verified links."
description="Choose the vendor package that fits your reselling needs. All packages include direct vendor contact information and verified links. 200+ resellers have already scaled their inventory with our verified connections."
tag="Limited Time Offer"
tagIcon={TrendingUp}
tagAnimation="opacity"
@@ -163,4 +163,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}