Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 165f1a09e7 | |||
| c21bfbde28 | |||
| a398af72c5 |
@@ -7,51 +7,34 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const halant = Halant({
|
const halant = Halant({
|
||||||
variable: "--font-halant",
|
variable: "--font-halant", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
weight: ["300", "400", "500", "600", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const montserrat = Montserrat({
|
const montserrat = Montserrat({
|
||||||
variable: "--font-montserrat",
|
variable: "--font-montserrat", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Shivangi Building Material - Premium Building Materials Supplier in Azamgarh",
|
title: "Shivangi Building Material - Premium Building Materials Supplier in Azamgarh", description: "Trusted building materials supplier in Azamgarh. Genuine cement, steel TMT bars, paints, hardware supplies. Fast delivery, wholesale rates, bulk orders. Call +91 94512 00355.", keywords: "building materials Azamgarh, cement supplier, steel TMT bars, hardware store, construction supplies, wholesale building materials, contractor supplies", metadataBase: new URL("https://shivangibuilding.com"),
|
||||||
description: "Trusted building materials supplier in Azamgarh. Genuine cement, steel TMT bars, paints, hardware supplies. Fast delivery, wholesale rates, bulk orders. Call +91 94512 00355.",
|
|
||||||
keywords: "building materials Azamgarh, cement supplier, steel TMT bars, hardware store, construction supplies, wholesale building materials, contractor supplies",
|
|
||||||
metadataBase: new URL("https://shivangibuilding.com"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://shivangibuilding.com",
|
canonical: "https://shivangibuilding.com"},
|
||||||
},
|
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
follow: true,
|
follow: true,
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Shivangi Building Material - Your Trusted Building Materials Partner",
|
title: "Shivangi Building Material - Your Trusted Building Materials Partner", description: "Premium building materials supplier in Azamgarh. Cement, steel, paints, hardware. Wholesale rates for contractors and builders.", url: "https://shivangibuilding.com", siteName: "Shivangi Building Material", type: "website", images: [
|
||||||
description: "Premium building materials supplier in Azamgarh. Cement, steel, paints, hardware. Wholesale rates for contractors and builders.",
|
|
||||||
url: "https://shivangibuilding.com",
|
|
||||||
siteName: "Shivangi Building Material",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "http://img.b2bpic.net/free-photo/factory-workers-walking-through-large-production-hall-having-conversation_342744-168.jpg",
|
url: "http://img.b2bpic.net/free-photo/factory-workers-walking-through-large-production-hall-having-conversation_342744-168.jpg", alt: "Shivangi Building Material warehouse"},
|
||||||
alt: "Shivangi Building Material warehouse",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Shivangi Building Material - Building Materials Supplier", description: "Trusted building materials in Azamgarh. Cement, steel, paints, hardware. Call +91 94512 00355.", images: ["http://img.b2bpic.net/free-photo/factory-workers-walking-through-large-production-hall-having-conversation_342744-168.jpg"],
|
||||||
title: "Shivangi Building Material - Building Materials Supplier",
|
|
||||||
description: "Trusted building materials in Azamgarh. Cement, steel, paints, hardware. Call +91 94512 00355.",
|
|
||||||
images: ["http://img.b2bpic.net/free-photo/factory-workers-walking-through-large-production-hall-having-conversation_342744-168.jpg"],
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -1439,4 +1422,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
112
src/app/page.tsx
112
src/app/page.tsx
@@ -21,8 +21,7 @@ export default function HomePage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Quick Links",
|
title: "Quick Links", items: [
|
||||||
items: [
|
|
||||||
{ label: "Home", href: "/" },
|
{ label: "Home", href: "/" },
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Products", href: "#products" },
|
{ label: "Products", href: "#products" },
|
||||||
@@ -30,8 +29,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Products",
|
title: "Products", items: [
|
||||||
items: [
|
|
||||||
{ label: "Cement Brands", href: "#cement" },
|
{ label: "Cement Brands", href: "#cement" },
|
||||||
{ label: "Steel & TMT Bars", href: "#steel" },
|
{ label: "Steel & TMT Bars", href: "#steel" },
|
||||||
{ label: "Paints", href: "#paint" },
|
{ label: "Paints", href: "#paint" },
|
||||||
@@ -39,8 +37,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact Info",
|
title: "Contact Info", items: [
|
||||||
items: [
|
|
||||||
{ label: "Phone: +91 94512 00355", href: "tel:+919451200355" },
|
{ label: "Phone: +91 94512 00355", href: "tel:+919451200355" },
|
||||||
{ label: "Address: 25GM+PV4, Ghazipur - Azamgarh Rd, Azamgarh", href: "https://maps.app.goo.gl/woQP4HNpLErUy4Be7?g_st=ic" },
|
{ label: "Address: 25GM+PV4, Ghazipur - Azamgarh Rd, Azamgarh", href: "https://maps.app.goo.gl/woQP4HNpLErUy4Be7?g_st=ic" },
|
||||||
{ label: "Mon - Sat: 8:00 AM - 7:00 PM", href: "#" },
|
{ label: "Mon - Sat: 8:00 AM - 7:00 PM", href: "#" },
|
||||||
@@ -75,25 +72,17 @@ export default function HomePage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-walking-through-large-production-hall-having-conversation_342744-168.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-walking-through-large-production-hall-having-conversation_342744-168.jpg?_wi=1", imageAlt: "Industrial warehouse with cement and steel materials"},
|
||||||
imageAlt: "Industrial warehouse with cement and steel materials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hall-business-building_1127-3310.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/hall-business-building_1127-3310.jpg?_wi=1", imageAlt: "Cement bags and construction materials display"},
|
||||||
imageAlt: "Cement bags and construction materials display",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
rating={5}
|
rating={5}
|
||||||
ratingText="Rated by trusted contractors"
|
ratingText="Rated by trusted contractors"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now +91 94512 00355",
|
text: "Call Now +91 94512 00355", href: "tel:+919451200355"},
|
||||||
href: "tel:+919451200355",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Get a Quote",
|
text: "Get a Quote", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -111,13 +100,9 @@ export default function HomePage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View Products",
|
text: "View Products", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Contact Us",
|
text: "Contact Us", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -130,34 +115,19 @@ export default function HomePage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "High-Quality Materials",
|
title: "High-Quality Materials", description: "Genuine branded cement, steel, paints, and hardware from trusted manufacturers. All materials meet construction standards and durability requirements.", imageSrc: "http://img.b2bpic.net/free-photo/hall-business-building_1127-3310.jpg?_wi=2"},
|
||||||
description: "Genuine branded cement, steel, paints, and hardware from trusted manufacturers. All materials meet construction standards and durability requirements.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hall-business-building_1127-3310.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Expert Product Guidance",
|
title: "Expert Product Guidance", description: "Professional team ready to provide technical advice and product recommendations based on your specific construction requirements.", imageSrc: "http://img.b2bpic.net/free-photo/metallic-railing-sunny-day_23-2148269798.jpg?_wi=1"},
|
||||||
description: "Professional team ready to provide technical advice and product recommendations based on your specific construction requirements.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/metallic-railing-sunny-day_23-2148269798.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
title: "Wholesale Rates",
|
title: "Wholesale Rates", description: "Competitive pricing for bulk orders. Special rates for contractors, builders, and construction companies. Volume discounts available.", imageSrc: "http://img.b2bpic.net/free-photo/plastic-storage-case_1339-5895.jpg?_wi=1"},
|
||||||
description: "Competitive pricing for bulk orders. Special rates for contractors, builders, and construction companies. Volume discounts available.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/plastic-storage-case_1339-5895.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
title: "Bulk Supply Capacity",
|
title: "Bulk Supply Capacity", description: "Large inventory capacity to support major construction projects. Fast fulfillment for bulk orders with reliable logistics support.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-process-professional-tool-precision-drilling-wood_169016-51564.jpg?_wi=1"},
|
||||||
description: "Large inventory capacity to support major construction projects. Fast fulfillment for bulk orders with reliable logistics support.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-process-professional-tool-precision-drilling-wood_169016-51564.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 5,
|
id: 5,
|
||||||
title: "Reliable Local Reputation",
|
title: "Reliable Local Reputation", description: "Trusted by contractors and builders in Azamgarh region. Proven track record of on-time delivery and consistent quality service.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-travel-concept-facebook-post_23-2150047649.jpg?_wi=1"},
|
||||||
description: "Trusted by contractors and builders in Azamgarh region. Proven track record of on-time delivery and consistent quality service.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-travel-concept-facebook-post_23-2150047649.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -167,34 +137,22 @@ export default function HomePage() {
|
|||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
testimonial="Best building materials supplier in Azamgarh. Genuine cement and steel at fair prices. Always reliable and professional. Highly recommended for contractors and builders."
|
testimonial="Served 500+ contractors with 98% on-time delivery. Our commitment to quality building materials and reliable service has made us the trusted choice for construction projects across Azamgarh and beyond."
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Local Contractor & Builder"
|
author="Shivangi Building Material - Proven Track Record"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg",
|
src: "http://img.b2bpic.net/free-photo/senior-businessman-architect-hard-hat_1303-18998.jpg", alt: "Contractor 1"},
|
||||||
alt: "Contractor 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/front-view-professional-female-driver-with-vest_23-2150263130.jpg",
|
src: "http://img.b2bpic.net/free-photo/front-view-professional-female-driver-with-vest_23-2150263130.jpg", alt: "Contractor 2"},
|
||||||
alt: "Contractor 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124292.jpg",
|
src: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124292.jpg", alt: "Contractor 3"},
|
||||||
alt: "Contractor 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg",
|
src: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg", alt: "Builder"},
|
||||||
alt: "Builder",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124275.jpg",
|
src: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124275.jpg", alt: "Construction Company"},
|
||||||
alt: "Construction Company",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-young-handsome-architect-writing-clipboard-outdoors_23-2148203949.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-young-handsome-architect-writing-clipboard-outdoors_23-2148203949.jpg", alt: "Project Manager"},
|
||||||
alt: "Project Manager",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -208,34 +166,20 @@ export default function HomePage() {
|
|||||||
description="Contact us for quotations, product inquiries, bulk orders, or technical support. Our team is ready to assist you with all your building material needs."
|
description="Contact us for quotations, product inquiries, bulk orders, or technical support. Our team is ready to assist you with all your building material needs."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Your Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "phone",
|
name: "phone", type: "tel", placeholder: "+91 Your Phone Number", required: true,
|
||||||
type: "tel",
|
|
||||||
placeholder: "+91 Your Phone Number",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "your.email@example.com", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "your.email@example.com",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "company",
|
name: "company", type: "text", placeholder: "Company/Organization Name", required: false,
|
||||||
type: "text",
|
|
||||||
placeholder: "Company/Organization Name",
|
|
||||||
required: false,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Tell us about your building material requirements, project details, or bulk order inquiry...", rows: 5,
|
||||||
placeholder: "Tell us about your building material requirements, project details, or bulk order inquiry...",
|
|
||||||
rows: 5,
|
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-travel-concept-facebook-post_23-2150047649.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-vector/gradient-travel-concept-facebook-post_23-2150047649.jpg?_wi=2"
|
||||||
@@ -258,4 +202,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user