Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 90b2ab9023 | |||
| 2a2543ae6f | |||
| f405db7856 | |||
| 94f5a96b57 |
@@ -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 4–6 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 4–6 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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user