Update src/app/page.tsx
This commit is contained in:
518
src/app/page.tsx
518
src/app/page.tsx
@@ -20,380 +20,172 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="One Stop Indus LLC"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Products", id: "#products" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="One Stop Indus LLC"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="One Stop Indus LLC: Precision Manufacturing"
|
||||
description="Providing custom manufactured products for industry and enterprise clients with commitment to excellence and reliability."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alex Rocha",
|
||||
handle: "CEO",
|
||||
testimonial: "Committed to delivering high-quality custom manufacturing solutions in California.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cool-background-red-wooden-planks-view_181624-3641.jpg?_wi=1",
|
||||
imageAlt: "modern manufacturing factory",
|
||||
},
|
||||
{
|
||||
name: "Jorge A Diaz",
|
||||
handle: "Registered Agent",
|
||||
testimonial: "Operational transparency and reliable registered business services.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/objects-with-reflective-effect_23-2150141924.jpg?_wi=1",
|
||||
imageAlt: "modern manufacturing factory",
|
||||
},
|
||||
{
|
||||
name: "Maria S. Torres",
|
||||
handle: "Operations Lead",
|
||||
testimonial: "Exceptional precision in all our mechanical output.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333331.jpg?_wi=1",
|
||||
imageAlt: "modern manufacturing factory",
|
||||
},
|
||||
{
|
||||
name: "David Wu",
|
||||
handle: "Lead Engineer",
|
||||
testimonial: "Advanced engineering standards that define the industry.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-worker-using-automated-machine-woodworking-production-facility_637285-12043.jpg?_wi=1",
|
||||
imageAlt: "modern manufacturing factory",
|
||||
},
|
||||
{
|
||||
name: "Elena Vance",
|
||||
handle: "Product Designer",
|
||||
testimonial: "Innovative design and reliable manufacturing turnaround.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-process-professional-tool-precision-drilling-wood_169016-52220.jpg?_wi=1",
|
||||
imageAlt: "modern manufacturing factory",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cool-background-red-wooden-planks-view_181624-3641.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg",
|
||||
alt: "professional man",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-man-black-suit-glasses-looking-front-smiling-with-happy-face-standing-pink-wall_141793-50825.jpg",
|
||||
alt: "business man",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
|
||||
alt: "confident man",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg",
|
||||
alt: "successful business person",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
||||
alt: "confident businesswoman",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by industry experts"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="One Stop Indus LLC: Precision Manufacturing"
|
||||
description="Providing custom manufactured products for industry and enterprise clients with commitment to excellence and reliability."
|
||||
testimonials={[
|
||||
{ name: "Alex Rocha", handle: "CEO", testimonial: "Committed to delivering high-quality custom manufacturing solutions in California.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cool-background-red-wooden-planks-view_181624-3641.jpg", imageAlt: "modern manufacturing factory" },
|
||||
{ name: "Jorge A Diaz", handle: "Registered Agent", testimonial: "Operational transparency and reliable registered business services.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/objects-with-reflective-effect_23-2150141924.jpg", imageAlt: "modern manufacturing factory" },
|
||||
{ name: "Maria S. Torres", handle: "Operations Lead", testimonial: "Exceptional precision in all our mechanical output.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333331.jpg", imageAlt: "modern manufacturing factory" },
|
||||
{ name: "David Wu", handle: "Lead Engineer", testimonial: "Advanced engineering standards that define the industry.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-worker-using-automated-machine-woodworking-production-facility_637285-12043.jpg", imageAlt: "modern manufacturing factory" },
|
||||
{ name: "Elena Vance", handle: "Product Designer", testimonial: "Innovative design and reliable manufacturing turnaround.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/carpenter-process-professional-tool-precision-drilling-wood_169016-52220.jpg", imageAlt: "modern manufacturing factory" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cool-background-red-wooden-planks-view_181624-3641.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg", alt: "professional man" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/business-man-black-suit-glasses-looking-front-smiling-with-happy-face-standing-pink-wall_141793-50825.jpg", alt: "business man" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", alt: "confident man" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg", alt: "successful business person" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "confident businesswoman" }
|
||||
]}
|
||||
avatarText="Trusted by industry experts"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="About Us"
|
||||
title="Registered Manufacturing Expertise"
|
||||
description="One Stop Indus LLC is a Limited-Liability Company based in Granada Hills, California, officially active since March 4, 2026. We specialize in custom manufacturing services managed by industry leaders."
|
||||
subdescription="Strategically located at 11029 Woodley Ave, we provide professional manufacturing engagements with an emphasis on local business standards and operational efficiency."
|
||||
icon={Building2}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/objects-with-reflective-effect_23-2150141924.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="About Us"
|
||||
title="Registered Manufacturing Expertise"
|
||||
description="One Stop Indus LLC is a Limited-Liability Company based in Granada Hills, California, officially active since March 4, 2026. We specialize in custom manufacturing services managed by industry leaders."
|
||||
subdescription="Strategically located at 11029 Woodley Ave, we provide professional manufacturing engagements with an emphasis on local business standards and operational efficiency."
|
||||
icon={Building2}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/objects-with-reflective-effect_23-2150141924.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Custom Manufacturing",
|
||||
description: "Tailored production cycles meeting exact enterprise specifications.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333331.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Precision Design",
|
||||
description: "Expert engineering oversight ensuring product integrity throughout.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-worker-using-automated-machine-woodworking-production-facility_637285-12043.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Quality Control",
|
||||
description: "Rigorous verification processes for all custom product lines.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-process-professional-tool-precision-drilling-wood_169016-52220.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Our Operational Capabilities"
|
||||
description="We deliver industry-leading manufacturing standards to our partners."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Custom Manufacturing", description: "Tailored production cycles meeting exact enterprise specifications.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-hydraulic-elements_23-2149333331.jpg" },
|
||||
{ title: "Precision Design", description: "Expert engineering oversight ensuring product integrity throughout.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-worker-using-automated-machine-woodworking-production-facility_637285-12043.jpg" },
|
||||
{ title: "Quality Control", description: "Rigorous verification processes for all custom product lines.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-process-professional-tool-precision-drilling-wood_169016-52220.jpg" }
|
||||
]}
|
||||
title="Our Operational Capabilities"
|
||||
description="We deliver industry-leading manufacturing standards to our partners."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "One Stop",
|
||||
name: "Precision Rods",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "10+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-measuring-device_23-2150914191.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "One Stop",
|
||||
name: "Industrial Gears",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "12+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-is-controlling-process-rail-cutting-busy-metal-factory_613910-17186.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "One Stop",
|
||||
name: "Assembly Components",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "15+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/designer-working-3d-model_23-2149371865.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "One Stop",
|
||||
name: "Heavy Components",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "8+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545647.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "One Stop",
|
||||
name: "Technical Fasteners",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "20+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-445.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "One Stop",
|
||||
name: "Metal Fittings",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "25+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-little-music-boxes_52683-121766.jpg",
|
||||
},
|
||||
]}
|
||||
title="Product Solutions"
|
||||
description="High-quality precision-manufactured components designed for industrial reliability."
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "One Stop", name: "Precision Rods", price: "Custom", rating: 5, reviewCount: "10+", imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-measuring-device_23-2150914191.jpg" },
|
||||
{ id: "p2", brand: "One Stop", name: "Industrial Gears", price: "Custom", rating: 5, reviewCount: "12+", imageSrc: "http://img.b2bpic.net/free-photo/worker-is-controlling-process-rail-cutting-busy-metal-factory_613910-17186.jpg" },
|
||||
{ id: "p3", brand: "One Stop", name: "Assembly Components", price: "Custom", rating: 5, reviewCount: "15+", imageSrc: "http://img.b2bpic.net/free-photo/designer-working-3d-model_23-2149371865.jpg" },
|
||||
{ id: "p4", brand: "One Stop", name: "Heavy Components", price: "Custom", rating: 5, reviewCount: "8+", imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545647.jpg" },
|
||||
{ id: "p5", brand: "One Stop", name: "Technical Fasteners", price: "Custom", rating: 5, reviewCount: "20+", imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-445.jpg" },
|
||||
{ id: "p6", brand: "One Stop", name: "Metal Fittings", price: "Custom", rating: 5, reviewCount: "25+", imageSrc: "http://img.b2bpic.net/free-photo/still-life-little-music-boxes_52683-121766.jpg" }
|
||||
]}
|
||||
title="Product Solutions"
|
||||
description="High-quality precision-manufactured components designed for industrial reliability."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "2026",
|
||||
title: "Registration Year",
|
||||
description: "Formally filed with the California Secretary of State.",
|
||||
icon: Calendar,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "11029",
|
||||
title: "Office Address",
|
||||
description: "Principal location in Granada Hills, CA.",
|
||||
icon: MapPin,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Active",
|
||||
title: "Company Status",
|
||||
description: "Operational and officially managed.",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
title="Operational Integrity"
|
||||
description="Commitment to established business standards."
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "2026", title: "Registration Year", description: "Formally filed with the California Secretary of State.", icon: Calendar },
|
||||
{ id: "m2", value: "11029", title: "Office Address", description: "Principal location in Granada Hills, CA.", icon: MapPin },
|
||||
{ id: "m3", value: "Active", title: "Company Status", description: "Operational and officially managed.", icon: CheckCircle }
|
||||
]}
|
||||
title="Operational Integrity"
|
||||
description="Commitment to established business standards."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Partner A",
|
||||
date: "2026",
|
||||
title: "Lead Engineer",
|
||||
quote: "Reliable manufacturing partners in California.",
|
||||
tag: "Industrial",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Partner B",
|
||||
date: "2026",
|
||||
title: "Operations Lead",
|
||||
quote: "Excellent communication and managed structure.",
|
||||
tag: "Manufacturing",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/quality-control-inspector-examining-manufactured-steel-cylinders-factory_637285-4750.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Partner C",
|
||||
date: "2026",
|
||||
title: "Project Manager",
|
||||
quote: "Delivered according to precision requirements.",
|
||||
tag: "Logistics",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-electrician-standing-against-wall_23-2148087578.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/manager-partner-front-recruitment-adult_1262-2859.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Partner D",
|
||||
date: "2026",
|
||||
title: "Business Consultant",
|
||||
quote: "Transparent operation as a manager managed LLC.",
|
||||
tag: "Legal",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Partner E",
|
||||
date: "2026",
|
||||
title: "Factory Lead",
|
||||
quote: "Efficient project turnaround for custom parts.",
|
||||
tag: "Production",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12835.jpg",
|
||||
},
|
||||
]}
|
||||
title="Partner Feedback"
|
||||
description="What partners say about our professionalism."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Partner A", date: "2026", title: "Lead Engineer", quote: "Reliable manufacturing partners in California.", tag: "Industrial", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg" },
|
||||
{ id: "t2", name: "Partner B", date: "2026", title: "Operations Lead", quote: "Excellent communication and managed structure.", tag: "Manufacturing", avatarSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", imageSrc: "http://img.b2bpic.net/free-photo/quality-control-inspector-examining-manufactured-steel-cylinders-factory_637285-4750.jpg" },
|
||||
{ id: "t3", name: "Partner C", date: "2026", title: "Project Manager", quote: "Delivered according to precision requirements.", tag: "Logistics", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-electrician-standing-against-wall_23-2148087578.jpg", imageSrc: "http://img.b2bpic.net/free-photo/manager-partner-front-recruitment-adult_1262-2859.jpg" },
|
||||
{ id: "t4", name: "Partner D", date: "2026", title: "Business Consultant", quote: "Transparent operation as a manager managed LLC.", tag: "Legal", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg" },
|
||||
{ id: "t5", name: "Partner E", date: "2026", title: "Factory Lead", quote: "Efficient project turnaround for custom parts.", tag: "Production", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12835.jpg" }
|
||||
]}
|
||||
title="Partner Feedback"
|
||||
description="What partners say about our professionalism."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Where is One Stop Indus LLC based?",
|
||||
content: "Our principal office is at 11029 Woodley Ave, Granada Hills, CA 91344.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "When was the company established?",
|
||||
content: "We were registered with the California Secretary of State on March 4, 2026.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What is the management structure?",
|
||||
content: "We operate as a Manager Managed Limited-Liability Company, with Alex Rocha as the key principal.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers about our company and capabilities."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Where is One Stop Indus LLC based?", content: "Our principal office is at 11029 Woodley Ave, Granada Hills, CA 91344." },
|
||||
{ id: "f2", title: "When was the company established?", content: "We were registered with the California Secretary of State on March 4, 2026." },
|
||||
{ id: "f3", title: "What is the management structure?", content: "We operate as a Manager Managed Limited-Liability Company, with Alex Rocha as the key principal." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers about our company and capabilities."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Contact Us"
|
||||
title="Start Your Project"
|
||||
description="Get in touch with One Stop Indus LLC for your manufacturing needs."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/desk-office-with-computer_23-2148902277.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Start Your Project"
|
||||
description="Get in touch with One Stop Indus LLC for your manufacturing needs."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/desk-office-with-computer_23-2148902277.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="One Stop Indus LLC"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Products", href: "#products" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
},
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
logoText="One Stop Indus LLC"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user