Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-10 16:29:07 +00:00

View File

@@ -8,7 +8,7 @@ import TextAbout from '@/components/sections/about/TextAbout';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Alert, Award, Target, TrendingUp, BarChart3, Lightbulb, AlertCircle, Sparkles } from 'lucide-react';
import { Award, Target, TrendingUp, BarChart3, Lightbulb, AlertCircle, Sparkles } from 'lucide-react';
export default function LandingPage() {
const handleContactSubmit = (data: Record<string, string>) => {
@@ -230,4 +230,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}