From 2ffd1b8031cd1126e13c6c2621824d4bd4110578 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 10:18:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 263 +++++++---------------------------------------- 1 file changed, 39 insertions(+), 224 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 607d6c9..44345c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Droplets, ListChecks, Tool, Waves } from "lucide-react"; +import { Droplets, ListChecks, Wrench, Waves } from "lucide-react"; export default function LandingPage() { return ( @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -79,20 +59,11 @@ export default function LandingPage() { title="About Our Expertise" description="With extensive experience in northern Algeria, BET Bouderbala specializes in groundwater exploration and atmospheric water research. Our dedicated team of engineers provides high-precision technical assessments to drive sustainable water projects." bulletPoints={[ - { - title: "Regional Expertise", - description: "Proven experience in diverse terrains across northern Algeria.", - }, - { - title: "Modern Tech", - description: "Utilizing state-of-the-art sensors and digital mapping equipment.", - }, - { - title: "Scientific Accuracy", - description: "Rigorous technical reporting and feasibility assessments.", - }, + { title: "Regional Expertise", description: "Proven experience in diverse terrains across northern Algeria." }, + { title: "Modern Tech", description: "Utilizing state-of-the-art sensors and digital mapping equipment." }, + { title: "Scientific Accuracy", description: "Rigorous technical reporting and feasibility assessments." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-engineer-looking-paperwork-documents-analyzing-data_482257-118009.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-engineer-looking-paperwork-documents-analyzing-data_482257-118009.jpg" mediaAnimation="slide-up" /> @@ -103,26 +74,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - icon: Waves, - title: "Hydrogeological Studies", - description: "Detailed analysis of groundwater potential and aquifer mapping.", - }, - { - icon: Tool, - title: "Well Drilling Supervision", - description: "Technical guidance and management for borehole and well projects.", - }, - { - icon: Droplets, - title: "Atmospheric Water Research", - description: "Exploration of atmospheric water harvesting solutions for arid regions.", - }, - { - icon: ListChecks, - title: "Technical Assessments", - description: "Professional engineering reports for regulatory and construction needs.", - }, + { icon: Waves, title: "Hydrogeological Studies", description: "Detailed analysis of groundwater potential and aquifer mapping." }, + { icon: Wrench, title: "Well Drilling Supervision", description: "Technical guidance and management for borehole and well projects." }, + { icon: Droplets, title: "Atmospheric Water Research", description: "Exploration of atmospheric water harvesting solutions for arid regions." }, + { icon: ListChecks, title: "Technical Assessments", description: "Professional engineering reports for regulatory and construction needs." }, ]} title="Our Engineering Services" description="We offer comprehensive hydrogeological solutions to meet your infrastructure and developmental water requirements." @@ -133,34 +88,11 @@ export default function LandingPage() { @@ -344,14 +165,8 @@ export default function LandingPage() { -- 2.49.1