// src/components/LandingPage.jsx import { useState } from "react"; import { motion } from "framer-motion"; import { Button } from "@/components/ui/button"; import { Card, CardContent } from "@/components/ui/card"; import { Input } from "@/components/ui/input"; import { Textarea } from "@/components/ui/textarea"; export default function LandingPage() { const [form, setForm] = useState({ name: "", email: "", message: "" }); const handleChange = (e) => { setForm({ ...form, [e.target.name]: e.target.value }); }; const handleSubmit = (e) => { e.preventDefault(); alert("Form submitted! (Integrate with email/CRM)"); }; return (
{/* Hero Section */}
Strong Structures, Safe Future

Structural Nepal – Your trusted partner in structural engineering, training, and construction solutions.

{/* Services Section */}
{[ { title: "Structural Design", desc: "Safe and optimized designs for bridges, buildings, and infrastructure.", }, { title: "Training for Engineers", desc: "Workshops and mentorship to elevate engineering skills.", }, { title: "Construction Consultancy", desc: "Expert guidance to ensure quality, safety, and cost efficiency.", }, ].map((service, i) => (

{service.title}

{service.desc}

))}
{/* Lead Magnet / Case Study Section */}

Free Resource

Download our free guide: “10 Structural Checks Before You Build” – make sure your project is safe & cost-efficient.

{/* Contact / Form Section */}

Request a Consultation