Merge version_1 into main #2
@@ -12,7 +12,7 @@ import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"
|
||||
import {
|
||||
Award,
|
||||
Wrench,
|
||||
Window,
|
||||
Wind,
|
||||
Layers,
|
||||
Lightbulb,
|
||||
Hammer,
|
||||
@@ -54,7 +54,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now", href: "tel:+919876543210"}}
|
||||
text: "Call Now", href: "tel:+919876543210"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,7 +78,7 @@ export default function LandingPage() {
|
||||
{ text: "Get Free Quote", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mother-makeing-super-high-leg-stretch-gym_1153-7960.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mother-makeing-super-high-leg-stretch-gym_1153-7960.jpg"
|
||||
imageAlt="Premium glass window installation"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -96,39 +97,47 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
title: "Aluminium Windows", description: "Custom-sized aluminium windows with quality finishing", icon: Window,
|
||||
title: "Aluminium Windows", description: "Custom-sized aluminium windows with quality finishing", icon: Wind,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-girl-doing-yoga-bright-room_78826-3264.jpg", imageAlt: "Aluminium window installation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-girl-doing-yoga-bright-room_78826-3264.jpg", imageAlt: "Aluminium window installation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-standing-woman-with-book_23-2148294050.jpg", imageAlt: "Modern sliding window"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-standing-woman-with-book_23-2148294050.jpg", imageAlt: "Modern sliding window"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Glass Partitions", description: "Office and home glass partitions for modern spaces", icon: Layers,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architects-wearing-helmets-front-building_23-2147702493.jpg", imageAlt: "Glass partition installation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architects-wearing-helmets-front-building_23-2147702493.jpg", imageAlt: "Glass partition installation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-building-with-empty-room-chairs_23-2148727504.jpg?_wi=1", imageAlt: "Office glass partition"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-building-with-empty-room-chairs_23-2148727504.jpg", imageAlt: "Office glass partition"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Mirror Installation", description: "Custom mirrors for bathrooms, halls, and decorative purposes", icon: Lightbulb,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-is-working-with-mosquito-wire-screen-installation_1150-6574.jpg", imageAlt: "Mirror installation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-is-working-with-mosquito-wire-screen-installation_1150-6574.jpg", imageAlt: "Mirror installation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-robe-by-pool-modern-spa-with-warm-lights-poolside-relax_169016-69601.jpg?_wi=1", imageAlt: "Decorative mirror setup"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-robe-by-pool-modern-spa-with-warm-lights-poolside-relax_169016-69601.jpg", imageAlt: "Decorative mirror setup"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Custom Fabrication", description: "Bespoke aluminium and glass work tailored to specifications", icon: Hammer,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-robe-by-pool-modern-spa-with-warm-lights-poolside-relax_169016-69601.jpg?_wi=2", imageAlt: "Custom glass railings"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-robe-by-pool-modern-spa-with-warm-lights-poolside-relax_169016-69601.jpg", imageAlt: "Custom glass railings"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-makeing-super-high-leg-stretch-gym_1153-7960.jpg?_wi=2", imageAlt: "Custom fabrication detail"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-makeing-super-high-leg-stretch-gym_1153-7960.jpg", imageAlt: "Custom fabrication detail"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -158,7 +167,7 @@ export default function LandingPage() {
|
||||
title: "Fast Installation", description: "Efficient turnaround with minimal disruption to your space", icon: Clock,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corporate-building-with-empty-room-chairs_23-2148727504.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corporate-building-with-empty-room-chairs_23-2148727504.jpg"
|
||||
imageAlt="Professional glass installation"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -203,17 +212,23 @@ export default function LandingPage() {
|
||||
speed={40}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rajesh Patel", handle: "Homeowner", testimonial: "Very good aluminium and glass work. The finishing is excellent and the installation was quick. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Rajesh Patel"},
|
||||
id: "1", name: "Rajesh Patel", handle: "Homeowner", testimonial: "Very good aluminium and glass work. The finishing is excellent and the installation was quick. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Rajesh Patel"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Priya Sharma", handle: "Interior Designer", testimonial: "Professional team with great attention to detail. They completed my office partition project on time and within budget.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-by-cafe_1303-29687.jpg", imageAlt: "Priya Sharma"},
|
||||
id: "2", name: "Priya Sharma", handle: "Interior Designer", testimonial: "Professional team with great attention to detail. They completed my office partition project on time and within budget.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-by-cafe_1303-29687.jpg", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Vikram Verma", handle: "Contractor", testimonial: "Reliable and trustworthy service provider. Perfect for custom fabrication work. Best quality in Diyodar!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-trendy-attractive-young-unshaven-european-man-green-vest-snapback-posing-brown-reel-outdoors-waiting-his-date-having-worried-nervous-facial-expression_343059-2783.jpg", imageAlt: "Vikram Verma"},
|
||||
id: "3", name: "Vikram Verma", handle: "Contractor", testimonial: "Reliable and trustworthy service provider. Perfect for custom fabrication work. Best quality in Diyodar!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-trendy-attractive-young-unshaven-european-man-green-vest-snapback-posing-brown-reel-outdoors-waiting-his-date-having-worried-nervous-facial-expression_343059-2783.jpg", imageAlt: "Vikram Verma"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Anjali Singh", handle: "Shop Owner", testimonial: "They installed new showcase windows for my shop. The work quality is top-notch and customer service is excellent.", imageSrc: "http://img.b2bpic.net/free-photo/woman-industrial-worker-posing-white_114579-78660.jpg", imageAlt: "Anjali Singh"},
|
||||
id: "4", name: "Anjali Singh", handle: "Shop Owner", testimonial: "They installed new showcase windows for my shop. The work quality is top-notch and customer service is excellent.", imageSrc: "http://img.b2bpic.net/free-photo/woman-industrial-worker-posing-white_114579-78660.jpg", imageAlt: "Anjali Singh"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Suresh Kumar", handle: "Building Manager", testimonial: "For our residential complex renovation, they provided outstanding aluminium and glass solutions. Very professional team.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-entrepreneur-woman_23-2148898746.jpg", imageAlt: "Suresh Kumar"},
|
||||
id: "5", name: "Suresh Kumar", handle: "Building Manager", testimonial: "For our residential complex renovation, they provided outstanding aluminium and glass solutions. Very professional team.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-entrepreneur-woman_23-2148898746.jpg", imageAlt: "Suresh Kumar"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Meera Gupta", handle: "Homeowner", testimonial: "Amazing service! The mirror installation for my bathroom was seamless. They're our go-to service for all glass work.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-businesswoman-your-own-business-gives-lot-benefits_329181-11452.jpg", imageAlt: "Meera Gupta"},
|
||||
id: "6", name: "Meera Gupta", handle: "Homeowner", testimonial: "Amazing service! The mirror installation for my bathroom was seamless. They're our go-to service for all glass work.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-businesswoman-your-own-business-gives-lot-benefits_329181-11452.jpg", imageAlt: "Meera Gupta"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -223,24 +238,31 @@ export default function LandingPage() {
|
||||
ctaTitle="Ready to Get Started?"
|
||||
ctaDescription="Contact us for a free quote and expert consultation on your glass and aluminium needs."
|
||||
ctaButton={{
|
||||
text: "Call Now - Get Free Quote", href: "tel:+919876543210"}}
|
||||
text: "Call Now - Get Free Quote", href: "tel:+919876543210"
|
||||
}}
|
||||
ctaIcon={Phone}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
accordionAnimationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Do you provide custom size work?", content: "Yes, we specialize in custom-sized aluminium windows, doors, and glass partitions tailored to your exact specifications. Just provide measurements and we'll create the perfect fit for your space."},
|
||||
id: "1", title: "Do you provide custom size work?", content: "Yes, we specialize in custom-sized aluminium windows, doors, and glass partitions tailored to your exact specifications. Just provide measurements and we'll create the perfect fit for your space."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What is your service area?", content: "We serve Diyodar and surrounding areas including nearby residential and commercial locations. Contact us to confirm service availability for your specific address."},
|
||||
id: "2", title: "What is your service area?", content: "We serve Diyodar and surrounding areas including nearby residential and commercial locations. Contact us to confirm service availability for your specific address."
|
||||
},
|
||||
{
|
||||
id: "3", title: "How quickly can you complete installation?", content: "Most installations can be completed within 3-5 business days depending on project complexity. We provide transparent timelines during the consultation phase."},
|
||||
id: "3", title: "How quickly can you complete installation?", content: "Most installations can be completed within 3-5 business days depending on project complexity. We provide transparent timelines during the consultation phase."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Do you offer warranty on your work?", content: "Yes, all our installations come with quality assurance. We stand behind our craftsmanship and materials. Details discussed during quote consultation."},
|
||||
id: "4", title: "Do you offer warranty on your work?", content: "Yes, all our installations come with quality assurance. We stand behind our craftsmanship and materials. Details discussed during quote consultation."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Can you help with design suggestions?", content: "Absolutely! Our team can provide design recommendations based on your space, budget, and aesthetic preferences. We help you make informed decisions."},
|
||||
id: "5", title: "Can you help with design suggestions?", content: "Absolutely! Our team can provide design recommendations based on your space, budget, and aesthetic preferences. We help you make informed decisions."
|
||||
},
|
||||
{
|
||||
id: "6", title: "What payment options do you accept?", content: "We accept various payment methods for your convenience. Payment terms and options can be discussed during your consultation. A quote is always free."},
|
||||
id: "6", title: "What payment options do you accept?", content: "We accept various payment methods for your convenience. Payment terms and options can be discussed during your consultation. A quote is always free."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -263,7 +285,8 @@ export default function LandingPage() {
|
||||
{ label: "WhatsApp", href: "https://wa.me/919876543210" },
|
||||
{ label: "Email", href: "mailto:info@shivglass.com" },
|
||||
{
|
||||
label: "Location", href: "https://maps.google.com/?q=Ambika+Nagar+Housing+Society+Diyodar"},
|
||||
label: "Location", href: "https://maps.google.com/?q=Ambika+Nagar+Housing+Society+Diyodar"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user