3 Commits

Author SHA1 Message Date
ebf9218da1 Merge version_2 into main
Merge version_2 into main
2026-06-02 12:41:30 +00:00
7c60662809 Update src/app/page.tsx 2026-06-02 12:41:27 +00:00
87f81168d3 Merge version_1 into main
Merge version_1 into main
2026-06-02 12:25:18 +00:00

View File

@@ -82,6 +82,11 @@ export default function LandingPage() {
{
title: "Hassle-Free Returns", description: "Shop with confidence. If a part isn't right, our easy return policy makes exchanges simple and straightforward.", imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-parcel-client_23-2149229180.jpg", imageAlt: "Package ready for easy returns"},
]}
buttons={[
{
text: "Explore Product Catalog", href: "#products"
}
]}
title="Why Choose VeghDoot?"
description="Experience seamless shopping for authentic auto parts. We prioritize your convenience, trust, and vehicle's performance with every transaction."
/>
@@ -282,4 +287,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}