Skip to content

Commit

Permalink
changin landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
larbi-ishak committed May 3, 2024
1 parent 94f1534 commit 20090f1
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
41 changes: 41 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@tiptap/extension-link": "^2.0.4",
"@tiptap/react": "^2.0.4",
"@tiptap/starter-kit": "^2.0.4",
"@vercel/speed-insights": "^1.0.10",
"bootstrap": "^5.2.3",
"dayjs": "^1.11.9",
"embla-carousel-react": "^7.1.0",
Expand Down
2 changes: 2 additions & 0 deletions pages/_app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Head from "next/head";
import { SpeedInsights } from "@vercel/speed-insights/next"
import { MantineProvider } from "@mantine/core";
import RootLayout from "@/src/layouts/routLayout";
import Navbar from "@/src/components/navbar";
Expand Down Expand Up @@ -27,6 +28,7 @@ export default function App(props) {
}}
>
<RootLayout>
<SpeedInsights />
<Navbar />
<div style={{ marginTop: "60px" }}></div>
<Component {...pageProps} />
Expand Down
3 changes: 3 additions & 0 deletions src/components/intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ const useStyles = createStyles((theme) => ({
Image: {
borderRadius: "30px",
border: "1px solid black",
[theme.fn.smallerThan('xs')]: {
width: "350px"
},
}
}))

Expand Down

0 comments on commit 20090f1

Please sign in to comment.