Merge version_3 into main #5
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Mail, Phone, MapPin } from "lucide-react";
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
@@ -131,6 +132,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<div className="bg-card p-12 rounded-3xl max-w-2xl mx-auto shadow-2xl border-4 border-yellow-500/30 text-center">
|
||||
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DUkUB8hMuoXRUq2IECKHUnJMgz/uploaded-1778344860744-bi6woedm.jpg" alt="Contact Icon" className="w-24 h-24 mx-auto mb-6 object-contain" />
|
||||
<h2 className="text-4xl font-bold mb-8">Service Inquiry</h2>
|
||||
<div className="grid gap-4">
|
||||
<input type="text" placeholder="Customer Name" className="p-4 rounded-xl border border-gold" onChange={(e) => setFormData({...formData, name: e.target.value})} />
|
||||
|
||||
Reference in New Issue
Block a user