diff --git a/src/app/checkout/page.tsx b/src/app/checkout/page.tsx index 76da0aa..41e8c5b 100644 --- a/src/app/checkout/page.tsx +++ b/src/app/checkout/page.tsx @@ -7,7 +7,7 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import { Lock, Lightning, ReceiptText } from "lucide-react"; +import { Lock, Zap, ReceiptText } from "lucide-react"; export default function LandingPage() { return ( @@ -63,7 +63,7 @@ export default function LandingPage() { title: "Secure Transactions", description: "Your payment information is encrypted and protected with industry-leading security.", icon: Lock, }, { - title: "Fast & Easy Process", description: "Complete your order quickly with our streamlined checkout steps.", icon: Lightning, + title: "Fast & Easy Process", description: "Complete your order quickly with our streamlined checkout steps.", icon: Zap, }, { title: "Transparent Pricing", description: "No hidden fees, just clear costs and optional shipping upgrades.", icon: ReceiptText, diff --git a/src/app/smartphones/page.tsx b/src/app/smartphones/page.tsx index d197178..2d0bf18 100644 --- a/src/app/smartphones/page.tsx +++ b/src/app/smartphones/page.tsx @@ -124,6 +124,7 @@ export default function LandingPage() { icon: MessageCircle, text: "Live Chat"}, ], + reverse: false, }, ]} title="Why Buy From MobileTech Store?"