From 75352272457256ef59e67c7a7e83c5438302155a Mon Sep 17 00:00:00 2001
From: Cypro Freelance <110410268+Proxyy587@users.noreply.github.com>
Date: Sun, 28 Jul 2024 15:33:33 +0530
Subject: [PATCH] icon changed
---
components/shared/HeroCards.tsx | 333 ++++++++++++++++----------------
components/ui/accordion.tsx | 88 ++++-----
2 files changed, 206 insertions(+), 215 deletions(-)
diff --git a/components/shared/HeroCards.tsx b/components/shared/HeroCards.tsx
index b849b50..bb055ac 100644
--- a/components/shared/HeroCards.tsx
+++ b/components/shared/HeroCards.tsx
@@ -5,193 +5,184 @@ import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar";
import { Badge } from "@/components/ui/badge";
import { Button, buttonVariants } from "@/components/ui/button";
import {
- Card,
- CardContent,
- CardDescription,
- CardFooter,
- CardHeader,
- CardTitle,
+ Card,
+ CardContent,
+ CardDescription,
+ CardFooter,
+ CardHeader,
+ CardTitle,
} from "@/components/ui/card";
import Image from "next/image";
import { Happy_Monkey } from "next/font/google";
-import {
- ArchiveRestore,
- Github,
- Headset,
- Infinity,
- LightbulbIcon,
- Linkedin,
- Twitter,
-} from "lucide-react";
-import Link from "next/link";
+import { ArchiveRestore, Headset, Infinity, LightbulbIcon } from "lucide-react";
import Iconss from "../ui/icons";
import { useRouter } from "next/navigation";
const happyMonkey = Happy_Monkey({
- preload: true,
- weight: ["400"],
- subsets: ["latin"],
+ preload: true,
+ weight: ["400"],
+ subsets: ["latin"],
});
const HeroCards = () => {
- const router = useRouter();
- const cards = {
- aboutCard: {
- description:
- "Discover more about our services and offerings. We aim to provide the best experience for our users.",
- socialLinks: {
- x: "https://x.com/SVR_JS",
- Mastodon: "https://mastodon.social/@svrjs",
- Bluesky: "https://bsky.app/profile/svrjs.org",
- Odysee: "https://odysee.com/@SVRJS",
- },
- },
- pricingCard: {
- planName: "Pro Plan",
- badgeTitle: "Popular",
- pricePerMonth: "$0",
- description:
- "Get the best features and priority support with our Pro Plan.",
- primaryButtonText: "Download SVR Now",
- onPrimaryButtonClick: () => router.push("/downloads"),
- features: [
- {
- title: "Unlimited Projects",
- icons: ,
- },
- {
- title: "Priority Support",
- icons: (
-
- ),
- },
- {
- title: "Free Updates",
- icons: ,
- },
- ],
- curlyText: "Best Value!",
- },
- serviceCard: {
- title: "Our Services",
- description:
- "We offer a variety of services to cater to your needs, including web development, SEO, and more.",
- },
- };
+ const router = useRouter();
+ const cards = {
+ aboutCard: {
+ description:
+ "Discover more about our services and offerings. We aim to provide the best experience for our users.",
+ socialLinks: {
+ x: "https://x.com/SVR_JS",
+ Mastodon: "https://mastodon.social/@svrjs",
+ Bluesky: "https://bsky.app/profile/svrjs.org",
+ Odysee: "https://odysee.com/@SVRJS",
+ },
+ },
+ pricingCard: {
+ planName: "Pro Plan",
+ badgeTitle: "Popular",
+ pricePerMonth: "$0",
+ description:
+ "Get the best features and priority support with our Pro Plan.",
+ primaryButtonText: "Download SVR Now",
+ onPrimaryButtonClick: () => router.push("/downloads"),
+ features: [
+ {
+ title: "Unlimited Projects",
+ icons: ,
+ },
+ {
+ title: "Priority Support",
+ icons: (
+
+ ),
+ },
+ {
+ title: "Free Updates",
+ icons: ,
+ },
+ ],
+ curlyText: "Best Value!",
+ },
+ serviceCard: {
+ title: "Our Services",
+ description:
+ "We offer a variety of services to cater to your needs, including web development, SEO, and more.",
+ },
+ };
- return (
-
- {/* Twitter First Top left */}
-
-
-
-
- Proxy
-
-
- Proxy
- @proxyxd_s
-
-
-
- Svrjs has the best server side rendering{" "}
- #SVRJSONTOP
-
-
-
+ return (
+
+ {/* Twitter First Top left */}
+
+
+
+
+ Proxy
+
+
+ Proxy
+ @proxyxd_s
+
+
+
+ Svrjs has the best server side rendering{" "}
+ #SVRJSONTOP
+
+
+
- {/* Socials Second top right */}
-
-
- Socials
-
-
+ {/* Socials Second top right */}
+
+
+ Socials
+
+
-
-