Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 805146ea29 |
@@ -31,7 +31,7 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
brandName="Pes Coder"
|
brandName="Pes Coder"
|
||||||
navItems={[
|
navItems={{
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Courses", id: "courses" },
|
{ name: "Courses", id: "courses" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
logoText="Pes Coder"
|
logoText="Pesss Coder"
|
||||||
description="Master coding from fundamentals to advanced development. Industry-expert instructors, hands-on projects, and career-ready skills."
|
description="Master coding from fundamentals to advanced development. Industry-expert instructors, hands-on projects, and career-ready skills."
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg"
|
||||||
imageAlt="Coding classroom with students learning programming"
|
imageAlt="Coding classroom with students learning programming"
|
||||||
|
|||||||
Reference in New Issue
Block a user