Compare commits
13 Commits
version_8
...
e6c531b5e4
| Author | SHA1 | Date | |
|---|---|---|---|
| e6c531b5e4 | |||
| 9c8fa50c52 | |||
| c91fa59f2d | |||
| 6f24847cb7 | |||
| be53a0e008 | |||
| d3b9942c10 | |||
| 3f8b39e5b9 | |||
| 22b3ae299d | |||
| a534ae12a6 | |||
| 8e8c503883 | |||
| faa5e4630e | |||
| 30e1b0a80a | |||
| e976a8c26b |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #fafffb;
|
||||
--card: #f7fffa;
|
||||
--foreground: #001a0a;
|
||||
--primary-cta: #0a7039;
|
||||
--secondary-cta: #ffffff;
|
||||
--accent: #a8d9be;
|
||||
--background-accent: #6bbf8e;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #fff0f0e6;
|
||||
--primary-cta: #ff3d4a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--accent: #7b2d2d;
|
||||
--background-accent: #b8111f;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -12,7 +12,7 @@ import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial';
|
||||
import { Zap, Target, Sparkles, Rocket, Award, Users, HelpCircle, Youtube, Linkedin, Twitter, Github } from "lucide-react";
|
||||
import { Zap, Target, Sparkles, Rocket, Award, Users, HelpCircle, Youtube, Linkedin, Twitter, Github, Star } from "lucide-react";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
@@ -79,7 +79,7 @@ export default function Page() {
|
||||
href: "courses"
|
||||
},
|
||||
{
|
||||
text: "Get in Touch",
|
||||
text: "Join in Touch",
|
||||
href: "contact"
|
||||
}
|
||||
]}
|
||||
@@ -154,28 +154,32 @@ export default function Page() {
|
||||
name: "Web Development Fundamentals",
|
||||
price: "$499",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672731963-dy25hbg0.jpg",
|
||||
imageAlt: "Web Development course"
|
||||
imageAlt: "Web Development course",
|
||||
rating: 5
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Python Programming Essentials",
|
||||
price: "$449",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766740382604-lxm5r8ne.jpg",
|
||||
imageAlt: "Python Programming course"
|
||||
imageAlt: "Python Programming course",
|
||||
rating: 5
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Data Science & Analytics",
|
||||
price: "$599",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766750472136-03c1edmk.jpg",
|
||||
imageAlt: "Data Science course"
|
||||
imageAlt: "Data Science course",
|
||||
rating: 5
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Cybersecurity Mastery",
|
||||
price: "$649",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766750473080-tf9sz4t0.jpg",
|
||||
imageAlt: "Cybersecurity course"
|
||||
imageAlt: "Cybersecurity course",
|
||||
rating: 5
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user