diff --git a/src/components/Services.jsx b/src/components/Services.jsx index a6cec3c..6e160dc 100644 --- a/src/components/Services.jsx +++ b/src/components/Services.jsx @@ -23,7 +23,7 @@ function Item(props) { } const data = [ - {label: "Store Fsront", href: "storefront"}, + {label: "Store Front", href: "storefront"}, {label: "Finder", href: "finder"}, {label: "Shipping", href: "shipping"}, {label: "Payment", href: "payment"}, @@ -49,4 +49,4 @@ export function Services(props) { ) -} \ No newline at end of file +}