17 Commits

Author SHA1 Message Date
bc62fcebbf Bob AI: change primary color to magento 2026-01-30 16:23:08 +02:00
7de5d37af9 Bob AI: change accent color to magento 2026-01-30 15:51:37 +02:00
5f0b6a7232 Bob AI: make prices in Flexible Learning Plans section low... 2026-01-30 15:00:06 +02:00
7f3c411cf6 Bob AI: make prices in Flexible Learning Plans section low... 2026-01-30 14:34:02 +02:00
2d18d0d378 Bob AI: replace "TEST with ABCD" with "123" 2026-01-30 14:33:12 +02:00
2340f220eb Bob AI: replace Transform Your IT Career? with TEST with A... 2026-01-30 14:32:40 +02:00
539d1c6703 Bob AI: replace Ready to Transform Your IT Career? with TE... 2026-01-30 14:16:54 +02:00
0304810724 Bob AI: add small star icon in the left top corner of eac... 2026-01-30 14:10:10 +02:00
c9575ee200 fix 2026-01-30 14:08:50 +02:00
f5113c557a Bob AI: add small square button in the left top corner of ... 2026-01-30 14:00:49 +02:00
6097b94841 fix 2026-01-30 13:59:44 +02:00
f1c5f66463 fix 2026-01-30 13:58:06 +02:00
097d4d64cf fix 2026-01-30 13:57:32 +02:00
34af142ce4 Bob AI: add small square button in the left top corner of ... 2026-01-30 13:51:53 +02:00
efd971e711 Bob AI: make all prices on the whole website 30% lower 2026-01-30 13:26:57 +02:00
b4c19c875f Bob AI: make site dark green 2026-01-30 13:24:47 +02:00
bde33b2483 Bob AI: make site in dark blue theme 2026-01-30 12:13:28 +02:00
3 changed files with 64 additions and 71 deletions

View File

@@ -4,14 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #f5f4ef;; --background: #1a202c;;
--card: #dad6cd;; --card: #1f2a37;;
--foreground: #2a2928;; --foreground: #ffffff;;
--primary-cta: #2a2928;; --primary-cta: #e91e8f;;
--secondary-cta: #ecebea;; --secondary-cta: #008f7a;;
--accent: #ffffff;; --accent: #e91e8f;;
--background-accent: #c6b180;; --background-accent: #008f7a;;
/* Base spacing units */ /* Base spacing units */
--vw-0_25: calc(var(--vw) * 0.25); --vw-0_25: calc(var(--vw) * 0.25);
--vw-0_5: calc(var(--vw) * 0.5); --vw-0_5: calc(var(--vw) * 0.5);

View File

