Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -124,6 +124,7 @@ export default function LandingPage() {
|
||||
icon: MessageCircle,
|
||||
text: "Live Chat"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
]}
|
||||
title="Why Buy From MobileTech Store?"
|
||||
|
||||
Reference in New Issue
Block a user