-
- Build the Future
-
- Today
-
-
-
-
- Transform your ideas into reality with our cutting-edge technology solutions.
- Experience the power of innovation at your fingertips.
-
-
-
-
-
-
-
+
+
+
+
+ Welcome to the Future
+
+
+ Experience cutting-edge design and technology that transforms your digital presence.
+
+
+
+
-
-
+
);
};
-export default HeroBillboard;
\ No newline at end of file
+export default HeroBillboard;
diff --git a/src/components/ui/ThemeProvider.tsx b/src/components/ui/ThemeProvider.tsx
index c316d3f..408dbef 100644
--- a/src/components/ui/ThemeProvider.tsx
+++ b/src/components/ui/ThemeProvider.tsx
@@ -71,5 +71,3 @@ export const useTheme = () => {
return context;
};
-
-export default ThemeProvider;
\ No newline at end of file
diff --git a/src/index.css b/src/index.css
index 616f86f..eda2445 100644
--- a/src/index.css
+++ b/src/index.css
@@ -3,15 +3,9 @@
@tailwind utilities;
* {
- margin: 0;
- padding: 0;
box-sizing: border-box;
}
-html {
- scroll-behavior: smooth;
-}
-
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
@@ -24,4 +18,4 @@ body {
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
-}
\ No newline at end of file
+}
diff --git a/src/index.tsx b/src/index.tsx
index 23b3422..1fd12b7 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -10,4 +10,4 @@ root.render(
-);
\ No newline at end of file
+);
diff --git a/tailwind.config.js b/tailwind.config.js
index b663997..6b48b48 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -1,10 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
- "./src/**/*.{js,jsx,ts,tsx}", "./public/index.html"
- ],
+ "./src/**/*.{js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
-}
\ No newline at end of file
+}
diff --git a/tsconfig.json b/tsconfig.json
index da3d104..70826b2 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es5", "lib": [
- "dom", "dom.iterable", "esnext"
+ "dom", "dom.iterable", "es6"
],
"allowJs": true,
"skipLibCheck": true,
@@ -18,4 +18,4 @@
"include": [
"src"
]
-}
\ No newline at end of file
+}