Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-06 22:33:37 +00:00
2 changed files with 44 additions and 198 deletions

View File

@@ -18,8 +18,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Services", href: "/" },
@@ -27,8 +26,7 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: 033-2228-1800", href: "tel:03322281800" },
{ label: "Address: 44 Moti Sil St, Kolkata", href: "#" },
{ label: "Hours: 10 AM - Evening", href: "#" },
@@ -36,8 +34,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Refund Policy", href: "#" },
@@ -73,25 +70,13 @@ export default function AboutPage() {
textboxLayout="default"
metrics={[
{
id: "1",
value: "4.4 ★",
description: "Google Rating from 31 Reviews",
},
id: "1", value: "4.4 ★", description: "Google Rating from 31 Reviews"},
{
id: "2",
value: "Fair",
description: "Wholesale Pricing",
},
id: "2", value: "Fair", description: "Wholesale Pricing"},
{
id: "3",
value: "Expert",
description: "Glass Finishing",
},
id: "3", value: "Expert", description: "Glass Finishing"},
{
id: "4",
value: "Wide",
description: "Variety of Materials",
},
id: "4", value: "Wide", description: "Variety of Materials"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -106,56 +91,19 @@ export default function AboutPage() {
tag="Reviews"
testimonials={[
{
id: "1",
name: "Rajesh Sharma",
role: "Homeowner",
testimonial: "Very reasonable and fair price wholesaler of every glass material. Best place for decorative glass and mirror in Kolkata.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
imageAlt: "Rajesh Sharma",
},
id: "1", name: "Rajesh Sharma", role: "Homeowner", testimonial: "Very reasonable and fair price wholesaler of every glass material. Best place for decorative glass and mirror in Kolkata.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Rajesh Sharma"},
{
id: "2",
name: "Priya Desai",
role: "Interior Designer",
testimonial: "Diamond Glass Emporium has exceptional quality and variety. Their finishing work is outstanding. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-holding-hand-pocket_23-2148095776.jpg?_wi=2",
imageAlt: "Priya Desai",
},
id: "2", name: "Priya Desai", role: "Interior Designer", testimonial: "Diamond Glass Emporium has exceptional quality and variety. Their finishing work is outstanding. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-holding-hand-pocket_23-2148095776.jpg", imageAlt: "Priya Desai"},
{
id: "3",
name: "Amit Kumar",
role: "Contractor",
testimonial: "Best wholesale prices for bulk glass orders. Their team is professional and delivery is always on time.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-safety-vest-crossed-arms_23-2148269352.jpg?_wi=2",
imageAlt: "Amit Kumar",
},
id: "3", name: "Amit Kumar", role: "Contractor", testimonial: "Best wholesale prices for bulk glass orders. Their team is professional and delivery is always on time.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-safety-vest-crossed-arms_23-2148269352.jpg", imageAlt: "Amit Kumar"},
{
id: "4",
name: "Neha Gupta",
role: "Shop Owner",
testimonial: "I've been ordering from them for 2 years. Their product quality is consistent and customer service is excellent.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg?_wi=2",
imageAlt: "Neha Gupta",
},
id: "4", name: "Neha Gupta", role: "Shop Owner", testimonial: "I've been ordering from them for 2 years. Their product quality is consistent and customer service is excellent.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", imageAlt: "Neha Gupta"},
{
id: "5",
name: "Vikram Patel",
role: "Office Manager",
testimonial: "We ordered glass partitions for our office renovation. The installation was perfect and finished on schedule.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg?_wi=2",
imageAlt: "Vikram Patel",
},
id: "5", name: "Vikram Patel", role: "Office Manager", testimonial: "We ordered glass partitions for our office renovation. The installation was perfect and finished on schedule.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg", imageAlt: "Vikram Patel"},
{
id: "6",
name: "Anjali Singh",
role: "Interior Decorator",
testimonial: "Their custom mirror solutions transformed our client's space. Professional work with attention to detail.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg?_wi=2",
imageAlt: "Anjali Singh",
},
id: "6", name: "Anjali Singh", role: "Interior Decorator", testimonial: "Their custom mirror solutions transformed our client's space. Professional work with attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg", imageAlt: "Anjali Singh"},
]}
textboxLayout="default"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground={false}
carouselMode="buttons"
@@ -164,7 +112,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg"
imageAlt="Diamond Glass Emporium interior"
logoText="Diamond Glass Emporium"
copyrightText="© 2025 Diamond Glass Emporium. All rights reserved. Kolkata, India."

View File

