Merge version_3 into main #6
1387
src/app/layout.tsx
1387
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, Phone as PhoneIcon } from 'lucide-react';
|
||||
import { CheckCircle, Zap, Sparkles, Heart, HelpCircle, Phone, Star, Smile, Clock } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -71,12 +71,6 @@ 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>
|
||||
|
||||
@@ -109,15 +103,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Smart Home", title: "Automated Lighting Installation", subtitle: "Transform your home with smart controls", description: "Experience the convenience and energy efficiency of modern automated lighting systems. We install state-of-the-art smart lighting solutions that can be controlled remotely or voice-activated, perfect for creating the ideal ambiance in any room.", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy-while-working-laptop-kitchen_482257-7934.jpg", imageAlt: "Smart lighting system", buttons: [{ text: "Get Quote", href: "#contact" }]
|
||||
tag: "Smart Home", title: "Smart Home Automation", subtitle: "Transform your home with smart controls", description: "Experience the convenience and energy efficiency of modern automated lighting systems. We install state-of-the-art smart lighting solutions that can be controlled remotely or voice-activated, perfect for creating the ideal ambiance in any room.", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-aromatherapy-while-working-laptop-kitchen_482257-7934.jpg", imageAlt: "Smart lighting system", buttons: [{ text: "Get Quote", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Safety", title: "Smoke Alarm Installation & Replacement", subtitle: "Essential protection for your family", description: "Keep your loved ones safe with reliable smoke alarm installation and replacement services. We ensure your home meets all safety codes and standards with modern, interconnected smoke detection systems for comprehensive coverage.", imageSrc: "http://img.b2bpic.net/free-photo/computer-monitor-wooden-table-dark-room-top-view_169016-50531.jpg", imageAlt: "Smoke alarm installation", buttons: [{ text: "Get Quote", href: "#contact" }]
|
||||
tag: "Protection", title: "Safety Switch Upgrades", subtitle: "Modern electrical protection", description: "Protect your household from electrical hazards with upgraded safety switches. Our expert installation ensures your electrical system meets current safety standards, providing peace of mind for you and your family.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-installation-lamps-height-professional-overalls-with-drill-repair-site_169016-8625.jpg", imageAlt: "Safety switch installation", buttons: [{ text: "Get Quote", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Protection", title: "Safety Switch Upgrades", subtitle: "Modern electrical protection", description: "Protect your household from electrical hazards with upgraded safety switches. Our expert installation ensures your electrical system meets current safety standards, providing peace of mind for you and your family.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-builder-work-installation-lamps-height-professional-overalls-with-drill-repair-site_169016-8625.jpg", imageAlt: "Safety switch installation", buttons: [{ text: "Get Quote", href: "#contact" }]
|
||||
tag: "Safety", title: "Smoke Alarm Installation & Replacement", subtitle: "Essential protection for your family", description: "Keep your loved ones safe with reliable smoke alarm installation and replacement services. We ensure your home meets all safety codes and standards with modern, interconnected smoke detection systems for comprehensive coverage.", imageSrc: "http://img.b2bpic.net/free-photo/computer-monitor-wooden-table-dark-room-top-view_169016-50531.jpg", imageAlt: "Smoke alarm installation", buttons: [{ text: "Get Quote", href: "#contact" }]
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
|
||||
Reference in New Issue
Block a user