3 Commits

Author SHA1 Message Date
4e4230d24d Update src/app/page.tsx 2026-05-28 12:31:18 +00:00
17e4a3befe Update src/app/page.tsx 2026-05-28 12:30:51 +00:00
626ab6ebfe Update src/app/page.tsx 2026-05-28 12:30:00 +00:00

View File

@@ -11,7 +11,7 @@ import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterCard from "@/components/sections/footer/FooterCard"; import FooterCard from "@/components/sections/footer/FooterCard";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; 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() { export default function LuxuryTravelAgencyTemplatePage() {
return ( return (
@@ -41,7 +41,6 @@ export default function LuxuryTravelAgencyTemplatePage() {
button={{ text: "Call Now", href: "tel:+919430535847" }} button={{ text: "Call Now", href: "tel:+919430535847" }}
/> />
<HeroCarouselLogo <HeroCarouselLogo
id="hero"
logoText="MaaLaxmiSteel" logoText="MaaLaxmiSteel"
description="High-quality steel products, hardware materials, and reliable delivery service at affordable prices." description="High-quality steel products, hardware materials, and reliable delivery service at affordable prices."
buttons={[ buttons={[
@@ -58,7 +57,6 @@ export default function LuxuryTravelAgencyTemplatePage() {
showDimOverlay={true} showDimOverlay={true}
/> />
<InlineImageSplitTextAbout <InlineImageSplitTextAbout
id="about"
className="pt-40" className="pt-40"
heading={[ 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." { 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} useInvertedBackground={false}
/> />
<FeatureCardOne <FeatureCardOne
id="products"
tag="Products" tag="Products"
tagIcon={Wrench} tagIcon={Wrench}
title="Our Quality Steel & Hardware Products" title="Our Quality Steel & Hardware Products"
@@ -112,21 +109,20 @@ export default function LuxuryTravelAgencyTemplatePage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ 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&_wi=1", 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" } 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" }, 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", imageAlt: "Phone showing a digital invoice" } 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" }, 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", imageAlt: "Phone showing customer support chat" } phoneTwo: { imageSrc: "asset://process_delivery_support_phone?_wi=2", imageAlt: "Phone showing customer support chat" }
} }
]} ]}
/> />
<FeatureCardMedia <FeatureCardMedia
id="gallery"
tag="Gallery" tag="Gallery"
tagIcon={Image} tagIcon={Image}
title="Our Stock & Facilities" title="Our Stock & Facilities"
@@ -156,7 +152,6 @@ export default function LuxuryTravelAgencyTemplatePage() {
]} ]}
/> />
<TestimonialCardFive <TestimonialCardFive
id="reviews"
tag="Reviews" tag="Reviews"
tagIcon={Star} tagIcon={Star}
title="What Our Valued Customers Say" title="What Our Valued Customers Say"
@@ -176,9 +171,8 @@ export default function LuxuryTravelAgencyTemplatePage() {
]} ]}
/> />
<ContactSplitForm <ContactSplitForm
id="contact"
title="Get Your Steel Quote Today" 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} useInvertedBackground={false}
imageSrc="asset://contact_steel_construction" imageSrc="asset://contact_steel_construction"
imageAlt="Steel beams on a construction site" imageAlt="Steel beams on a construction site"