Merge version_1 into main #1
337
src/app/page.tsx
337
src/app/page.tsx
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Services", id: "#features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="UNIFORMIT"
|
||||
/>
|
||||
@@ -69,86 +55,46 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static-grid",
|
||||
}}
|
||||
variant: "downward-rays-static-grid"}}
|
||||
title="Tailored Uniforms for Every Professional Need"
|
||||
description="UNIFORMIT designs, manufactures, and customizes premium uniforms for hotels, corporate offices, hospitals, and restaurants. Experience quality fabric, perfect fitting, and professional designs."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Arjun Sharma",
|
||||
handle: "GM, Grand Palace Hotel",
|
||||
testimonial: "UNIFORMIT provided exceptional hotel uniforms. The quality and fit are unmatched, reflecting our luxury brand perfectly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-chef-cooking-with-blurred-background_181624-30759.jpg",
|
||||
imageAlt: "elegant hotel interior",
|
||||
},
|
||||
name: "Arjun Sharma", handle: "GM, Grand Palace Hotel", testimonial: "UNIFORMIT provided exceptional hotel uniforms. The quality and fit are unmatched, reflecting our luxury brand perfectly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-chef-cooking-with-blurred-background_181624-30759.jpg", imageAlt: "elegant hotel interior"},
|
||||
{
|
||||
name: "Priya Singh",
|
||||
handle: "HR Head, Innovate Corp",
|
||||
testimonial: "Our corporate wear from UNIFORMIT is stylish, comfortable, and professional. Their customization with our logo was flawless.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-abstract-background-interior-view-looking-out-toward-empty-office-lobby-entrance-doors-glass-curtain-wall-with-frame_1339-6370.jpg",
|
||||
imageAlt: "modern corporate office space",
|
||||
},
|
||||
name: "Priya Singh", handle: "HR Head, Innovate Corp", testimonial: "Our corporate wear from UNIFORMIT is stylish, comfortable, and professional. Their customization with our logo was flawless.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-abstract-background-interior-view-looking-out-toward-empty-office-lobby-entrance-doors-glass-curtain-wall-with-frame_1339-6370.jpg", imageAlt: "modern corporate office space"},
|
||||
{
|
||||
name: "Dr. Sameer Khan",
|
||||
handle: "Chief Surgeon, City Hospital",
|
||||
testimonial: "The hospital uniforms are durable and practical, meeting our strict hygiene standards. A truly reliable partner for healthcare attire.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16149.jpg",
|
||||
imageAlt: "clean hospital hallway",
|
||||
},
|
||||
name: "Dr. Sameer Khan", handle: "Chief Surgeon, City Hospital", testimonial: "The hospital uniforms are durable and practical, meeting our strict hygiene standards. A truly reliable partner for healthcare attire.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16149.jpg", imageAlt: "clean hospital hallway"},
|
||||
{
|
||||
name: "Chef Emily R.",
|
||||
handle: "Executive Chef, The Gourmet Spot",
|
||||
testimonial: "The chef uniforms from UNIFORMIT are fantastic. They are comfortable, durable, and maintain a professional look even after long shifts.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-chef-restaurant-kitchen-carefully-sprinkles-fresh-herbs_482257-121113.jpg",
|
||||
imageAlt: "Young woman chef in restaurant kitchen carefully sprinkles fresh herbs",
|
||||
},
|
||||
name: "Chef Emily R.", handle: "Executive Chef, The Gourmet Spot", testimonial: "The chef uniforms from UNIFORMIT are fantastic. They are comfortable, durable, and maintain a professional look even after long shifts.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-chef-restaurant-kitchen-carefully-sprinkles-fresh-herbs_482257-121113.jpg", imageAlt: "Young woman chef in restaurant kitchen carefully sprinkles fresh herbs"},
|
||||
{
|
||||
name: "Rajesh Kumar",
|
||||
handle: "Manager, Corporate Services",
|
||||
testimonial: "Our team's new corporate attire from UNIFORMIT has significantly boosted morale and professionalism. Excellent service and quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-people-ordering-coffee-cafe-shop_53876-30111.jpg",
|
||||
imageAlt: "Group of diverse people ordering coffee cafe shop",
|
||||
},
|
||||
name: "Rajesh Kumar", handle: "Manager, Corporate Services", testimonial: "Our team's new corporate attire from UNIFORMIT has significantly boosted morale and professionalism. Excellent service and quality.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-people-ordering-coffee-cafe-shop_53876-30111.jpg", imageAlt: "Group of diverse people ordering coffee cafe shop"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
tag="Premium Quality, Perfect Fit"
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Catalog",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Our Catalog", href: "#products"},
|
||||
{
|
||||
text: "Get a Custom Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Custom Quote", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-businessman-looking-camera_23-2147899559.jpg",
|
||||
alt: "smiling hotel manager portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-businessman-looking-camera_23-2147899559.jpg", alt: "smiling hotel manager portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-covid-19-health-hospital-virus-nurse_179666-24072.jpg",
|
||||
alt: "professional male executive suit",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-covid-19-health-hospital-virus-nurse_179666-24072.jpg", alt: "professional male executive suit"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/catering-business_1098-15740.jpg",
|
||||
alt: "friendly female nurse uniform",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/catering-business_1098-15740.jpg", alt: "friendly female nurse uniform"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg",
|
||||
alt: "young chef portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-holding-glass_23-2148965394.jpg", alt: "young chef portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10632.jpg",
|
||||
alt: "Full length portrait of confident mature businessman in formals standing isolated over white background",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/full-length-portrait-confident-mature-businessman-formals-standing-isolated-white-background_613910-10632.jpg", alt: "Full length portrait of confident mature businessman in formals standing isolated over white background"},
|
||||
]}
|
||||
avatarText="Trusted by hundreds of businesses"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-young-man-uniform-taking-vegetables-from-table_140725-109891.jpg"
|
||||
@@ -156,29 +102,19 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Custom Design",
|
||||
icon: Palette,
|
||||
type: "text-icon", text: "Custom Design", icon: Palette,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quality Manufacturing",
|
||||
icon: Building2,
|
||||
type: "text-icon", text: "Quality Manufacturing", icon: Building2,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Logo Embroidery",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Logo Embroidery", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "On-site Fittings",
|
||||
icon: Ruler,
|
||||
type: "text-icon", text: "On-site Fittings", icon: Ruler,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Bulk Order Expertise",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Bulk Order Expertise", icon: Star,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -189,22 +125,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/textured-backdrop-background-concept_23-2148624498.jpg",
|
||||
alt: "tailor working on a uniform design",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/textured-backdrop-background-concept_23-2148624498.jpg", alt: "tailor working on a uniform design"},
|
||||
{
|
||||
type: "text",
|
||||
content: "Your Trusted Partner in Uniform Design and Manufacturing.",
|
||||
},
|
||||
type: "text", content: "Your Trusted Partner in Uniform Design and Manufacturing."},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More About Us", href: "#"},
|
||||
]}
|
||||
description="UNIFORMIT is Udaipur's premier uniform designer, specializing in bespoke solutions for the hospitality, corporate, and healthcare sectors. From elegant hotel uniforms to professional corporate wear and hygienic hospital scrubs, we combine innovative design with superior craftsmanship. Our commitment to quality fabric, perfect fitting, and precise logo embroidery ensures your team looks and feels exceptional. We handle bulk orders with on-site fittings for a seamless experience."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -215,35 +143,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "design",
|
||||
title: "Custom Design & Consultation",
|
||||
tags: [
|
||||
"Tailored Solutions",
|
||||
"Creative Concepts",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-s-hands-business-papers_176420-5032.jpg",
|
||||
imageAlt: "designer working on uniform sketch",
|
||||
},
|
||||
id: "design", title: "Custom Design & Consultation", tags: [
|
||||
"Tailored Solutions", "Creative Concepts"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-s-hands-business-papers_176420-5032.jpg", imageAlt: "designer working on uniform sketch"},
|
||||
{
|
||||
id: "manufacture",
|
||||
title: "High-Quality Manufacturing",
|
||||
tags: [
|
||||
"Premium Fabrics",
|
||||
"Expert Craftsmanship",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drawing-fabric_1098-18012.jpg",
|
||||
imageAlt: "sewing factory uniforms production line",
|
||||
},
|
||||
id: "manufacture", title: "High-Quality Manufacturing", tags: [
|
||||
"Premium Fabrics", "Expert Craftsmanship"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drawing-fabric_1098-18012.jpg", imageAlt: "sewing factory uniforms production line"},
|
||||
{
|
||||
id: "customize",
|
||||
title: "Logo Embroidery & Printing",
|
||||
tags: [
|
||||
"Brand Integration",
|
||||
"Personalized Finish",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-business-owner-working_23-2148828308.jpg",
|
||||
imageAlt: "embroidery machine logo uniforms",
|
||||
},
|
||||
id: "customize", title: "Logo Embroidery & Printing", tags: [
|
||||
"Brand Integration", "Personalized Finish"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-business-owner-working_23-2148828308.jpg", imageAlt: "embroidery machine logo uniforms"},
|
||||
]}
|
||||
title="Our Comprehensive Uniform Solutions"
|
||||
description="From concept to creation, UNIFORMIT offers a complete suite of services to meet your uniform needs with unparalleled quality and precision."
|
||||
@@ -258,53 +168,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "hotel-uniforms",
|
||||
name: "Hotel Uniforms",
|
||||
price: "Custom Quote",
|
||||
variant: "Front Desk, Housekeeping, Restaurant Staff",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-working-reception_23-2149963924.jpg",
|
||||
imageAlt: "elegant hotel staff uniforms",
|
||||
},
|
||||
id: "hotel-uniforms", name: "Hotel Uniforms", price: "Custom Quote", variant: "Front Desk, Housekeeping, Restaurant Staff", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-working-reception_23-2149963924.jpg", imageAlt: "elegant hotel staff uniforms"},
|
||||
{
|
||||
id: "corporate-wear",
|
||||
name: "Corporate Wear",
|
||||
price: "Custom Quote",
|
||||
variant: "Blazers, Trousers, Shirts & Skirts",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-outside-office-building_107420-63650.jpg",
|
||||
imageAlt: "corporate business suits office wear",
|
||||
},
|
||||
id: "corporate-wear", name: "Corporate Wear", price: "Custom Quote", variant: "Blazers, Trousers, Shirts & Skirts", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-outside-office-building_107420-63650.jpg", imageAlt: "corporate business suits office wear"},
|
||||
{
|
||||
id: "hospital-scrubs",
|
||||
name: "Hospital & Healthcare",
|
||||
price: "Custom Quote",
|
||||
variant: "Doctor Scrubs, Nurse Uniforms, Lab Coats",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-nurse-holding-stethoscope_23-2149665942.jpg",
|
||||
imageAlt: "medical scrubs healthcare uniforms",
|
||||
},
|
||||
id: "hospital-scrubs", name: "Hospital & Healthcare", price: "Custom Quote", variant: "Doctor Scrubs, Nurse Uniforms, Lab Coats", imageSrc: "http://img.b2bpic.net/free-photo/close-up-nurse-holding-stethoscope_23-2149665942.jpg", imageAlt: "medical scrubs healthcare uniforms"},
|
||||
{
|
||||
id: "chef-coats",
|
||||
name: "Chef Coats & Kitchen",
|
||||
price: "Custom Quote",
|
||||
variant: "Chef Jackets, Aprons, Kitchen Staff",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-chef-chopping-tomatoes_23-2148491348.jpg",
|
||||
imageAlt: "professional chef coats kitchen",
|
||||
},
|
||||
id: "chef-coats", name: "Chef Coats & Kitchen", price: "Custom Quote", variant: "Chef Jackets, Aprons, Kitchen Staff", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-chef-chopping-tomatoes_23-2148491348.jpg", imageAlt: "professional chef coats kitchen"},
|
||||
{
|
||||
id: "housekeeping",
|
||||
name: "Housekeeping Uniforms",
|
||||
price: "Custom Quote",
|
||||
variant: "Cleaning Staff, Maintenance, Facility Management",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-brunette-housekeeper-keeping-hands-together-while-standing_171337-18235.jpg",
|
||||
imageAlt: "housekeeping staff uniforms hotel",
|
||||
},
|
||||
id: "housekeeping", name: "Housekeeping Uniforms", price: "Custom Quote", variant: "Cleaning Staff, Maintenance, Facility Management", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-brunette-housekeeper-keeping-hands-together-while-standing_171337-18235.jpg", imageAlt: "housekeeping staff uniforms hotel"},
|
||||
{
|
||||
id: "school-uniforms",
|
||||
name: "School Uniforms",
|
||||
price: "Custom Quote",
|
||||
variant: "Student Attire, Sports Kits, Faculty Uniforms",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-wearing-mask-going-school-new-normal_53876-97675.jpg",
|
||||
imageAlt: "school uniforms student children",
|
||||
},
|
||||
id: "school-uniforms", name: "School Uniforms", price: "Custom Quote", variant: "Student Attire, Sports Kits, Faculty Uniforms", imageSrc: "http://img.b2bpic.net/free-photo/girl-wearing-mask-going-school-new-normal_53876-97675.jpg", imageAlt: "school uniforms student children"},
|
||||
]}
|
||||
title="Our Uniform Collections"
|
||||
description="Explore our diverse range of professional uniforms, crafted for durability, comfort, and style across various industries."
|
||||
@@ -318,31 +192,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "experience",
|
||||
value: "15+",
|
||||
title: "Years of Experience",
|
||||
items: [
|
||||
"Pioneering designs",
|
||||
"Industry leadership",
|
||||
],
|
||||
id: "experience", value: "15+", title: "Years of Experience", items: [
|
||||
"Pioneering designs", "Industry leadership"],
|
||||
},
|
||||
{
|
||||
id: "clients",
|
||||
value: "200+",
|
||||
title: "Satisfied Clients",
|
||||
items: [
|
||||
"Hotels, hospitals, corporates",
|
||||
"Diverse industry presence",
|
||||
],
|
||||
id: "clients", value: "200+", title: "Satisfied Clients", items: [
|
||||
"Hotels, hospitals, corporates", "Diverse industry presence"],
|
||||
},
|
||||
{
|
||||
id: "orders",
|
||||
value: "10K+",
|
||||
title: "Uniforms Delivered",
|
||||
items: [
|
||||
"Bulk orders expertise",
|
||||
"On-time delivery",
|
||||
],
|
||||
id: "orders", value: "10K+", title: "Uniforms Delivered", items: [
|
||||
"Bulk orders expertise", "On-time delivery"],
|
||||
},
|
||||
]}
|
||||
title="Driving Excellence in Uniform Solutions"
|
||||
@@ -357,45 +216,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rohan Mehta",
|
||||
handle: "GM, The Heritage Hotel",
|
||||
testimonial: "The elegance and durability of UNIFORMIT's hotel uniforms are truly commendable. Our staff looks sharp and feels comfortable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-with-tablet-cafe_1262-3779.jpg",
|
||||
imageAlt: "happy hotel owner portrait",
|
||||
},
|
||||
id: "1", name: "Rohan Mehta", handle: "GM, The Heritage Hotel", testimonial: "The elegance and durability of UNIFORMIT's hotel uniforms are truly commendable. Our staff looks sharp and feels comfortable.", imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-with-tablet-cafe_1262-3779.jpg", imageAlt: "happy hotel owner portrait"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ananya Desai",
|
||||
handle: "Operations Manager, GlobalCorp",
|
||||
testimonial: "UNIFORMIT delivered our corporate wear with precision and style. The logo embroidery is top-notch, elevating our brand image.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-economist_23-2150251723.jpg",
|
||||
imageAlt: "satisfied corporate client",
|
||||
},
|
||||
id: "2", name: "Ananya Desai", handle: "Operations Manager, GlobalCorp", testimonial: "UNIFORMIT delivered our corporate wear with precision and style. The logo embroidery is top-notch, elevating our brand image.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-economist_23-2150251723.jpg", imageAlt: "satisfied corporate client"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dr. Kabir Sharma",
|
||||
handle: "Head of Dept., Apex Hospital",
|
||||
testimonial: "For critical healthcare environments, UNIFORMIT's scrubs offer the perfect blend of comfort, functionality, and hygiene. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
imageAlt: "hospital administrator smiling",
|
||||
},
|
||||
id: "3", name: "Dr. Kabir Sharma", handle: "Head of Dept., Apex Hospital", testimonial: "For critical healthcare environments, UNIFORMIT's scrubs offer the perfect blend of comfort, functionality, and hygiene. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageAlt: "hospital administrator smiling"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chef Sanjiv",
|
||||
handle: "Executive Chef, Spice Route Bistro",
|
||||
testimonial: "My team loves the chef coats from UNIFORMIT. They withstand the heat and rigor of a professional kitchen while maintaining a pristine look.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg",
|
||||
imageAlt: "chef praising uniforms",
|
||||
},
|
||||
id: "4", name: "Chef Sanjiv", handle: "Executive Chef, Spice Route Bistro", testimonial: "My team loves the chef coats from UNIFORMIT. They withstand the heat and rigor of a professional kitchen while maintaining a pristine look.", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg", imageAlt: "chef praising uniforms"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sarah Khan",
|
||||
handle: "Director, Bloom Daycare",
|
||||
testimonial: "The school uniforms are durable and kid-friendly, making parents and teachers happy. UNIFORMIT made the whole process easy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baker-man-holding-hands-praying-gesture-t-shirt_176474-23376.jpg",
|
||||
imageAlt: "business owner positive review",
|
||||
},
|
||||
id: "5", name: "Sarah Khan", handle: "Director, Bloom Daycare", testimonial: "The school uniforms are durable and kid-friendly, making parents and teachers happy. UNIFORMIT made the whole process easy.", imageSrc: "http://img.b2bpic.net/free-photo/baker-man-holding-hands-praying-gesture-t-shirt_176474-23376.jpg", imageAlt: "business owner positive review"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from satisfied partners who trust UNIFORMIT for their professional uniform needs."
|
||||
@@ -409,30 +238,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What types of uniforms do you specialize in?",
|
||||
content: "We specialize in uniforms for hotels, restaurants, corporate offices, hospitals, schools, and various other industries, including chef coats and housekeeping attire.",
|
||||
},
|
||||
id: "faq1", title: "What types of uniforms do you specialize in?", content: "We specialize in uniforms for hotels, restaurants, corporate offices, hospitals, schools, and various other industries, including chef coats and housekeeping attire."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Can I customize uniforms with my company logo?",
|
||||
content: "Absolutely! We offer comprehensive customization services, including high-quality logo embroidery and printing, to perfectly match your brand identity.",
|
||||
},
|
||||
id: "faq2", title: "Can I customize uniforms with my company logo?", content: "Absolutely! We offer comprehensive customization services, including high-quality logo embroidery and printing, to perfectly match your brand identity."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Do you handle bulk orders, and what is the process?",
|
||||
content: "Yes, we are experts in handling bulk orders. Our process includes detailed consultation, on-site fittings if required, precise manufacturing, and timely delivery to ensure a seamless experience for large quantities.",
|
||||
},
|
||||
id: "faq3", title: "Do you handle bulk orders, and what is the process?", content: "Yes, we are experts in handling bulk orders. Our process includes detailed consultation, on-site fittings if required, precise manufacturing, and timely delivery to ensure a seamless experience for large quantities."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What kind of fabrics do you use for uniforms?",
|
||||
content: "We use only premium, durable, and comfortable fabrics tailored to the specific needs of each industry. Our fabric selection ensures longevity, ease of maintenance, and professional appearance.",
|
||||
},
|
||||
id: "faq4", title: "What kind of fabrics do you use for uniforms?", content: "We use only premium, durable, and comfortable fabrics tailored to the specific needs of each industry. Our fabric selection ensures longevity, ease of maintenance, and professional appearance."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Where is UNIFORMIT located?",
|
||||
content: "Our uniform store is located at 169, Bapu Bazar Main Rd, opposite SBI, Old City, Bapu Bazar, Nada Khada, Udaipur, Rajasthan 313002.",
|
||||
},
|
||||
id: "faq5", title: "Where is UNIFORMIT located?", content: "Our uniform store is located at 169, Bapu Bazar Main Rd, opposite SBI, Old City, Bapu Bazar, Nada Khada, Udaipur, Rajasthan 313002."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our uniform services, ordering process, and customization options."
|
||||
@@ -444,20 +258,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Need Custom Uniforms for Your Business?"
|
||||
description="Reach out to UNIFORMIT today for a personalized consultation, bulk order inquiries, or to discuss your specific uniform design and manufacturing needs. We're here to help!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+919057246738",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:+919057246738"},
|
||||
{
|
||||
text: "Send an Inquiry",
|
||||
href: "#",
|
||||
},
|
||||
text: "Send an Inquiry", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -469,19 +278,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/uniformit",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/uniformit", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/uniformit",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/uniformit", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/uniformit",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/uniformit", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user