diff --git a/src/app/page.tsx b/src/app/page.tsx index a03178e..85a6c82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, Box, Building2, CheckCircle, Facebook, Instagram, Truck, Zap } from "lucide-react"; +import { Award, Box, Building2, CheckCircle, Facebook, HardHat, Instagram, Truck, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -31,120 +31,50 @@ export default function LandingPage() {
@@ -157,7 +87,7 @@ export default function LandingPage() { description="Sopaj Shpk is a trusted construction materials supplier based in Prizren, serving contractors, builders, and infrastructure projects across the region." subdescription="Known for reliability, strong logistics, and high-quality materials, we have built our reputation on consistency and trust. Every project starts here." icon={Building2} - imageSrc="http://img.b2bpic.net/free-photo/construction-site_1203-2849.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/construction-site_1203-2849.jpg" mediaAnimation="blur-reveal" imageAlt="construction company supply site" /> @@ -170,54 +100,22 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Material Supply", - description: "High-quality raw materials for all construction types.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-indigenous-person-as-construction-worker_23-2151102434.jpg", - imageAlt: "large industrial construction site", - }, + title: "Material Supply", description: "High-quality raw materials for all construction types.", media: { imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431447.jpg", imageAlt: "large industrial construction site" }, items: [ - { - icon: Truck, - text: "Full scale supply", - }, - { - icon: CheckCircle, - text: "Verified quality", - }, - { - icon: Box, - text: "Diverse materials", - }, + { icon: Truck, text: "Full scale supply" }, + { icon: CheckCircle, text: "Verified quality" }, + { icon: Box, text: "Diverse materials" }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/monochrome-scene-depicting-life-workers-construction-industry-site_23-2151431447.jpg?_wi=2", - imageAlt: "large industrial construction site", }, { - title: "Ready-Mixed Concrete", - description: "Professionally prepared, high-strength concrete delivered with precision.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-climbing-retro-train_23-2147770307.jpg", - imageAlt: "construction company supply site", - }, + title: "Ready-Mixed Concrete", description: "Professionally prepared, high-strength concrete delivered with precision.", media: { imageSrc: "http://img.b2bpic.net/free-photo/construction-site_1203-2849.jpg", imageAlt: "large industrial construction site" }, items: [ - { - icon: Zap, - text: "Rapid delivery", - }, - { - icon: HardHat, - text: "Pro-mix standards", - }, - { - icon: Award, - text: "Structural strength", - }, + { icon: Zap, text: "Rapid delivery" }, + { icon: HardHat, text: "Pro-mix standards" }, + { icon: Award, text: "Structural strength" }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/construction-site_1203-2849.jpg?_wi=2", - imageAlt: "large industrial construction site", }, ]} title="What We Do" @@ -229,26 +127,10 @@ export default function LandingPage() {