Compare commits
7 Commits
version_11
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cba198f4d | |||
| dc405502c6 | |||
| 7fd8584f72 | |||
| 01b9c9a9db | |||
| 3c5bc68450 | |||
| 13e94c477c | |||
| 52dfa5bcc8 |
@@ -10,7 +10,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Award, Briefcase, Globe, Star, Users } from "lucide-react";
|
||||
|
||||
@@ -128,30 +128,22 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="courses" data-section="courses">
|
||||
<ProductCardTwo
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", brand: "English Course", name: "General English Fluency", price: "", rating: 5,
|
||||
reviewCount: "210 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EahTOUnvJDMyWp8JTwplZ6ph1U/uploaded-1707920703666-jrt81a2k.jpg?_wi=1", imageAlt: "English language textbook with British flag"},
|
||||
id: "p1", name: "General English Fluency", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EahTOUnvJDMyWp8JTwplZ6ph1U/uploaded-1781165189034-6s6pm36a.jpg?_wi=1", imageAlt: "English language textbook"},
|
||||
{
|
||||
id: "p2", brand: "French Course", name: "Conversational French Mastery", price: "", rating: 5,
|
||||
reviewCount: "180 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/feeling-stressed-anxious-tired-frustrated_1194-413843.jpg", imageAlt: "French language textbook with Eiffel Tower in background"},
|
||||
id: "p2", name: "Conversational French Mastery", price: "", imageSrc: "http://img.b2bpic.net/free-photo/feeling-stressed-anxious-tired-frustrated_1194-413843.jpg", imageAlt: "French language textbook with Eiffel Tower in background"},
|
||||
{
|
||||
id: "p8", brand: "Italian Course", name: "Conversational Italian Mastery", price: "", rating: 5,
|
||||
reviewCount: "150 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EahTOUnvJDMyWp8JTwplZ6ph1U/uploaded-1707920713795-s92jth4r.jpg?_wi=1", imageAlt: "Italian language textbook with Italian flag"},
|
||||
id: "p5", name: "Dynamic Group Learning", price: "", imageSrc: "http://img.b2bpic.net/free-photo/young-diverse-students-attending-online-class-via-video-call-library_482257-123138.jpg", imageAlt: "Group of students studying together in a classroom"},
|
||||
{
|
||||
id: "p5", brand: "Group Classes", name: "Dynamic Group Learning", price: "", rating: 4,
|
||||
reviewCount: "95 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/young-diverse-students-attending-online-class-via-video-call-library_482257-123138.jpg", imageAlt: "Group of students studying together in a classroom"},
|
||||
id: "p6", name: "Personalized 1-on-1 Sessions", price: "", 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: "p6", brand: "Private Tutoring", name: "Personalized 1-on-1 Sessions", price: "", 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: "", rating: 5,
|
||||
reviewCount: "130 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EahTOUnvJDMyWp8JTwplZ6ph1U/uploaded-1781165189034-6s6pm36a.jpg?_wi=1", imageAlt: "Business English textbook and office setting"}
|
||||
id: "p7", name: "Business English for Professionals", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EahTOUnvJDMyWp8JTwplZ6ph1U/uploaded-1781165189034-6s6pm36a.jpg?_wi=1", imageAlt: "Business English textbook and office setting"}
|
||||
]}
|
||||
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 or French."
|
||||
|
||||
Reference in New Issue
Block a user