5 Commits

Author SHA1 Message Date
54719e0742 Update src/app/page.tsx 2025-12-26 18:06:42 +00:00
221699d1dd Update src/app/layout.tsx 2025-12-26 18:06:41 +00:00
568d30c97d Update src/app/page.tsx 2025-12-26 17:09:00 +00:00
5c561756d3 Update src/app/layout.tsx 2025-12-26 17:08:59 +00:00
6343cec119 Update src/app/page.tsx 2025-12-26 17:06:49 +00:00

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -31,7 +31,7 @@ export default function LandingPage() {
<NavbarStyleMinimal <NavbarStyleMinimal
brandName="Code with me" brandName="Code with me"
button={{ button={{
text: "Explore Courses", text: "Watch preview",
href: "pricing" href: "pricing"
}} }}
/> />
@@ -233,8 +233,7 @@ export default function LandingPage() {
role: "Junior Developer", role: "Junior Developer",
company: "TechStartup Co", company: "TechStartup Co",
rating: 5, rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484718833-8686x51w.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484718833-8686x51w.jpg"
linkedinUrl: "https://linkedin.com/in/sarahchen"
}, },
{ {
id: "2", id: "2",
@@ -242,8 +241,7 @@ export default function LandingPage() {
role: "Full Stack Engineer", role: "Full Stack Engineer",
company: "Digital Solutions", company: "Digital Solutions",
rating: 5, rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484712325-ocj12p51.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484712325-ocj12p51.jpg"
linkedinUrl: "https://linkedin.com/in/marcuswilliams"
}, },
{ {
id: "3", id: "3",
@@ -251,8 +249,7 @@ export default function LandingPage() {
role: "Frontend Developer", role: "Frontend Developer",
company: "Creative Agency", company: "Creative Agency",
rating: 5, rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484716089-kpbfo3ho.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484716089-kpbfo3ho.jpg"
linkedinUrl: "https://linkedin.com/in/emmarodriguez"
}, },
{ {
id: "4", id: "4",
@@ -260,8 +257,7 @@ export default function LandingPage() {
role: "Software Engineer", role: "Software Engineer",
company: "Tech Giants Inc", company: "Tech Giants Inc",
rating: 5, rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508651819-t3cnqjfz.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508651819-t3cnqjfz.jpg"
linkedinUrl: "https://linkedin.com/in/jamespark"
}, },
{ {
id: "5", id: "5",
@@ -269,8 +265,7 @@ export default function LandingPage() {
role: "React Developer", role: "React Developer",
company: "WebPro Services", company: "WebPro Services",
rating: 5, rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508653705-qp2xy5s6.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508653705-qp2xy5s6.jpg"
linkedinUrl: "https://linkedin.com/in/lisaanderson"
}, },
{ {
id: "6", id: "6",
@@ -278,8 +273,7 @@ export default function LandingPage() {
role: "Backend Developer", role: "Backend Developer",
company: "CloudTech Systems", company: "CloudTech Systems",
rating: 5, rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766765158294-cmlo8smz.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766765158294-cmlo8smz.jpg"
linkedinUrl: "https://linkedin.com/in/davidkumar"
} }
]} ]}
/> />