Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a989a42094 | |||
| 4e4230d24d | |||
| b10e65b23c | |||
| 17e4a3befe | |||
| a8166f5903 | |||
| 626ab6ebfe |
@@ -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" }}
|
||||
/>
|
||||
<HeroCarouselLogo
|
||||
id="hero"
|
||||
logoText="MaaLaxmiSteel"
|
||||
description="High-quality steel products, hardware materials, and reliable delivery service at affordable prices."
|
||||
buttons={[
|
||||
@@ -58,7 +57,6 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
<InlineImageSplitTextAbout
|
||||
id="about"
|
||||
className="pt-40"
|
||||
heading={[
|
||||
{ type: "text", content: "Maa Laxmi Steel is a trusted steel distributor and hardware supplier located in Supaul, Bihar. We provide premium-quality steel products and hardware materials for construction, fabrication, and maintenance work. Our goal is to offer durable products, fair pricing, and fast customer service for contractors, builders, and individual customers."
|
||||
@@ -70,7 +68,6 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FeatureCardOne
|
||||
id="products"
|
||||
tag="Products"
|
||||
tagIcon={Wrench}
|
||||
title="Our Quality Steel & Hardware Products"
|
||||
@@ -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" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n2erl6", imageAlt: "Phone showing message app" }
|
||||
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&_wi=1", imageAlt: "Phone showing inquiry form" },
|
||||
phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n2erl6&_wi=2", 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" },
|
||||
phoneTwo: { imageSrc: "asset://process_receive_quote_phone", imageAlt: "Phone showing a digital invoice" }
|
||||
title: "Receive Your Quote", description: "Get a competitive and transparent price quote promptly.", phoneOne: { imageSrc: "asset://process_receive_quote_phone?_wi=1", imageAlt: "Phone showing a price quote" },
|
||||
phoneTwo: { imageSrc: "asset://process_receive_quote_phone?_wi=2", 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" },
|
||||
phoneTwo: { imageSrc: "asset://process_delivery_support_phone", imageAlt: "Phone showing customer support chat" }
|
||||
title: "Fast Delivery & Support", description: "Benefit from reliable delivery and excellent customer support.", phoneOne: { imageSrc: "asset://process_delivery_support_phone?_wi=1", imageAlt: "Phone showing delivery tracking" },
|
||||
phoneTwo: { imageSrc: "asset://process_delivery_support_phone?_wi=2", imageAlt: "Phone showing customer support chat" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
<FeatureCardMedia
|
||||
id="gallery"
|
||||
tag="Gallery"
|
||||
tagIcon={Image}
|
||||
title="Our Stock & Facilities"
|
||||
@@ -156,7 +152,6 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
||||
]}
|
||||
/>
|
||||
<TestimonialCardFive
|
||||
id="reviews"
|
||||
tag="Reviews"
|
||||
tagIcon={Star}
|
||||
title="What Our Valued Customers Say"
|
||||
@@ -176,9 +171,8 @@ export default function LuxuryTravelAgencyTemplatePage() {
|
||||
]}
|
||||
/>
|
||||
<ContactSplitForm
|
||||
id="contact"
|
||||
title="Get Your Steel Quote Today"
|
||||
description="Contact us for high-quality steel and hardware materials. We're ready to assist you with durable products, fair pricing, and fast customer service."
|
||||
description="Easily and quickly get a quote for high-quality steel and hardware materials. Our team is ready to assist you with durable products, fair pricing, and prompt service."
|
||||
useInvertedBackground={false}
|
||||
imageSrc="asset://contact_steel_construction"
|
||||
imageAlt="Steel beams on a construction site"
|
||||
|
||||
Reference in New Issue
Block a user