diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8fe3271..68d3e83 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
-import { Calendar, CalendarCheck, Clock, DollarSign, Home, ShieldCheck, Star, Tool, Users } from "lucide-react";
+import { Calendar, CalendarCheck, Clock, DollarSign, Home, ShieldCheck, Star, Wrench, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,38 +33,22 @@ export default function LandingPage() {
@@ -134,37 +100,26 @@ export default function LandingPage() {
@@ -339,32 +220,21 @@ export default function LandingPage() {
description="Reach out to us for emergency repairs, routine maintenance, or a free estimate. We're here 24/7 to provide prompt, reliable service."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number",
- required: true,
+ name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Email (Optional)",
- },
+ name: "email", type: "email", placeholder: "Email (Optional)"},
]}
textarea={{
- name: "message",
- placeholder: "Describe Your Plumbing Issue",
- rows: 4,
+ name: "message", placeholder: "Describe Your Plumbing Issue", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/thinking-young-delivery-girl-wearing-uniform-with-cap-holding-looking-clipboard-grabbed-chin-isolated-pink-wall_141793-103280.jpg"
imageAlt="Plumber with tools taking a call to schedule service"
- mediaAnimation="entrance-slide"
+ mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Send Message"
/>
@@ -374,62 +244,37 @@ export default function LandingPage() {