Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 03:36:21 +00:00

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="mediumLargeSizeMediumTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
@@ -42,13 +42,13 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="SMS UNIQUE SOLUTIONS"
description="Premium Powder Coating Services in Bengaluru. Professional metal coating solutions with 4.7★ customer satisfaction. Industrial-grade quality for manufacturing and customization needs."
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Request Quote", href: "#contact" },
{ text: "Learn More", href: "#features" },
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110878.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110878.jpg"
imageAlt="Professional powder coating facility"
frameStyle="card"
mediaAnimation="slide-up"
@@ -88,7 +88,7 @@ export default function LandingPage() {
title: "Modern Equipment & Technology", description: "State-of-the-art coating machinery and genuine spare parts. Professional installation, maintenance, and technical support for all your powder coating needs.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/focused-watchmaker-is-working-with-autoclave-his-own-studio_613910-21397.jpg"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110878.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110878.jpg"},
},
]}
showStepNumbers={true}
@@ -139,11 +139,11 @@ export default function LandingPage() {
{
id: "1", title: "Excellent Service and Experience", quote: "An excellent service and experience satisfied with the product or service of SMS Unique Solutions. Highly recommended for anyone looking for professional powder coating.", name: "Harish Hari", role: "Valued Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-equity-analyst-working-proprietary-firm-reading-annual-company-reports-evaluate_482257-132953.jpg", imageAlt: "Harish Hari"},
{
id: "2", title: "Good Service and Quality", quote: "Good service and good quality. The team is professional and delivers consistent results. I'm impressed with their attention to detail and customer-friendly approach.", name: "Gunasekhar Reddy Arava", role: "Manufacturing Partner", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "Gunasekhar Reddy Arava"},
id: "2", title: "Good Service and Quality", quote: "Good service and good quality. The team is professional and delivers consistent results. I'm impressed with their attention to detail and customer-friendly approach.", name: "Gunasekhar Reddy Arava", role: "Manufacturing Partner", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Gunasekhar Reddy Arava"},
{
id: "3", title: "Good Customer Service", quote: "Good Customer Receiving, Affordable Service Price, Powder Coating Machine Sales and Services. SMS Unique Solutions stands out for their affordable rates and customer-friendly staff.", name: "DILLI BABU B", role: "Local Guide & Customer", imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", imageAlt: "DILLI BABU B"},
{
id: "4", title: "Professional and Reliable", quote: "Very professional team with reliable service. They understand customer needs and provide solutions that meet expectations. The quality of their work is consistently excellent.", name: "Sarah Johnson", role: "Industrial Partner", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Sarah Johnson"},
id: "4", title: "Professional and Reliable", quote: "Very professional team with reliable service. They understand customer needs and provide solutions that meet expectations. The quality of their work is consistently excellent.", name: "Sarah Johnson", role: "Industrial Partner", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Sarah Johnson"},
]}
textboxLayout="default"
useInvertedBackground={true}
@@ -160,7 +160,7 @@ export default function LandingPage() {
{ text: "Call Us: 098802 66099", href: "tel:09880266099" },
{ text: "Send Inquiry", href: "mailto:info@smsuniquesolutions.com" },
]}
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
ariaLabel="Contact section"
/>