Merge version_2 into main #5
1417
src/app/layout.tsx
1417
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { CheckCircle, Zap, Sparkles, Heart, HelpCircle, Phone, Star, Smile, Clock } from 'lucide-react';
|
||||
import { CheckCircle, Zap, Sparkles, Heart, HelpCircle, Phone, Star, Smile, Clock, Phone as PhoneIcon } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -71,6 +71,12 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1", alt: "Sarah Mitchell" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-young-woman-pointing-camera_74855-4351.jpg?_wi=1", alt: "David Chen" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/businessman-black-suit-makes-positive-sign_114579-18986.jpg?_wi=1", alt: "Emma Thompson" }
|
||||
]}
|
||||
avatarText="Quick contact info"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user