diff --git a/app/globals.css b/app/globals.css index 31dfb8c..6c9be71 100644 --- a/app/globals.css +++ b/app/globals.css @@ -17,19 +17,19 @@ --card-foreground: 240 10% 3.9%; --popover: 0 0% 100%; --popover-foreground: 240 10% 3.9%; - --primary: 20.5 100% 62%; - --primary-foreground: 355.7 100% 97.3%; + --primary: 240 98% 54%; + --primary-foreground: 355.7 100% 100%; --secondary: 240 4.8% 95.9%; --secondary-foreground: 240 5.9% 10%; --muted: 240 4.8% 95.9%; - --muted-foreground: 240 3.8% 46.1%; + --muted-foreground: 240 3.8% 31%; --accent: 240 4.8% 95.9%; --accent-foreground: 240 5.9% 10%; --destructive: 0 84.2% 60.2%; --destructive-foreground: 0 0% 98%; --border: 240 5.9% 90%; --input: 240 5.9% 90%; - --ring: 20.5 100% 62%; + --ring: 240 98% 54%; --radius: 0.5rem; } diff --git a/components/FAQ.tsx b/components/FAQ.tsx index 068c858..f2c003c 100644 --- a/components/FAQ.tsx +++ b/components/FAQ.tsx @@ -14,7 +14,7 @@ interface FAQProps { const FAQList: FAQProps[] = [ { question: "Is this template free?", - answer: "Yes. It is a free ChadcnUI template.", + answer: "Yes. It is a free ShadcnUI template.", value: "item-1", }, { diff --git a/components/HeroCards.tsx b/components/HeroCards.tsx index 3fc59a4..046b30f 100644 --- a/components/HeroCards.tsx +++ b/components/HeroCards.tsx @@ -151,7 +151,7 @@ export const HeroCards = () => {
- +
Light & dark mode diff --git a/components/HowWorks.tsx b/components/HowWorks.tsx index 26fb198..c5a2de0 100644 --- a/components/HowWorks.tsx +++ b/components/HowWorks.tsx @@ -9,25 +9,33 @@ interface FeatureProps { const features: FeatureProps[] = [ { - icon: , + icon: ( + + ), title: "Accesibility", description: "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illum quas provident cum", }, { - icon: , + icon: ( + + ), title: "Community", description: "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illum quas provident cum", }, { - icon: , + icon: ( + + ), title: "Scalability", description: "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illum quas provident cum", }, { - icon: , + icon: ( + + ), title: "Gamification", description: "Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illum quas provident cum", diff --git a/components/Navbar.tsx b/components/Navbar.tsx index b98d1b4..d1ae008 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -13,7 +13,7 @@ import { SheetTrigger, } from "@/components/ui/sheet"; -import { buttonVariants } from "./ui/button"; +import { Button, buttonVariants } from "./ui/button"; import { ModeToggle } from "./ModeToggle"; import { Icons } from "@/components/Icons"; @@ -59,12 +59,14 @@ const Navbar = () => {
- - setIsOpen(true)} - > - + diff --git a/components/Services.tsx b/components/Services.tsx index e1a19e3..9c8515e 100644 --- a/components/Services.tsx +++ b/components/Services.tsx @@ -12,19 +12,25 @@ const serviceList: ServiceProps[] = [ title: "Code Collaboration", description: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Nisi nesciunt est nostrum omnis ab sapiente.", - icon: , + icon: ( + + ), }, { title: "Project Management", description: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Nisi nesciunt est nostrum omnis ab sapiente.", - icon: , + icon: ( + + ), }, { title: "Task Automation", description: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Nisi nesciunt est nostrum omnis ab sapiente.", - icon: , + icon: ( + + ), }, ];