4 Commits

Author SHA1 Message Date
90b2ab9023 Update src/app/page.tsx 2026-05-10 11:15:47 +00:00
2a2543ae6f Merge version_3 into main
Merge version_3 into main
2026-05-10 11:14:10 +00:00
f405db7856 Update src/app/page.tsx 2026-05-10 11:14:04 +00:00
94f5a96b57 Merge version_2 into main
Merge version_2 into main
2026-05-10 11:13:05 +00:00

View File

@@ -92,7 +92,7 @@ export default function LandingPage() {
title="A Legacy of Trust and Professional Service"
buttons={[
{
text: "Learn About Us", href: "#about"},
text: "See Our Shipping Services", href: "#about"},
]}
/>
</div>
@@ -158,7 +158,7 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1", title: "How long is the shipping process?", content: "Our typical delivery ranges from 46 weeks, though we provide transparent communication for any customs-related delays."},
id: "f1", title: "How long is the shipping process?", content: "Our standard shipping typically ranges from 46 weeks for international freight, provided all documentation is completed accurately upon booking."},
{
id: "f2", title: "How do I track my shipment?", content: "You can track your items directly through our portal or by reaching out to our support team for live updates."},
{
@@ -202,4 +202,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}