mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-12 19:02:53 +08:00
fix lint
This commit is contained in:
parent
378e120c65
commit
7537dcb3fc
@ -1,25 +0,0 @@
|
||||
import React from "react";
|
||||
import { Container, Title } from "@mantine/core";
|
||||
import { PricingCards } from "src/pages/pricing";
|
||||
|
||||
export const Pricing = () => {
|
||||
return (
|
||||
<Container component="section" id="pricing" my={150} fluid>
|
||||
<Title
|
||||
c="black"
|
||||
order={2}
|
||||
fz={{
|
||||
base: 24,
|
||||
xs: 30,
|
||||
sm: 36,
|
||||
}}
|
||||
fw={600}
|
||||
mb={15}
|
||||
ta="center"
|
||||
>
|
||||
Pricing
|
||||
</Title>
|
||||
<PricingCards />
|
||||
</Container>
|
||||
);
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user