@@ -21,8 +21,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Services", href: "/services" },
@@ -30,8 +29,7 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: 033-2228-1800", href: "tel:03322281800" },
{ label: "Address: 44 Moti Sil St, Kolkata", href: "#" },
{ label: "Hours: 10 AM - Evening", href: "#" },
@@ -39,8 +37,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Refund Policy", href: "#" },
@@ -66,9 +63,7 @@ export default function HomePage() {
<NavbarStyleCentered
navItems={navItems}
button={{
text: "Call Now",
href: "tel:03322281800",
}}
text: "Call Now", href: "tel:03322281800"}}
brandName="Diamond Glass"
/>
</div>
@@ -81,9 +76,7 @@ export default function HomePage() {
background={{ variant: "downward-rays-static" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg",
alt: "Diamond Glass Emporium store interior",
},
src: "http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg", alt: "Diamond Glass Emporium store interior"},
]}
avatarText="4.4 ★ Trusted by Local Customers"
buttons={[
@@ -103,25 +96,13 @@ export default function HomePage() {
textboxLayout="default"
metrics={[
{
id: "1",
value: "4.4 ★",
description: "Google Rating from 31 Reviews",
},
id: "1", value: "4.4 ★", description: "Google Rating from 31 Reviews"},
{
id: "2",
value: "Fair",
description: "Wholesale Pricing",
},
id: "2", value: "Fair", description: "Wholesale Pricing"},
{
id: "3",
value: "Expert",
description: "Glass Finishing",
},
id: "3", value: "Expert", description: "Glass Finishing"},
{
id: "4",
value: "Wide",
description: "Variety of Materials",
},
id: "4", value: "Wide", description: "Variety of Materials"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -137,54 +118,24 @@ export default function HomePage() {
tag="Services"
features={[
{
title: "Decorative Glass",
description: "Premium decorative glass panels with artistic finishes and custom designs",
imageSrc: "http://img.b2bpic.net/free-vector/glass-wall-display-case-frame-empty-exhibition_107791-755.jpg?_wi=1",
imageAlt: "Decorative glass collection",
button: {
text: "Learn More",
href: "tel:03322281800",
},
title: "Decorative Glass", description: "Premium decorative glass panels with artistic finishes and custom designs", imageSrc: "http://img.b2bpic.net/free-vector/glass-wall-display-case-frame-empty-exhibition_107791-755.jpg", imageAlt: "Decorative glass collection", button: {
text: "Learn More", href: "tel:03322281800"},
},
{
title: "Custom Mirrors",
description: "Bespoke mirror solutions tailored to your interior design requirements",
imageSrc: "http://img.b2bpic.net/free-photo/scary-girl-raven-looking-frame_23-2147694954.jpg?_wi=1",
imageAlt: "Custom mirror installation",
button: {
text: "Inquire Now",
href: "tel:03322281800",
},
title: "Custom Mirrors", description: "Bespoke mirror solutions tailored to your interior design requirements", imageSrc: "http://img.b2bpic.net/free-photo/scary-girl-raven-looking-frame_23-2147694954.jpg", imageAlt: "Custom mirror installation", button: {
text: "Inquire Now", href: "tel:03322281800"},
},
{
title: "Glass Cutting",
description: "Precision glass cutting services for custom shapes and sizes",
imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138819.jpg?_wi=1",
imageAlt: "Professional glass cutting",
button: {
text: "Call Us",
href: "tel:03322281800",
},
title: "Glass Cutting", description: "Precision glass cutting services for custom shapes and sizes", imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138819.jpg", imageAlt: "Professional glass cutting", button: {
text: "Call Us", href: "tel:03322281800"},
},
{
title: "Wholesale Glass Supply",
description: "Bulk glass materials for contractors, builders, and retailers",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-preserved-food_23-2149238987.jpg?_wi=1",
imageAlt: "Wholesale glass materials",
button: {
text: "Get Quote",
href: "tel:03322281800",
},
title: "Wholesale Glass Supply", description: "Bulk glass materials for contractors, builders, and retailers", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-preserved-food_23-2149238987.jpg", imageAlt: "Wholesale glass materials", button: {
text: "Get Quote", href: "tel:03322281800"},
},
{
title: "Interior Glass Solutions",
description: "Complete glass partition and interior glass solutions for offices and homes",
imageSrc: "http://img.b2bpic.net/free-photo/glass-facade-sunny-day_1127-2209.jpg?_wi=1",
imageAlt: "Interior glass partitions",
button: {
text: "Explore",
href: "tel:03322281800",
},
title: "Interior Glass Solutions", description: "Complete glass partition and interior glass solutions for offices and homes", imageSrc: "http://img.b2bpic.net/free-photo/glass-facade-sunny-day_1127-2209.jpg", imageAlt: "Interior glass partitions", button: {
text: "Explore", href: "tel:03322281800"},
},
]}
textboxLayout="default"
@@ -202,29 +153,13 @@ export default function HomePage() {
tag="Portfolio"
features={[
{
title: "Decorative Glass Panels",
description: "Artistic glass installations with premium finishes",
imageSrc: "http://img.b2bpic.net/free-photo/man-selecting-surfboard_107420-94954.jpg?_wi=1",
imageAlt: "Decorative glass installation",
},
title: "Decorative Glass Panels", description: "Artistic glass installations with premium finishes", imageSrc: "http://img.b2bpic.net/free-photo/man-selecting-surfboard_107420-94954.jpg", imageAlt: "Decorative glass installation"},
{
title: "Custom Mirrors",
description: "Beautiful mirror installations for homes and businesses",
imageSrc: "http://img.b2bpic.net/free-photo/scary-girl-raven-looking-frame_23-2147694954.jpg?_wi=2",
imageAlt: "Custom mirror installation",
},
title: "Custom Mirrors", description: "Beautiful mirror installations for homes and businesses", imageSrc: "http://img.b2bpic.net/free-photo/scary-girl-raven-looking-frame_23-2147694954.jpg", imageAlt: "Custom mirror installation"},
{
title: "Store Display",
description: "Professional glass and mirror display systems",
imageSrc: "http://img.b2bpic.net/free-photo/colorimetry-specialist-testing-fabric-swaps-client_23-2150461532.jpg?_wi=1",
imageAlt: "Glass storefront display",
},
title: "Store Display", description: "Professional glass and mirror display systems", imageSrc: "http://img.b2bpic.net/free-photo/colorimetry-specialist-testing-fabric-swaps-client_23-2150461532.jpg", imageAlt: "Glass storefront display"},
{
title: "Interior Glass Partitions",
description: "Modern glass partition solutions for offices",
imageSrc: "http://img.b2bpic.net/free-vector/flat-hotel-banner-template-with-photo_23-2148922603.jpg?_wi=1",
imageAlt: "Interior glass partition",
},
title: "Interior Glass Partitions", description: "Modern glass partition solutions for offices", imageSrc: "http://img.b2bpic.net/free-vector/flat-hotel-banner-template-with-photo_23-2148922603.jpg", imageAlt: "Interior glass partition"},
]}
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
@@ -241,56 +176,19 @@ export default function HomePage() {
tag="Reviews"
testimonials={[
{
id: "1",
name: "Rajesh Sharma",
role: "Homeowner",
testimonial: "Very reasonable and fair price wholesaler of every glass material. Best place for decorative glass and mirror in Kolkata.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
imageAlt: "Rajesh Sharma",
},
id: "1", name: "Rajesh Sharma", role: "Homeowner", testimonial: "Very reasonable and fair price wholesaler of every glass material. Best place for decorative glass and mirror in Kolkata.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Rajesh Sharma"},
{
id: "2",
name: "Priya Desai",
role: "Interior Designer",
testimonial: "Diamond Glass Emporium has exceptional quality and variety. Their finishing work is outstanding. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-holding-hand-pocket_23-2148095776.jpg?_wi=1",
imageAlt: "Priya Desai",
},
id: "2", name: "Priya Desai", role: "Interior Designer", testimonial: "Diamond Glass Emporium has exceptional quality and variety. Their finishing work is outstanding. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-holding-hand-pocket_23-2148095776.jpg", imageAlt: "Priya Desai"},
{
id: "3",
name: "Amit Kumar",
role: "Contractor",
testimonial: "Best wholesale prices for bulk glass orders. Their team is professional and delivery is always on time.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-safety-vest-crossed-arms_23-2148269352.jpg?_wi=1",
imageAlt: "Amit Kumar",
},
id: "3", name: "Amit Kumar", role: "Contractor", testimonial: "Best wholesale prices for bulk glass orders. Their team is professional and delivery is always on time.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-safety-vest-crossed-arms_23-2148269352.jpg", imageAlt: "Amit Kumar"},
{
id: "4",
name: "Neha Gupta",
role: "Shop Owner",
testimonial: "I've been ordering from them for 2 years. Their product quality is consistent and customer service is excellent.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg?_wi=1",
imageAlt: "Neha Gupta",
},
id: "4", name: "Neha Gupta", role: "Shop Owner", testimonial: "I've been ordering from them for 2 years. Their product quality is consistent and customer service is excellent.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", imageAlt: "Neha Gupta"},
{
id: "5",
name: "Vikram Patel",
role: "Office Manager",
testimonial: "We ordered glass partitions for our office renovation. The installation was perfect and finished on schedule.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg?_wi=1",
imageAlt: "Vikram Patel",
},
id: "5", name: "Vikram Patel", role: "Office Manager", testimonial: "We ordered glass partitions for our office renovation. The installation was perfect and finished on schedule.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg", imageAlt: "Vikram Patel"},
{
id: "6",
name: "Anjali Singh",
role: "Interior Decorator",
testimonial: "Their custom mirror solutions transformed our client's space. Professional work with attention to detail.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg?_wi=1",
imageAlt: "Anjali Singh",
},
id: "6", name: "Anjali Singh", role: "Interior Decorator", testimonial: "Their custom mirror solutions transformed our client's space. Professional work with attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg", imageAlt: "Anjali Singh"},
]}
textboxLayout="default"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground={false}
carouselMode="buttons"
@@ -314,7 +212,7 @@ export default function HomePage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/modern-lounge-room-interior-office-building_1262-12374.jpg"
imageAlt="Diamond Glass Emporium interior"
logoText="Diamond Glass Emporium"
copyrightText="© 2025 Diamond Glass Emporium. All rights reserved. Kolkata, India."