Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-16 23:08:22 +00:00

View File

@@ -91,7 +91,7 @@ export default function LandingPage() {
products={[
{ id: "p1", name: "Web Development Bootcamp", price: "$199", variant: "Beginner", imageSrc: "http://img.b2bpic.net/free-photo/man-working-energy-innovations-his-laptop_23-2148820170.jpg" },
{ id: "p2", name: "Data Analytics & AI", price: "$149", variant: "Intermediate", imageSrc: "http://img.b2bpic.net/free-photo/creative-business-arrangement-with-colorful-graphics_23-2148488605.jpg" },
{ id: "p3", name: "UI/UX Design Masterclass", price: "$169", variant: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg" },
{ id: "p3", name: "UI/UX Design Masterclass", price: "$169", variant: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg?_wi=1" },
{ id: "p4", name: "Digital Marketing Suite", price: "$179", variant: "Intermediate", imageSrc: "http://img.b2bpic.net/free-photo/freelancer-developing-startup-project-analyzing-financial-statistics_482257-95594.jpg" },
]}
title="Featured Courses"
@@ -130,7 +130,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
logoText="LearnMaster"
imageSrc="http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg"
imageSrc="http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg?_wi=2"
columns={[
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Careers", href: "#" }] },
{ title: "Support", items: [{ label: "Help", href: "/contact" }] }