diff --git a/src/app/page.tsx b/src/app/page.tsx index 2105e92..ef949b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,31 +34,14 @@ export default function LandingPage() { @@ -66,82 +49,36 @@ export default function LandingPage() {
@@ -151,14 +88,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "5/5 on Google", - "50+ Raving Reviews", - "#1 Latin Dance School in Lyon", - "Salsa Mastery", - "Bachata Basics", - "Beginners Welcome", - "Expert Instruction", - ]} + "5/5 on Google", "50+ Raving Reviews", "#1 Latin Dance School in Lyon", "Salsa Mastery", "Bachata Basics", "Beginners Welcome", "Expert Instruction"]} title="Lyon's Choice" description="Join the most vibrant dance community in Lyon." /> @@ -183,28 +113,11 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - negativeCard={{ - items: [ - "No experience needed", - "No partner required", - "No stiff atmosphere", - ], - }} - positiveCard={{ - items: [ - "Welcoming community", - "Step-by-step guidance", - "Fun learning environment", - ], - }} + negativeCard={{ items: ["No experience needed", "No partner required", "No stiff atmosphere"] }} + positiveCard={{ items: ["Welcoming community", "Step-by-step guidance", "Fun learning environment"] }} title="What We Offer" description="Tailored programs to get you on the floor with confidence." - buttons={[ - { - text: "Book Trial Class", - href: "#contact", - }, - ]} + buttons={[{ text: "Book Trial Class", href: "#contact" }]} /> @@ -215,26 +128,12 @@ export default function LandingPage() { useInvertedBackground={false} groups={[ { - id: "founders", - groupTitle: "Our Lead Instructors", - members: [ + id: "founders", groupTitle: "Our Lead Instructors", members: [ { - id: "alejandro", - title: "Alejandro", - subtitle: "Salsa Expert", - detail: "15+ years of teaching experience with a focus on technique and rhythm.", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-dancing-bachata_23-2149587478.jpg", - }, + id: "alejandro", title: "Alejandro", subtitle: "Salsa Expert", detail: "15+ years of teaching experience with a focus on technique and rhythm.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-dancing-bachata_23-2149587478.jpg"}, { - id: "melanie", - title: "Mélanie", - subtitle: "Bachata Specialist", - detail: "Renowned for her patient approach and ability to make learners feel at home.", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-dancing-bachata_23-2149587486.jpg", - }, + id: "melanie", title: "Mélanie", subtitle: "Bachata Specialist", detail: "Renowned for her patient approach and ability to make learners feel at home.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-dancing-bachata_23-2149587486.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-dancing-with-passion_158595-4682.jpg?_wi=2", - imageAlt: "dance teacher portrait male", }, ]} title="Meet the Teachers" @@ -248,60 +147,16 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Stefania P.", - role: "Student", - company: "Beginner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4209.jpg", - }, - { - id: "t2", - name: "Isabelle R.", - role: "Student", - company: "Returning", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-woman-dancing_23-2149180695.jpg", - }, - { - id: "t3", - name: "Evelyne P.", - role: "Student", - company: "Wedding", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-brunette-girl-closing-eyes-stretches-hands-up-while-sitting-studio-pink-background-happy-morning-concept_197531-31352.jpg", - }, - { - id: "t4", - name: "Salma B.", - role: "Student", - company: "Fan", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-fit-diverse-young-woman-working-out-together-city-square-doing-stretching-exercise-hand-extensions_158595-7985.jpg", - }, - { - id: "t5", - name: "Arnaud", - role: "Student", - company: "Beginner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-loving-couple-hug_72229-572.jpg", - }, + { id: "t1", name: "Stefania P.", role: "Student", company: "Beginner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-black-girl-happy-expression_1194-4209.jpg" }, + { id: "t2", name: "Isabelle R.", role: "Student", company: "Returning", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-woman-dancing_23-2149180695.jpg" }, + { id: "t3", name: "Evelyne P.", role: "Student", company: "Wedding", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-caucasian-brunette-girl-closing-eyes-stretches-hands-up-while-sitting-studio-pink-background-happy-morning-concept_197531-31352.jpg" }, + { id: "t4", name: "Salma B.", role: "Student", company: "Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-fit-diverse-young-woman-working-out-together-city-square-doing-stretching-exercise-hand-extensions_158595-7985.jpg" }, + { id: "t5", name: "Arnaud", role: "Student", company: "Beginner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-loving-couple-hug_72229-572.jpg" }, ]} kpiItems={[ - { - value: "100%", - label: "Fun", - }, - { - value: "5/5", - label: "Rating", - }, - { - value: "50+", - label: "Reviews", - }, + { value: "100%", label: "Fun" }, + { value: "5/5", label: "Rating" }, + { value: "50+", label: "Reviews" }, ]} title="What They Say" description="Join our happy community in Lyon." @@ -315,42 +170,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "s1", - name: "Salsa Beginner", - price: "Mon 19h", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-dancing-with-passion_158595-4683.jpg", - }, - { - id: "s2", - name: "Salsa Int", - price: "Mon 20h", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-dancers-couple-bonding_23-2148229624.jpg", - }, - { - id: "s3", - name: "Bachata Beg", - price: "Tue 19h", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-dancing-bachata_23-2149587509.jpg", - }, - { - id: "s4", - name: "Bachata Int", - price: "Tue 20h", - imageSrc: "http://img.b2bpic.net/free-photo/unfocused-entry-disco-colors_1208-243.jpg", - }, - { - id: "s5", - name: "Ladies Styling", - price: "Wed 19h", - imageSrc: "http://img.b2bpic.net/free-photo/young-people-dancing-tango-studio_23-2149193416.jpg", - }, - { - id: "s6", - name: "Social Dance", - price: "Wed 20h", - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-beautiful-designer-dress-black-shoes-with-heel-posing-with-glass-white-sparkling-wine-against-christmas-decorations_197531-8507.jpg", - }, + { id: "s1", name: "Salsa Beginner", price: "Mon 19h", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-dancing-with-passion_158595-4683.jpg" }, + { id: "s2", name: "Salsa Int", price: "Mon 20h", imageSrc: "http://img.b2bpic.net/free-photo/front-view-dancers-couple-bonding_23-2148229624.jpg" }, + { id: "s3", name: "Bachata Beg", price: "Tue 19h", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-dancing-bachata_23-2149587509.jpg" }, + { id: "s4", name: "Bachata Int", price: "Tue 20h", imageSrc: "http://img.b2bpic.net/free-photo/unfocused-entry-disco-colors_1208-243.jpg" }, + { id: "s5", name: "Ladies Styling", price: "Wed 19h", imageSrc: "http://img.b2bpic.net/free-photo/young-people-dancing-tango-studio_23-2149193416.jpg" }, + { id: "s6", name: "Social Dance", price: "Wed 20h", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-beautiful-designer-dress-black-shoes-with-heel-posing-with-glass-white-sparkling-wine-against-christmas-decorations_197531-8507.jpg" }, ]} title="Weekly Schedule" description="Pick the time that fits your life." @@ -363,39 +188,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "trial", - badge: "Popular", - price: "Free", - subtitle: "First Lesson", - features: [ - "No commitment", - "Beginner friendly", - "Meet the team", - ], - }, - { - id: "sem", - badge: "Best Value", - price: "299€", - subtitle: "Semester Pack", - features: [ - "Full access", - "Event invites", - "Priority bookings", - ], - }, - { - id: "priv", - badge: "Tailored", - price: "60€", - subtitle: "Private Lesson", - features: [ - "One-on-one", - "Custom pacing", - "Flexible time", - ], - }, + { id: "trial", badge: "Popular", price: "Free", subtitle: "First Lesson", features: ["No commitment", "Beginner friendly", "Meet the team"] }, + { id: "sem", badge: "Best Value", price: "299€", subtitle: "Semester Pack", features: ["Full access", "Event invites", "Priority bookings"] }, + { id: "priv", badge: "Tailored", price: "60€", subtitle: "Private Lesson", features: ["One-on-one", "Custom pacing", "Flexible time"] }, ]} title="Choose Your Plan" description="Flexible pricing for every level." @@ -410,36 +205,9 @@ export default function LandingPage() { title="Our Atmosphere" description="Catch a glimpse of life at Full Dance." blogs={[ - { - id: "b1", - category: "Event", - title: "Summer Party", - excerpt: "Our latest salsa event was a huge success.", - imageSrc: "http://img.b2bpic.net/free-photo/passionate-elgant-flamenco-dancer_23-2149163385.jpg", - authorName: "Alejandro", - authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-confident-flamenca-dancer_23-2148235186.jpg", - date: "Jan 2024", - }, - { - id: "b2", - category: "Class", - title: "Bachata Intensive", - excerpt: "Focusing on connection and movement.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-retail-store_1203-8734.jpg", - authorName: "Mélanie", - authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-woman-artist-painter-with-brushes-posing-studio-isolated-white_627829-7433.jpg", - date: "Dec 2023", - }, - { - id: "b3", - category: "Wedding", - title: "First Dance", - excerpt: "Creating magic for our students.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-motion_23-2150104857.jpg", - authorName: "Alejandro", - authorAvatar: "http://img.b2bpic.net/free-photo/flamenca-performing-traditional-floreo_23-2148235165.jpg", - date: "Nov 2023", - }, + { id: "b1", category: "Event", title: "Summer Party", excerpt: "Our latest salsa event was a huge success.", imageSrc: "http://img.b2bpic.net/free-photo/passionate-elgant-flamenco-dancer_23-2149163385.jpg", authorName: "Alejandro", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-confident-flamenca-dancer_23-2148235186.jpg", date: "Jan 2024" }, + { id: "b2", category: "Class", title: "Bachata Intensive", excerpt: "Focusing on connection and movement.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-retail-store_1203-8734.jpg", authorName: "Mélanie", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-woman-artist-painter-with-brushes-posing-studio-isolated-white_627829-7433.jpg", date: "Dec 2023" }, + { id: "b3", category: "Wedding", title: "First Dance", excerpt: "Creating magic for our students.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-motion_23-2150104857.jpg", authorName: "Alejandro", authorAvatar: "http://img.b2bpic.net/free-photo/flamenca-performing-traditional-floreo_23-2148235165.jpg", date: "Nov 2023" }, ]} /> @@ -447,9 +215,7 @@ export default function LandingPage() {