Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb30c96c1d | |||
| b76e1aa88c | |||
| cf79f11c04 | |||
| 7ca241b020 |
118
src/app/page.tsx
118
src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Brian Enterprises"
|
||||
/>
|
||||
@@ -49,19 +43,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
logoText="Brian Enterprises"
|
||||
description="All Construction Materials in One Place. Tiles • Granite • Marble • Cement • Pipes • Steel."
|
||||
variant: "gradient-bars"}}
|
||||
logoText="Build Faster, Build Stronger"
|
||||
description="Streamline your project with high-grade construction materials delivered on-site. From foundation steel to finishing marble, we supply it all."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919999999999"},
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/919999999999",
|
||||
},
|
||||
text: "WhatsApp", href: "https://wa.me/919999999999"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-working-with-heavy-wooden-materials_23-2148976281.jpg?_wi=1"
|
||||
imageAlt="construction materials warehouse"
|
||||
@@ -75,29 +64,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Plumbing",
|
||||
title: "Plumbing Materials",
|
||||
subtitle: "Durable and reliable",
|
||||
description: "High-quality pipes, fittings, and complete plumbing solutions for residential and commercial projects.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2531.jpg",
|
||||
imageAlt: "Many metal kegs of beer",
|
||||
},
|
||||
tag: "Plumbing", title: "Plumbing Materials", subtitle: "Durable and reliable", description: "High-quality pipes, fittings, and complete plumbing solutions for residential and commercial projects.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-drinking-straw-texture_23-2148133252.jpg", imageAlt: "High-quality plumbing pipes and fittings"},
|
||||
{
|
||||
tag: "Stone",
|
||||
title: "Granite & Marble",
|
||||
subtitle: "Elegant surfacing",
|
||||
description: "Premium quality natural stones, including marble, granite, and Kaddapa slabs for flooring and walls.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-heavy-wooden-materials_23-2148976281.jpg?_wi=2",
|
||||
imageAlt: "Many metal kegs of beer",
|
||||
},
|
||||
tag: "Stone", title: "Granite & Marble", subtitle: "Elegant surfacing", description: "Premium quality natural stones, including marble, granite, and Kaddapa slabs for flooring and walls.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-heavy-wooden-materials_23-2148976281.jpg?_wi=2", imageAlt: "Many metal kegs of beer"},
|
||||
{
|
||||
tag: "Building",
|
||||
title: "General Supplies",
|
||||
subtitle: "Infrastructure support",
|
||||
description: "Construction supplies ranging from cement poles and structural steel to masonry basics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg",
|
||||
imageAlt: "Many metal kegs of beer",
|
||||
},
|
||||
tag: "Building", title: "General Supplies", subtitle: "Infrastructure support", description: "Construction supplies ranging from cement poles and structural steel to masonry basics.", imageSrc: "http://img.b2bpic.net/free-photo/young-foreman-work-clothes-thoughtfully-using-ruler-with-variety-tools-background-workshop_574295-1629.jpg", imageAlt: "Various construction supplies including steel and cement"},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Supplying A to Z construction materials for your building needs."
|
||||
@@ -112,25 +83,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "100%",
|
||||
title: "Quality Assured",
|
||||
description: "All material meets strict standards.",
|
||||
icon: Shield,
|
||||
id: "1", value: "100%", title: "Quality Assured", description: "All material meets strict standards.", icon: Shield,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "24/7",
|
||||
title: "Order Ready",
|
||||
description: "Fast delivery options available.",
|
||||
icon: Zap,
|
||||
id: "2", value: "24/7", title: "Order Ready", description: "Fast delivery options available.", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "A to Z",
|
||||
title: "Everything Needed",
|
||||
description: "Complete construction material stack.",
|
||||
icon: Award,
|
||||
id: "3", value: "A to Z", title: "Everything Needed", description: "Complete construction material stack.", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="A Note From Our Owner"
|
||||
@@ -146,25 +105,15 @@ export default function LandingPage() {
|
||||
author="Francis Dsouza & Biyatris Almeda"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg",
|
||||
alt: "Francis Dsouza",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-short-hair_273609-15371.jpg", alt: "Francis Dsouza"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12856.jpg",
|
||||
alt: "Biyatris Almeda",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12856.jpg", alt: "Biyatris Almeda"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-smiling-confident-standing-street_839833-33403.jpg",
|
||||
alt: "Satisfied Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-smiling-confident-standing-street_839833-33403.jpg", alt: "Satisfied Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg",
|
||||
alt: "Satisfied Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", alt: "Satisfied Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg",
|
||||
alt: "Satisfied Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg", alt: "Satisfied Customer 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -175,8 +124,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Ready to Start Your Project?"
|
||||
description="Call or WhatsApp us for orders, pricing, and rapid delivery."
|
||||
@@ -192,33 +140,21 @@ export default function LandingPage() {
|
||||
logoText="Brian Enterprises"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Order Now",
|
||||
items: [
|
||||
title: "Order Now", items: [
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+919999999999",
|
||||
},
|
||||
label: "Call Us", href: "tel:+919999999999"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/919999999999",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/919999999999"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user