Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-08 04:01:59 +00:00
2 changed files with 21 additions and 1407 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -8,9 +8,13 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Sparkles, Zap, Star } from 'lucide-react';
import { Sparkles, Zap, Star, Phone } from 'lucide-react';
export default function LandingPage() {
const handleCallClick = () => {
window.location.href = 'tel:559-400-9003';
};
return (
<ThemeProvider
defaultButtonVariant="shift-hover"