diff --git a/src/app/_components/HomePage.tsx b/src/app/_components/HomePage.tsx
index 436ff5b..aaa28b9 100644
--- a/src/app/_components/HomePage.tsx
+++ b/src/app/_components/HomePage.tsx
@@ -10,10 +10,10 @@ export const HomePage = () => {
-
+
Single QR Code
Bulk Creation
- Configure QR Style
+ {/* Configure QR Style */}
@@ -28,11 +28,11 @@ export const HomePage = () => {
-
+ {/*
-
+ */}
diff --git a/src/app/_components/Navbar.tsx b/src/app/_components/Navbar.tsx
index ccd1911..9f22765 100644
--- a/src/app/_components/Navbar.tsx
+++ b/src/app/_components/Navbar.tsx
@@ -2,11 +2,13 @@
import React from 'react';
import { Button } from "@/components/ui/button";
-import { MoonIcon, SunIcon } from "lucide-react";
+import { MoonIcon, SunIcon, Settings } from "lucide-react";
import { useTheme } from "next-themes";
+import { useRouter } from "next/navigation";
const Navbar = () => {
const { theme, setTheme } = useTheme();
+ const router = useRouter();
return (
@@ -16,8 +18,8 @@ const Navbar = () => {
QR-23
- {/* Theme Toggle */}
-
+ {/* Theme Toggle and Configuration */}
+
+
+
diff --git a/src/app/configure/page.tsx b/src/app/configure/page.tsx
new file mode 100644
index 0000000..2dde9aa
--- /dev/null
+++ b/src/app/configure/page.tsx
@@ -0,0 +1,9 @@
+import QRStyle from "../_components/QR/QRStyle/QRStyle";
+
+const ConfigurePage = () => {
+ return
+
+
+}
+
+export default ConfigurePage;
\ No newline at end of file