- Basically, React Portal is a powerful technique to create a
- first-class way to render children into a DOM (Document object
- modal) Node from outside of their parent component hierarchy.
-
-
-
Industry's stand 1960s with the release
-
- has been the industry's stand 1960s with the release of
- Letraset sheets containing Lorem Ipsum passages, and more
- recently with desktop publishing software like Aldus PageMaker
- including versions of Lorem Ipsum.
-
-
-
-
- Lorem Ipsum is simply dummy text of the printing It has
- survived not only five centuries, but also the leap into
- electronic typesetting, remaining essentially unchanged. It
- was popularised in the 1960s with the release of Letraset
- sheets containing Lorem Ipsum passages, and more recently
-
-
-
-
- Lorem Ipsum is simply dummy text of the printing and
- typesetting industry. Lorem Ipsum has been the industry's
- standard dummy text ever since the 1500s, when an unknown
- printer took a galley of type and Lorem Ipsum.
-
-
-
-
-
-
- >
- );
-}
\ No newline at end of file
+// return (
+// <>
+//
+//
Implementation portal in next JS
+//
+// Read Blog
+//
+//
+//
+//
+//
+//
+//
Lorem Ipsum
+//
+// {/* */}
+//
+//
+//
+//
+//
+// Basically, React Portal is a powerful technique to create a
+// first-class way to render children into a DOM (Document object
+// modal) Node from outside of their parent component hierarchy.
+//
+//
+//
Industry's stand 1960s with the release
+//
+// has been the industry's stand 1960s with the release of
+// Letraset sheets containing Lorem Ipsum passages, and more
+// recently with desktop publishing software like Aldus PageMaker
+// including versions of Lorem Ipsum.
+//
+//
+//
+//
+// Lorem Ipsum is simply dummy text of the printing It has
+// survived not only five centuries, but also the leap into
+// electronic typesetting, remaining essentially unchanged. It
+// was popularised in the 1960s with the release of Letraset
+// sheets containing Lorem Ipsum passages, and more recently
+//
+//
+//
+//
+// Lorem Ipsum is simply dummy text of the printing and
+// typesetting industry. Lorem Ipsum has been the industry's
+// standard dummy text ever since the 1500s, when an unknown
+// printer took a galley of type and Lorem Ipsum.
+//
+//
+//
+//
+//
+//
+// >
+// );
+// }
\ No newline at end of file
diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx
index 8872458..c0c8e93 100644
--- a/frontend/src/app/page.tsx
+++ b/frontend/src/app/page.tsx
@@ -10,6 +10,7 @@ import styles from "@/styles/Home.module.css";
import { Poppins } from "next/font/google";
import { sendEmail } from "./actions/sendEmail";
import { sendEmails } from "@/lib/mail.utils";
+import ProductCarousel from '@/components/ProductCarousel/ProductCarousel';
const Popp = Poppins({ weight: "400", subsets: ["latin"] });
@@ -75,44 +76,9 @@ export default function Home() {
}
return (
-
- {/* Title */}
-