-
Subscribe to our newsletter
-
Stay up to date with our latest news, exclusive offers, and promotions.
+
+
Subscribe to our newsletter
+
Stay up to date with our latest news, exclusive offers, and promotions.
-
+
diff --git a/src/pages/Home/Home.tsx b/src/pages/Home/Home.tsx
index 29e5c59..c110daa 100644
--- a/src/pages/Home/Home.tsx
+++ b/src/pages/Home/Home.tsx
@@ -4,7 +4,6 @@ import { useInView } from "react-intersection-observer";
import Product from "../../components/Product";
import Head from "../../components/Head";
import Button from "../../components/Button";
-// import Subscribe from "../../components/Subscribe/Subscribe";
import "../../index.css"; // Import the custom CSS file
function Home() {
@@ -243,7 +242,6 @@ function Home() {
- {/*
*/}
>
);
}
diff --git a/src/tailwind/output.css b/src/tailwind/output.css
index f383019..0bca7ce 100644
--- a/src/tailwind/output.css
+++ b/src/tailwind/output.css
@@ -3106,10 +3106,6 @@ html {
gap: 2rem;
}
-.gap-32 {
- gap: 8rem;
-}
-
.gap-x-4 {
-moz-column-gap: 1rem;
column-gap: 1rem;
@@ -3295,6 +3291,10 @@ html {
padding: 0.5rem;
}
+.p-4 {
+ padding: 1rem;
+}
+
.p-5 {
padding: 1.25rem;
}
@@ -3893,46 +3893,14 @@ img:hover {
margin-top: 0px;
}
- .md\:ml-\[12rem\] {
- margin-left: 12rem;
- }
-
- .md\:-ml-\[12rem\] {
- margin-left: -12rem;
- }
-
- .md\:-ml-\[2rem\] {
- margin-left: -2rem;
- }
-
- .md\:ml-\[2rem\] {
- margin-left: 2rem;
- }
-
- .md\:ml-\[6rem\] {
- margin-left: 6rem;
- }
-
- .md\:ml-\[120rem\] {
- margin-left: 120rem;
- }
-
- .md\:ml-\[10rem\] {
- margin-left: 10rem;
- }
-
- .md\:ml-\[20rem\] {
- margin-left: 20rem;
- }
-
- .md\:mr-\[20rem\] {
- margin-right: 20rem;
- }
-
.md\:block {
display: block;
}
+ .md\:flex {
+ display: flex;
+ }
+
.md\:hidden {
display: none;
}
@@ -3941,6 +3909,10 @@ img:hover {
height: 6rem;
}
+ .md\:h-40 {
+ height: 10rem;
+ }
+
.md\:h-\[38rem\] {
height: 38rem;
}
@@ -4005,6 +3977,10 @@ img:hover {
justify-content: flex-end;
}
+ .md\:justify-center {
+ justify-content: center;
+ }
+
.md\:justify-between {
justify-content: space-between;
}
@@ -4035,10 +4011,6 @@ img:hover {
padding-inline-start: 2rem;
}
- .md\:pr-\[20rem\] {
- padding-right: 20rem;
- }
-
.md\:text-center {
text-align: center;
}
@@ -4061,6 +4033,16 @@ img:hover {
font-size: 1.25rem;
line-height: 1.75rem;
}
+
+ .md\:text-3xl {
+ font-size: 1.875rem;
+ line-height: 2.25rem;
+ }
+
+ .md\:text-lg {
+ font-size: 1.125rem;
+ line-height: 1.75rem;
+ }
}
@media (min-width: 1024px) {
@@ -4096,10 +4078,6 @@ img:hover {
height: 100%;
}
- .lg\:w-1\/12 {
- width: 8.333333%;
- }
-
.lg\:w-1\/2 {
width: 50%;
}