diff --git a/components/sections/home1/Banner.js b/components/sections/home1/Banner.js
index 331f715..5cdd70a 100644
--- a/components/sections/home1/Banner.js
+++ b/components/sections/home1/Banner.js
@@ -56,7 +56,7 @@ export default function Banner() {
Buy Now
-

+
@@ -93,7 +93,7 @@ export default function Banner() {
Buy Now
-

+
@@ -129,7 +129,7 @@ export default function Banner() {
Buy Now
-

+
diff --git a/next.config.js b/next.config.js
index 767719f..32c006a 100644
--- a/next.config.js
+++ b/next.config.js
@@ -1,4 +1,7 @@
/** @type {import('next').NextConfig} */
-const nextConfig = {}
+const nextConfig = {
+ output:"export",
+ trailingSlash: true
+}
module.exports = nextConfig