Compare commits
1 Commits
main
...
1dc3f48acb
| Author | SHA1 | Date | |
|---|---|---|---|
| 1dc3f48acb |
@@ -42,7 +42,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="TECHACADEMY"
|
||||
logoText="STEP Academy"
|
||||
description="Master in-demand technology skills with our comprehensive IT courses. Learn from industry experts and launch your tech career."
|
||||
buttons={[
|
||||
{ text: "Explore Courses", href: "/courses" },
|
||||
|
||||
@@ -138,10 +138,9 @@ const ProductCardItem = memo(({
|
||||
</p>
|
||||
</div>
|
||||
<button
|
||||
className={cls("bg-primary-cta text-secondary-cta rounded-lg px-4 py-2 mt-4", actionButtonClassName)}
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
className={cls("bg-primary-cta text-secondary-cta px-4 py-2 rounded-full text-sm font-medium", actionButtonClassName)}
|
||||
>
|
||||
ADD TO CART
|
||||
Buy
|
||||
</button>
|
||||
</article>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user