Update src/app/page.tsx
This commit is contained in:
@@ -13,7 +13,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Paintbrush, Palette, ShieldCheck, Sun, Wrench, HardHat, Hammer, Window, DoorOpen } from "lucide-react";
|
||||
import { Paintbrush, Palette, ShieldCheck, Sun, Wrench, HardHat, Hammer, Maximize, DoorOpen } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124298.jpg", imageAlt: "Window and door replacement installation"},
|
||||
items: [
|
||||
{
|
||||
icon: Window,
|
||||
icon: Maximize,
|
||||
text: "Energy-Efficient Windows"},
|
||||
{
|
||||
icon: DoorOpen,
|
||||
|
||||
Reference in New Issue
Block a user