Update src/app/page.tsx

This commit is contained in:
2026-04-09 06:46:20 +00:00
parent b75fd24ef6
commit bf42b89d8a

View File

@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
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 TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import { BarChart, BarChart2, FileText, GraduationCap, MapPin } from "lucide-react";
@@ -45,27 +45,22 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Sree Vinayaga Associates"
description="Master Tally, GST, Income Tax, and Excel with our expert-led, practical, and beginner-friendly training courses in Kulithalai."
<HeroSplitKpi
title="Expert Computer Training for Commerce"
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" }
]}
buttons={[
{
text: "Get Started", 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"},
{ text: "View Courses", href: "#features" },
{ text: "Contact Us", href: "#contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/student-studying-laptop_23-2148721248.jpg?_wi=1"
imageAlt="Computer training classroom"
mediaAnimation="slide-up"
/>
</div>
@@ -167,4 +162,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}