Merge version_1 into main #1
@@ -10,7 +10,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Award, Camera, Car, Gauge, Hammer, Handshake, Hourglass, Instagram, MapPin, Paintbrush, PiggyBank, ShieldCheck, Sparkles, Tag, Users, Wallet, Whatsapp } from "lucide-react";
|
||||
import { Award, Camera, Car, Gauge, Hammer, Handshake, Hourglass, Instagram, MapPin, MessageCircle, Paintbrush, PiggyBank, ShieldCheck, Sparkles, Tag, Users, Wallet } from "lucide-react";
|
||||
|
||||
const assetMap = [
|
||||
{"id":"hero-car-panel-1","url":"http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342639.jpg","alt":"dramatic car panel repair close up"},
|
||||
@@ -115,7 +115,6 @@ export default function LandingPage() {
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
ariaLabel="Hero section showcasing ING PDR services"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
@@ -291,10 +290,9 @@ export default function LandingPage() {
|
||||
copyrightText="© 2024 ING PDR. Все права защищены. Вмятины исчезают. Краска остаётся."
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://instagram.com/ingpdr", ariaLabel: "Instagram link" },
|
||||
{ icon: Whatsapp, href: "https://wa.me/XXXXXXXXXXX", ariaLabel: "WhatsApp link" }
|
||||
{ icon: MessageCircle, href: "https://wa.me/XXXXXXXXXXX", ariaLabel: "WhatsApp link" }
|
||||
]}
|
||||
ariaLabel="Site footer for ING PDR"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user