Skip to content

Commit

Permalink
All sections updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SherinAnees committed May 17, 2024
0 parents commit e2f6e28
Show file tree
Hide file tree
Showing 776 changed files with 105,790 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"presets": [
"next/babel"
]
}
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
40 changes: 40 additions & 0 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/react-refresh.js"
],
"ampDevFiles": [
"static/chunks/webpack.js",
"static/chunks/amp.js"
],
"lowPriorityFiles": [
"static/development/_buildManifest.js",
"static/development/_ssgManifest.js",
"static/development/_middlewareManifest.js"
],
"pages": {
"/": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/index.js"
],
"/_app": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_app.js"
],
"/_error": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/_error.js"
],
"/contact/contact-light": [
"static/chunks/webpack.js",
"static/chunks/main.js",
"static/chunks/pages/contact/contact-light.js"
]
},
"ampFirstPages": []
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/client-development/0.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/1.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/10.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/11.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/12.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/13.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/14.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/15.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/16.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/17.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/18.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/19.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/2.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/20.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/21.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/22.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/23.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/24.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/25.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/26.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/27.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/28.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/29.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/3.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/30.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/4.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/5.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/6.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/7.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/8.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/9.pack
Binary file not shown.
Binary file added .next/cache/webpack/client-development/index.pack
Binary file not shown.
Binary file not shown.
Binary file added .next/cache/webpack/server-development/0.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/1.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/10.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/11.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/12.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/13.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/14.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/15.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/16.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/17.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/18.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/19.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/2.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/3.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/4.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/5.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/6.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/7.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/8.pack
Binary file not shown.
Binary file added .next/cache/webpack/server-development/9.pack
Binary file not shown.
Binary file not shown.
Binary file not shown.
26 changes: 26 additions & 0 deletions .next/fallback-build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"polyfillFiles": [
"static/chunks/polyfills.js"
],
"devFiles": [
"static/chunks/fallback/react-refresh.js"
],
"ampDevFiles": [
"static/chunks/fallback/webpack.js",
"static/chunks/fallback/amp.js"
],
"lowPriorityFiles": [],
"pages": {
"/_app": [
"static/chunks/fallback/webpack.js",
"static/chunks/fallback/main.js",
"static/chunks/fallback/pages/_app.js"
],
"/_error": [
"static/chunks/fallback/webpack.js",
"static/chunks/fallback/main.js",
"static/chunks/fallback/pages/_error.js"
]
},
"ampFirstPages": []
}
14 changes: 14 additions & 0 deletions .next/react-loadable-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"..\\..\\node_modules\\next\\dist\\client\\index.js -> ../pages/_error": {
"id": "./node_modules/next/dist/pages/_error.js",
"files": [
"static/chunks/node_modules_next_dist_pages__error_js.js"
]
},
"..\\..\\node_modules\\next\\dist\\client\\next-dev.js -> ./dev/noop": {
"id": "./node_modules/next/dist/client/dev/noop.js",
"files": [
"static/chunks/node_modules_next_dist_client_dev_noop_js.js"
]
}
}
56 changes: 56 additions & 0 deletions .next/server/_error.js

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

6 changes: 6 additions & 0 deletions .next/server/middleware-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sortedMiddleware": [],
"clientInfo": [],
"middleware": {},
"version": 1
}
5 changes: 5 additions & 0 deletions .next/server/pages-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"/_app": "pages/_app.js",
"/_document": "pages/_document.js",
"/_error": "pages/_error.js"
}
Loading

0 comments on commit e2f6e28

Please sign in to comment.