Update src/app/page.tsx
This commit is contained in:
@@ -13,7 +13,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Award, Check, Droplets, Heart, Lightbulb, Recycle, Star, Wrench, Hammer, Trowel, TrafficCone, Water, Pipe, Gas, LayoutGrid } from "lucide-react";
|
||||
import { Award, Check, Droplets, Heart, Lightbulb, Recycle, Star, Wrench, Hammer, TrafficCone, LayoutGrid, Pencil, Plug, Fuel } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -157,7 +157,7 @@ export default function LandingPage() {
|
||||
icon: Hammer,
|
||||
text: "Nuove costruzioni stradali"},
|
||||
{
|
||||
icon: Trowel,
|
||||
icon: Pencil,
|
||||
text: "Manutenzione e riqualificazione"},
|
||||
{
|
||||
icon: TrafficCone,
|
||||
@@ -170,13 +170,13 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-crouched-near-pipe-construction-site_259150-57633.jpg", imageAlt: "Underground pipe laying for water and gas systems"},
|
||||
items: [
|
||||
{
|
||||
icon: Water,
|
||||
icon: Droplets,
|
||||
text: "Acquedotti civili e industriali"},
|
||||
{
|
||||
icon: Pipe,
|
||||
icon: Plug,
|
||||
text: "Reti fognarie complesse"},
|
||||
{
|
||||
icon: Gas,
|
||||
icon: Fuel,
|
||||
text: "Gasdotti urbani ed extra-urbani"},
|
||||
],
|
||||
reverse: true
|
||||
|
||||
Reference in New Issue
Block a user