Compare commits
11 Commits
version_7
...
d3b9942c10
| Author | SHA1 | Date | |
|---|---|---|---|
| d3b9942c10 | |||
| 6fa849e484 | |||
| a4a7f29dc0 | |||
| 759dc760c1 | |||
| 3f8b39e5b9 | |||
| 22b3ae299d | |||
| a534ae12a6 | |||
| 8e8c503883 | |||
| faa5e4630e | |||
| 30e1b0a80a | |||
| e976a8c26b |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #1a1a1a;
|
--background: #fafffb;
|
||||||
--card: #2d2d2d;
|
--card: #f7fffa;
|
||||||
--foreground: #ffffff;
|
--foreground: #001a0a;
|
||||||
--primary-cta: #ff0000;
|
--primary-cta: #0a7039;
|
||||||
--secondary-cta: #000000;
|
--secondary-cta: #ffffff;
|
||||||
--accent: #ff3333;
|
--accent: #a8d9be;
|
||||||
--background-accent: #333333;
|
--background-accent: #6bbf8e;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
@@ -12,8 +12,7 @@ import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
|||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial';
|
import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial';
|
||||||
import TextNumberCount from '@/components/text/TextNumberCount';
|
import { Zap, Target, Sparkles, Rocket, Award, Users, HelpCircle, Youtube, Linkedin, Twitter, Github, Star } from "lucide-react";
|
||||||
import { Zap, Target, Sparkles, Rocket, Award, Users, HelpCircle, Youtube, Linkedin, Twitter, Github } from "lucide-react";
|
|
||||||
|
|
||||||
export default function Page() {
|
export default function Page() {
|
||||||
return (
|
return (
|
||||||
@@ -391,29 +390,21 @@ export default function Page() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<div className="flex flex-col items-center justify-center gap-6 py-20">
|
<ContactText
|
||||||
<div className="text-center">
|
text="Ready to transform your career in technology? Get in touch with our enrollment team to discuss your learning goals and find the perfect course for you."
|
||||||
<h2 className="text-4xl font-bold mb-4">Our Users</h2>
|
animationType="reveal-blur"
|
||||||
<div className="flex items-baseline justify-center gap-2">
|
buttons={[
|
||||||
<TextNumberCount value={1000} suffix="+ people" className="text-6xl font-extrabold" />
|
{
|
||||||
</div>
|
text: "Contact Us",
|
||||||
</div>
|
href: "contact"
|
||||||
<ContactText
|
},
|
||||||
text="Ready to transform your career in technology? Get in touch with our enrollment team to discuss your learning goals and find the perfect course for you."
|
{
|
||||||
animationType="reveal-blur"
|
text: "Schedule a Call",
|
||||||
buttons={[
|
href: "contact"
|
||||||
{
|
}
|
||||||
text: "Contact Us",
|
]}
|
||||||
href: "contact"
|
useInvertedBackground="noInvert"
|
||||||
},
|
/>
|
||||||
{
|
|
||||||
text: "Schedule a Call",
|
|
||||||
href: "contact"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
|
|||||||
Reference in New Issue
Block a user