diff --git a/app/(root)/contact/page.tsx b/app/(root)/contact/page.tsx
index 3fd7c04..c86e264 100644
--- a/app/(root)/contact/page.tsx
+++ b/app/(root)/contact/page.tsx
@@ -186,7 +186,7 @@ const ContactUs = () => {
))}
-
+
diff --git a/components/shared/HeroCards.tsx b/components/shared/HeroCards.tsx
index 04aee8a..3cd4937 100644
--- a/components/shared/HeroCards.tsx
+++ b/components/shared/HeroCards.tsx
@@ -88,7 +88,7 @@ const HeroCards = () => {
{/* Socials Second top right */}
-
+
Socials
diff --git a/components/ui/button.tsx b/components/ui/button.tsx
index 6ecff44..7e9af4d 100644
--- a/components/ui/button.tsx
+++ b/components/ui/button.tsx
@@ -23,7 +23,8 @@ const buttonVariants = cva(
default: "h-10 px-4 py-2",
sm: "h-9 rounded-md px-3",
lg: "h-11 rounded-md px-8",
- icon: "h-10 w-10"
+ icon: "h-10 w-10",
+ smicon: "h-8 w-8"
}
},
defaultVariants: {
diff --git a/components/ui/icons.tsx b/components/ui/icons.tsx
index 7c298e7..afc0713 100644
--- a/components/ui/icons.tsx
+++ b/components/ui/icons.tsx
@@ -25,13 +25,13 @@ const Iconss = () => {
rel="me"
className={buttonVariants({
variant: "ghost",
- size: "icon"
+ size: "smicon"
})}
>
X icon