Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b4ab04e02 | |||
| d94811c52a | |||
| 7c8f3360b8 | |||
| bf42b89d8a | |||
| b75fd24ef6 | |||
| b090463576 | |||
| e7ee143380 |
@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
|
|||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import { BarChart, BarChart2, FileText, GraduationCap, MapPin } from "lucide-react";
|
import { BarChart, BarChart2, FileText, GraduationCap, MapPin } from "lucide-react";
|
||||||
@@ -45,27 +45,23 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroSplitKpi
|
||||||
logoText="Sree Vinayaga Associates"
|
title="Expert Computer Training for Commerce"
|
||||||
description="Master Tally, GST, Income Tax, and Excel with our expert-led, practical, and beginner-friendly training courses in Kulithalai."
|
description="Master Tally Prime, GST, Income Tax, and Advanced Excel with our practical, beginner-friendly courses. Gain the skills required for modern accounting and office roles."
|
||||||
|
background={{ variant: "gradient-bars" }}
|
||||||
|
kpis={[
|
||||||
|
{ value: "100%", label: "Practical Focus" },
|
||||||
|
{ value: "Expert", label: "Trainer Led" },
|
||||||
|
{ value: "Fast", label: "Career Ready" }
|
||||||
|
]}
|
||||||
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "View Courses", href: "#features" },
|
||||||
text: "Get Started", href: "#contact"},
|
{ text: "Contact Us", href: "#contact" }
|
||||||
]}
|
|
||||||
slides={[
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-501.jpg?_wi=1", imageAlt: "Student learning computer accounting"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-student-holding-calculator_23-2148721248.jpg?_wi=1", imageAlt: "Digital accounting software screen"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-owner-signing-leasing-contract-with-real-estate-agents_482257-90894.jpg?_wi=1", imageAlt: "Professional commerce education"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461323.jpg?_wi=1", imageAlt: "Modern computer lab training"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-typing-laptop-workplace-woman-working-office-hand-keyboard_1150-37765.jpg?_wi=1", imageAlt: "Education classroom computer learning"},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-working-laptop-workplace_23-2148187227.jpg?_wi=1", imageAlt: "Professional instructor teaching"},
|
|
||||||
]}
|
]}
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/student-studying-laptop_23-2148721248.jpg?_wi=1"
|
||||||
|
imageAlt="Computer training classroom"
|
||||||
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user