Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e566af5ad0 | |||
| f38e94ba23 | |||
| 5c4c55f63f | |||
| 8aba0ba7b9 | |||
| e051f9870a |
1422
src/app/layout.tsx
1422
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user