Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-04 01:35:21 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { MapPin, Phone, Star, Shield, Clock, Users } from 'lucide-react';
import { MapPin, Phone, Star, Shield, Clock, Users, Calendar } from 'lucide-react';
export default function LandingPage() {
return (
@@ -309,14 +309,3 @@ export default function LandingPage() {
</ThemeProvider>
);
}
const Calendar = () => {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
<rect x="3" y="4" width="18" height="18" rx="2" ry="2"/>
<line x1="16" y1="2" x2="16" y2="6"/>
<line x1="8" y1="2" x2="8" y2="6"/>
<line x1="3" y1="10" x2="21" y2="10"/>
</svg>
);
};