diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e78a1f..a556e75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Hammer, Wall, SquareStack, Route } from 'lucide-react'; export default function LandingPage() { return ( @@ -33,32 +34,32 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "#hero", + }, { name: "Services", id: "services", - href: "#services", + }, { name: "Portfolio", id: "portfolio", - href: "#portfolio", + }, { name: "About", id: "about", - href: "#about", + }, { name: "FAQ", id: "faq", - href: "#faq", + }, { name: "Contact", id: "contact", - href: "#contact", + }, ]} brandName="RF Construction" @@ -154,7 +155,7 @@ export default function LandingPage() { description: "Building solid foundations for homes and commercial structures, ensuring stability and longevity for every project.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384865.jpg", imageAlt: "Concrete foundation work", - buttonIcon: "Hammer", + buttonIcon: Hammer, buttonHref: "#contact", }, { @@ -162,7 +163,7 @@ export default function LandingPage() { description: "Expert installation of durable concrete walls up to 8 feet, providing structural integrity and aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-15312.jpg", imageAlt: "Concrete wall construction", - buttonIcon: "Wall", + buttonIcon: Wall, buttonHref: "#contact", }, { @@ -170,7 +171,7 @@ export default function LandingPage() { description: "Precision concrete finishing for patios, driveways, and walkways, delivering smooth and resilient surfaces.", imageSrc: "http://img.b2bpic.net/free-photo/workers-construction-site_181624-23246.jpg", imageAlt: "Smooth concrete flatwork", - buttonIcon: "SquareStack", + buttonIcon: SquareStack, buttonHref: "#contact", }, { @@ -178,7 +179,7 @@ export default function LandingPage() { description: "Reliable construction and repair of sidewalks, ensuring safety and accessibility for public and private spaces.", imageSrc: "http://img.b2bpic.net/free-photo/concrete-surface-with-stones_23-2148399226.jpg", imageAlt: "New concrete sidewalk", - buttonIcon: "Route", + buttonIcon: Route, buttonHref: "#contact", }, ]}