@@ -43,10 +43,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
logoText="STEP IT Academy" logoText="STEP IT Academy"
description="Master in-demand IT skills with industry-leading instructors. Transform your career through hands-on learning, real-world projects, and personalized mentorship." description="We're committed to providing the best IT education experience"
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
imageSrc="https://img.b2bpic.net/free-photo/row-serious-focused-coworkers-sitting-table-typing-laptops_74855-10363.jpg" imageSrc="https://img.b2bpic.net/free-photo/row-serious-focused-coworkers-sitting-table-typing-laptops_74855-10363.jpg"
imageAlt="Students learning programming and IT skills" imageAlt="STEP Academy instructor teaching students"
frameStyle="card" frameStyle="card"
/> />
</div> </div>
@@ -118,7 +118,7 @@ export default function LandingPage() {
description="Choose the perfect program for your goals and budget" description="Choose the perfect program for your goals and budget"
plans={[ plans={[
{ {
id: "starter", price: "$499", name: "Starter Course", buttons: [ id: "starter", price: "$244.5", name: "Starter Course", buttons: [
{ text: "Get Started", href: "contact" }, { text: "Get Started", href: "contact" },
{ text: "Learn More", href: "contact" } { text: "Learn More", href: "contact" }
], ],
@@ -128,7 +128,7 @@ export default function LandingPage() {
}, },
{ {
id: "professional", badge: "Most Popular", badgeIcon: Sparkles, id: "professional", badge: "Most Popular", badgeIcon: Sparkles,
price: "$1,299", name: "Professional Program", buttons: [ price: "$636.5", name: "Professional Program", buttons: [
{ text: "Enroll Now", href: "contact" }, { text: "Enroll Now", href: "contact" },
{ text: "Schedule Call", href: "contact" } { text: "Schedule Call", href: "contact" }
], ],
@@ -137,7 +137,7 @@ export default function LandingPage() {
] ]
}, },
{ {
id: "enterprise", price: "$2,499", name: "Enterprise Bootcamp", buttons: [ id: "enterprise", price: "$1,224.5", name: "Enterprise Bootcamp", buttons: [
{ text: "Start Bootcamp", href: "contact" }, { text: "Start Bootcamp", href: "contact" },
{ text: "Contact Sales", href: "contact" } { text: "Contact Sales", href: "contact" }
], ],
@@ -190,7 +190,7 @@ export default function LandingPage() {
id: "1", value: "5,000+", description: "Graduates Worldwide" id: "1", value: "5,000+", description: "Graduates Worldwide"
}, },
{ {
id: "2", value: "95%", description: "Job Placement Rate" id: "2", value: "", description: "Job Placement Rate"
}, },
{ {
id: "3", value: "4.9/5", description: "Average Student Rating" id: "3", value: "4.9/5", description: "Average Student Rating"
@@ -209,7 +209,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter
tag="Get Started" tag="Get Started"
title="Ready to Transform Your IT Career?" title="123"
description="Join thousands of graduates who have successfully launched their careers in technology. Enroll today and take the first step toward your future." description="Join thousands of graduates who have successfully launched their careers in technology. Enroll today and take the first step toward your future."
tagIcon={Sparkles} tagIcon={Sparkles}
useInvertedBackground="noInvert" useInvertedBackground="noInvert"

View File

@@ -4,9 +4,9 @@ import { memo } from "react";
import Image from "next/image"; import Image from "next/image";
import CardStack from "@/components/cardStack/CardStack"; import CardStack from "@/components/cardStack/CardStack";
import { cls } from "@/lib/utils"; import { cls } from "@/lib/utils";
import { Star } from "lucide-react";
import type { LucideIcon } from "lucide-react"; import type { LucideIcon } from "lucide-react";
import type { ButtonConfig, CardAnimationTypeWith3D, GridVariant, TitleSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types"; import type { ButtonConfig, CardAnimationTypeWith3D, GridVariant, TitleSegment, TextboxLayout, InvertedBackground } from "@/components/cardStack/types";
import { ArrowRight } from "lucide-react"; // Import the icon
type Testimonial = { type Testimonial = {
id: string; id: string;
@@ -91,16 +91,7 @@ const TestimonialCard = memo(({
<div className={cls("!absolute z-1 bottom-6 left-6 right-6 card backdrop-blur-xs p-6 flex flex-col gap-3 rounded-theme-capped", overlayClassName)}> <div className={cls("!absolute z-1 bottom-6 left-6 right-6 card backdrop-blur-xs p-6 flex flex-col gap-3 rounded-theme-capped", overlayClassName)}>
<div className={cls("relative z-1 flex gap-1", ratingClassName)}> <div className={cls("relative z-1 flex gap-1", ratingClassName)}>
{Array.from({ length: 5 }).map((_, index) => (
<Star
key={index}
className={cls(
"h-5 w-auto text-accent",
index < testimonial.rating ? "fill-accent" : "fill-transparent"
)}
strokeWidth={1.5}
/>
))}
</div> </div>
<h3 className={cls("relative z-1 text-2xl font-medium text-foreground leading-[1.1] mt-1", nameClassName)}> <h3 className={cls("relative z-1 text-2xl font-medium text-foreground leading-[1.1] mt-1", nameClassName)}>
@@ -191,6 +182,9 @@ const TestimonialCardOne = ({
buttonTextClassName={textBoxButtonTextClassName} buttonTextClassName={textBoxButtonTextClassName}
ariaLabel={ariaLabel} ariaLabel={ariaLabel}
> >
<div className="absolute top-0 left-0 p-4">
<ArrowRight className="w-6 h-6 text-gray-500" /> {/* Inserted icon element */}
</div>
{testimonials.map((testimonial, index) => ( {testimonials.map((testimonial, index) => (
<TestimonialCard <TestimonialCard
key={`${testimonial.id}-${index}`} key={`${testimonial.id}-${index}`}