Merge version_6 into main #8
@@ -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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="promotions" data-section="promotions">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
title="Special Promotions & Bundles"
|
||||
description="Discover our limited-time offers and exclusive course bundles designed to accelerate your language learning journey."
|
||||
products={[
|
||||
{
|
||||
id: "promo-1", name: "Summer Language Immersion", price: "$599", variant: "Includes 2 courses", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EahTOUnvJDMyWp8JTwplZ6ph1U/uploaded-1781165189034-hav7ekke.jpg", imageAlt: "Two language courses bundled for summer promotion"
|
||||
},
|
||||
{
|
||||
id: "promo-2", name: "Corporate Language Pack", price: "$999", variant: "Team of 5 discount", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EahTOUnvJDMyWp8JTwplZ6ph1U/uploaded-1781165189034-6kkbe5qf.jpg", imageAlt: "Business professionals collaborating during corporate training"
|
||||
},
|
||||
{
|
||||
id: "promo-3", name: "Private Tutoring Starter", price: "$399", variant: "First 5 sessions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EahTOUnvJDMyWp8JTwplZ6ph1U/uploaded-1781165189034-6s6pm36a.jpg", imageAlt: "One-on-one private tutoring session with a student"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user