diff --git a/src/app/page.tsx b/src/app/page.tsx
index e19e253..c3c6311 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterCard from "@/components/sections/footer/FooterCard";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
-import { Wrench, Truck, Image, Star, Phone, MessageSquare, MapPin } from "lucide-react";
+import { Wrench, Truck, Image, Star, Phone, MessageSquare, MapPin, Instagram, Facebook, Linkedin } from "lucide-react";
export default function LuxuryTravelAgencyTemplatePage() {
return (
@@ -41,7 +41,6 @@ export default function LuxuryTravelAgencyTemplatePage() {
button={{ text: "Call Now", href: "tel:+919430535847" }}
/>
@@ -112,21 +109,20 @@ export default function LuxuryTravelAgencyTemplatePage() {
useInvertedBackground={false}
features={[
{
- title: "Submit Your Requirement", description: "Easily share your steel and hardware needs via call or WhatsApp.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n2erl6", imageAlt: "Phone showing inquiry form" },
+ title: "Submit Your Requirement", description: "Easily share your steel and hardware needs via call or WhatsApp.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n2erl6", imageAlt: "Phone showing inquiry form" },
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n2erl6", imageAlt: "Phone showing message app" }
},
{
- title: "Receive Your Quote", description: "Get a competitive and transparent price quote promptly.", phoneOne: { imageSrc: "asset://process_receive_quote_phone", imageAlt: "Phone showing a price quote" },
+ title: "Receive Your Quote", description: "Get a competitive and transparent price quote promptly.", phoneOne: { imageSrc: "asset://process_receive_quote_phone", imageAlt: "Phone showing a price quote" },
phoneTwo: { imageSrc: "asset://process_receive_quote_phone", imageAlt: "Phone showing a digital invoice" }
},
{
- title: "Fast Delivery & Support", description: "Benefit from reliable delivery and excellent customer support.", phoneOne: { imageSrc: "asset://process_delivery_support_phone", imageAlt: "Phone showing delivery tracking" },
+ title: "Fast Delivery & Support", description: "Benefit from reliable delivery and excellent customer support.", phoneOne: { imageSrc: "asset://process_delivery_support_phone", imageAlt: "Phone showing delivery tracking" },
phoneTwo: { imageSrc: "asset://process_delivery_support_phone", imageAlt: "Phone showing customer support chat" }
}
]}
/>