Update src/app/page.tsx
This commit is contained in:
@@ -49,21 +49,21 @@ export default function LandingPage() {
|
||||
tag="Industry Leaders"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clean-organized-pharmaceutical-plant-where-steel-pipelines-valves-are-part-sterile-environment_73899-44052.jpg", imageAlt: "Manufacturing facility"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-trolleybus-car-production-with-unfinished-cars-workers-protective-uniform-factory-background-automobile-assembly-line-welding-arm_645730-373.jpg?_wi=1", imageAlt: "Production floor"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-trolleybus-car-production-with-unfinished-cars-workers-protective-uniform-factory-background-automobile-assembly-line-welding-arm_645730-373.jpg", imageAlt: "Production floor"
|
||||
}
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electric-wheel-grinding-steel-structure_1359-251.jpg?_wi=1", imageAlt: "Welding process"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electric-wheel-grinding-steel-structure_1359-251.jpg", imageAlt: "Welding process"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-overalls-steel-factory-background_176420-5557.jpg?_wi=1", imageAlt: "Laser cutting"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-overalls-steel-factory-background_176420-5557.jpg", imageAlt: "Laser cutting"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
||||
tag="Est. 1972"
|
||||
tagIcon={Factory}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-trolleybus-car-production-with-unfinished-cars-workers-protective-uniform-factory-background-automobile-assembly-line-welding-arm_645730-373.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/one-working-day-modern-automatic-bus-trolleybus-car-production-with-unfinished-cars-workers-protective-uniform-factory-background-automobile-assembly-line-welding-arm_645730-373.jpg"
|
||||
imageAlt="Harvey Inox manufacturing facility"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -129,10 +129,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "welding", title: "Precision Welding", description: "Advanced welding techniques for secure, durable joints in stainless steel fabrication", imageSrc: "http://img.b2bpic.net/free-photo/electric-wheel-grinding-steel-structure_1359-251.jpg?_wi=2", imageAlt: "Precision welding"
|
||||
id: "welding", title: "Precision Welding", description: "Advanced welding techniques for secure, durable joints in stainless steel fabrication", imageSrc: "http://img.b2bpic.net/free-photo/electric-wheel-grinding-steel-structure_1359-251.jpg", imageAlt: "Precision welding"
|
||||
},
|
||||
{
|
||||
id: "laser", title: "Laser Cutting & Jet Water", description: "Cutting-edge laser and water jet technology for intricate cuts and perfect accuracy", imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-overalls-steel-factory-background_176420-5557.jpg?_wi=2", imageAlt: "Laser cutting technology"
|
||||
id: "laser", title: "Laser Cutting & Jet Water", description: "Cutting-edge laser and water jet technology for intricate cuts and perfect accuracy", imageSrc: "http://img.b2bpic.net/free-photo/portrait-worker-overalls-steel-factory-background_176420-5557.jpg", imageAlt: "Laser cutting technology"
|
||||
},
|
||||
{
|
||||
id: "bending", title: "Metal Bending & Forming", description: "Expert metal bending and forming services for complex custom shapes and designs", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ferromagnetic-metal-with-wooden-background_23-2148253591.jpg", imageAlt: "Metal bending"
|
||||
@@ -185,7 +185,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="depth-3d"
|
||||
metrics={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user