+ {/* MENU HAND BURGER */}
+ {/*
+ Welcome Austin Catherine
*/}
+
+
+
+
+
+ {children}
-
-
+
+
);
diff --git a/src/layouts/LetsGetStartedLayout.tsx b/src/layouts/LetsGetStartedLayout.tsx
index 3562653..38c7e93 100644
--- a/src/layouts/LetsGetStartedLayout.tsx
+++ b/src/layouts/LetsGetStartedLayout.tsx
@@ -4,20 +4,20 @@ import layoutImage from "../assets/images/test1-reverse.png";
const LetsGetStartedLayout = ({ children }: { children: React.ReactNode }) => {
return (
- <>
-
+
+
+
{children}
-
+
-
-
+
+
+
+
{children}
-
- >
+
);
};
-
+
+ {/*
*/}