From 2f323168bb21d5ee4eef2791b53d8e24de3489a2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 08:07:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15b027f..33737f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import { Award, Briefcase, Globe, Star, Users } from "lucide-react"; export default function LandingPage() { @@ -38,6 +39,8 @@ export default function LandingPage() { name: "About", id: "#about"}, { name: "Courses", id: "#courses"}, + { + name: "Promotions", id: "#promotions"}, { name: "Pricing", id: "#pricing"}, { @@ -152,12 +155,43 @@ export default function LandingPage() { { id: "p6", brand: "Private Tutoring", name: "Personalized 1-on-1 Sessions", price: "$499", rating: 5, reviewCount: "110 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-women-working-with-book_23-2147664169.jpg", imageAlt: "One-on-one private language tutor with a student"}, + { + id: "p7", brand: "English Course", name: "Business English for Professionals", price: "$399", rating: 5, + reviewCount: "130 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EahTOUnvJDMyWp8JTwplZ6ph1U/uploaded-1781165189034-6s6pm36a.jpg", imageAlt: "Business English textbook and office setting"}, + { + id: "p8", brand: "French Course", name: "Advanced French Conversation", price: "$379", rating: 5, + reviewCount: "90 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EahTOUnvJDMyWp8JTwplZ6ph1U/uploaded-1781165189034-r0s0iesv.jpg", imageAlt: "Advanced French grammar book with a cityscape"}, + { + id: "p9", brand: "Italian Course", name: "Intensive Italian Immersion", price: "$359", rating: 5, + reviewCount: "75 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EahTOUnvJDMyWp8JTwplZ6ph1U/uploaded-1781165189034-hav7ekke.jpg", imageAlt: "Intensive Italian course materials"} ]} title="Comprehensive Language Programs" description="Explore our diverse range of language courses, from beginner to advanced, tailored to your learning pace and goals. Master English, French, Italian, or Dutch." /> +
+ +
+