1 Commits

Author SHA1 Message Date
f15a38fdeb Update src/app/page.tsx 2026-05-30 19:28:39 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Award, Globe, Settings, Sparkles, Users } from "lucide-react"; import { Award, Globe, Settings, Sparkles, Users, Wrench, Leaf, CheckCircle } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -33,31 +33,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Products", name: "Products", id: "#products"},
id: "#products",
},
{ {
name: "About Us", name: "About Us", id: "#about"},
id: "#about",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="Avio Forge" brandName="Avio Forge"
button={{ button={{
text: "Get a Quote", text: "Get a Quote", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
@@ -65,85 +53,45 @@ export default function LandingPage() {
<HeroSplitTestimonial <HeroSplitTestimonial
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
imagePosition="right" imagePosition="right"
title="Forge Your Future with Avio Forge" title="Forge Your Future with Avio Forge"
description="Discover unparalleled quality and innovative products designed to elevate your everyday. Avio Forge is where craftsmanship meets tomorrow's needs." description="Discover unparalleled quality and innovative products designed to elevate your everyday. Avio Forge is where craftsmanship meets tomorrow's needs."
testimonials={[ testimonials={[
{ {
name: "Sarah J.", name: "Sarah J.", handle: "@TechInnovate", testimonial: "Avio Forge products have revolutionized our operations. The quality and attention to detail are simply unmatched. A truly reliable partner!", rating: 5,
handle: "@TechInnovate", imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg", imageAlt: "Sarah J."},
testimonial: "Avio Forge products have revolutionized our operations. The quality and attention to detail are simply unmatched. A truly reliable partner!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg",
imageAlt: "Sarah J.",
},
{ {
name: "Michael D.", name: "Michael D.", handle: "@BuildSmart", testimonial: "The precision and durability of Avio Forge's components are exceptional. They consistently deliver on their promise of superior engineering.", rating: 5,
handle: "@BuildSmart", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307065.jpg", imageAlt: "Michael D."},
testimonial: "The precision and durability of Avio Forge's components are exceptional. They consistently deliver on their promise of superior engineering.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307065.jpg",
imageAlt: "Michael D.",
},
{ {
name: "Emily R.", name: "Emily R.", handle: "@FutureCraft", testimonial: "Outstanding customer service and products that exceed expectations. Avio Forge is our go-to for all advanced manufacturing needs.", rating: 5,
handle: "@FutureCraft", imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg", imageAlt: "Emily R."},
testimonial: "Outstanding customer service and products that exceed expectations. Avio Forge is our go-to for all advanced manufacturing needs.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg",
imageAlt: "Emily R.",
},
{ {
name: "David K.", name: "David K.", handle: "@InnovateGear", testimonial: "From design to delivery, Avio Forge demonstrates excellence. Their solutions are robust and perfectly integrated into our systems.", rating: 5,
handle: "@InnovateGear", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg", imageAlt: "David K."},
testimonial: "From design to delivery, Avio Forge demonstrates excellence. Their solutions are robust and perfectly integrated into our systems.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg",
imageAlt: "David K.",
},
{ {
name: "Jessica L.", name: "Jessica L.", handle: "@PrimeSolutions", testimonial: "We've seen significant improvements in efficiency and reliability since switching to Avio Forge. A partner truly committed to quality.", rating: 5,
handle: "@PrimeSolutions", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg", imageAlt: "Jessica L."},
testimonial: "We've seen significant improvements in efficiency and reliability since switching to Avio Forge. A partner truly committed to quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg",
imageAlt: "Jessica L.",
},
]} ]}
testimonialRotationInterval={5000} testimonialRotationInterval={5000}
buttons={[ buttons={[
{ {
text: "Explore Products", text: "Explore Products", href: "#products"},
href: "#products",
},
{ {
text: "Get a Quote", text: "Get a Quote", href: "#contact"},
href: "#contact",
},
]} ]}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg", src: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg", alt: "Customer 1"},
alt: "Customer 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-coffee-cup_23-2148095745.jpg", src: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-coffee-cup_23-2148095745.jpg", alt: "Customer 2"},
alt: "Customer 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg", src: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg", alt: "Customer 3"},
alt: "Customer 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg", src: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg", alt: "Customer 4"},
alt: "Customer 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", src: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", alt: "Middle age businessman smiling happy standing at the city"},
alt: "Middle age businessman smiling happy standing at the city",
},
]} ]}
avatarText="Trusted by thousands" avatarText="Trusted by thousands"
imageSrc="http://img.b2bpic.net/free-photo/workshop_23-2147773401.jpg" imageSrc="http://img.b2bpic.net/free-photo/workshop_23-2147773401.jpg"
@@ -152,29 +100,16 @@ export default function LandingPage() {
fixedMediaHeight={true} fixedMediaHeight={true}
marqueeItems={[ marqueeItems={[
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/metal-preparations-are-ready-following-stage-processing_645730-120.jpg", alt: "Metal preparations are ready to the following stage of processing"},
src: "http://img.b2bpic.net/free-photo/metal-preparations-are-ready-following-stage-processing_645730-120.jpg", {
alt: "Metal preparations are ready to the following stage of processing", type: "text-icon", text: "Precision Machining", icon: Settings,
}, },
{ {
type: "text-icon", type: "image", src: "http://img.b2bpic.net/free-photo/close-up-set-wood-drills-work-table-joiner-workshop_169016-13123.jpg", alt: "Close up of a set of wood drills on a work table of a joiner in a workshop."},
text: "Precision Machining",
icon: Settings,
},
{ {
type: "image", type: "text", text: "Advanced Materials"},
src: "http://img.b2bpic.net/free-photo/close-up-set-wood-drills-work-table-joiner-workshop_169016-13123.jpg",
alt: "Close up of a set of wood drills on a work table of a joiner in a workshop.",
},
{ {
type: "text", type: "image", src: "http://img.b2bpic.net/free-photo/side-view-jeweler-making-jewellery_23-2150931474.jpg", alt: "Side view jeweler making jewellery"},
text: "Advanced Materials",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/side-view-jeweler-making-jewellery_23-2150931474.jpg",
alt: "Side view jeweler making jewellery",
},
]} ]}
marqueeSpeed={30} marqueeSpeed={30}
showMarqueeCard={true} showMarqueeCard={true}
@@ -187,32 +122,16 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Precision Engineering", title: "Precision Engineering", description: "Utilizing state-of-the-art technology and meticulous craftsmanship to ensure every product meets the highest standards of accuracy and performance.", imageSrc: "http://img.b2bpic.net/free-photo/cool-background-blank-wallpaper-place-your-concept_1194-641481.jpg", imageAlt: "Precision Engineering", buttonIcon: Wrench,
description: "Utilizing state-of-the-art technology and meticulous craftsmanship to ensure every product meets the highest standards of accuracy and performance.",
imageSrc: "http://img.b2bpic.net/free-photo/cool-background-blank-wallpaper-place-your-concept_1194-641481.jpg",
imageAlt: "Precision Engineering",
buttonIcon: "Wrench",
}, },
{ {
title: "Sustainable Manufacturing", title: "Sustainable Manufacturing", description: "Committed to eco-friendly practices throughout our production process, minimizing waste and maximizing energy efficiency for a greener future.", imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-electric-car-factory-conveyor_645730-767.jpg", imageAlt: "Sustainable Manufacturing", buttonIcon: Leaf,
description: "Committed to eco-friendly practices throughout our production process, minimizing waste and maximizing energy efficiency for a greener future.",
imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-electric-car-factory-conveyor_645730-767.jpg",
imageAlt: "Sustainable Manufacturing",
buttonIcon: "Leaf",
}, },
{ {
title: "Rigorous Quality Control", title: "Rigorous Quality Control", description: "Each item undergoes extensive testing and inspection, guaranteeing superior durability, reliability, and functionality.", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041857.jpg", imageAlt: "Rigorous Quality Control", buttonIcon: CheckCircle,
description: "Each item undergoes extensive testing and inspection, guaranteeing superior durability, reliability, and functionality.",
imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-concept-m_23-2150041857.jpg",
imageAlt: "Rigorous Quality Control",
buttonIcon: "CheckCircle",
}, },
{ {
title: "Custom Solutions", title: "Custom Solutions", description: "Offering tailored design and manufacturing services to meet your unique specifications, bringing your vision to life with expert precision.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-eco-friendly-wind-power-project-with-wind-turbines_23-2148847757.jpg", imageAlt: "Custom Solutions", buttonIcon: Settings,
description: "Offering tailored design and manufacturing services to meet your unique specifications, bringing your vision to life with expert precision.",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-eco-friendly-wind-power-project-with-wind-turbines_23-2148847757.jpg",
imageAlt: "Custom Solutions",
buttonIcon: "Settings",
}, },
]} ]}
title="Innovative Products, Unmatched Quality" title="Innovative Products, Unmatched Quality"
@@ -228,47 +147,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "1", id: "1", name: "Titanium Alloy Bolt", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-923.jpg", imageAlt: "Titanium Alloy Bolt"},
name: "Titanium Alloy Bolt",
price: "$12.99",
imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-923.jpg",
imageAlt: "Titanium Alloy Bolt",
},
{ {
id: "2", id: "2", name: "Modular Tool Kit", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-photo/red-head-bearded-bicycle-mechanic-holds-screwdriver-bike-tools-stand-workshop_613910-14341.jpg", imageAlt: "Modular Tool Kit"},
name: "Modular Tool Kit",
price: "$199.00",
imageSrc: "http://img.b2bpic.net/free-photo/red-head-bearded-bicycle-mechanic-holds-screwdriver-bike-tools-stand-workshop_613910-14341.jpg",
imageAlt: "Modular Tool Kit",
},
{ {
id: "3", id: "3", name: "Industrial Grade Connector", price: "$45.50", imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-444.jpg", imageAlt: "Industrial Grade Connector"},
name: "Industrial Grade Connector",
price: "$45.50",
imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-444.jpg",
imageAlt: "Industrial Grade Connector",
},
{ {
id: "4", id: "4", name: "Portable Power Unit", price: "$249.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-storage-devices-tablet_23-2149319339.jpg", imageAlt: "Portable Power Unit"},
name: "Portable Power Unit",
price: "$249.00",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-storage-devices-tablet_23-2149319339.jpg",
imageAlt: "Portable Power Unit",
},
{ {
id: "5", id: "5", name: "Precision Sensor Array", price: "$180.00", imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924122.jpg", imageAlt: "Precision Sensor Array"},
name: "Precision Sensor Array",
price: "$180.00",
imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924122.jpg",
imageAlt: "Precision Sensor Array",
},
{ {
id: "6", id: "6", name: "Custom Fabrication Set", price: "$320.00", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-director-arranging-boxes_482257-92046.jpg", imageAlt: "Custom Fabrication Set"},
name: "Custom Fabrication Set",
price: "$320.00",
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-director-arranging-boxes_482257-92046.jpg",
imageAlt: "Custom Fabrication Set",
},
]} ]}
title="Our Signature Collection" title="Our Signature Collection"
description="Browse our curated selection of high-quality items, meticulously crafted for durability, performance, and aesthetic appeal." description="Browse our curated selection of high-quality items, meticulously crafted for durability, performance, and aesthetic appeal."
@@ -296,29 +185,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "1", id: "1", icon: Sparkles,
icon: Sparkles, title: "Projects Completed", value: "500+"},
title: "Projects Completed",
value: "500+",
},
{ {
id: "2", id: "2", icon: Users,
icon: Users, title: "Satisfied Clients", value: "200+"},
title: "Satisfied Clients",
value: "200+",
},
{ {
id: "3", id: "3", icon: Award,
icon: Award, title: "Years in Business", value: "10+"},
title: "Years in Business",
value: "10+",
},
{ {
id: "4", id: "4", icon: Globe,
icon: Globe, title: "Global Reach", value: "20+ Countries"},
title: "Global Reach",
value: "20+ Countries",
},
]} ]}
title="Impactful Results, Built on Trust" title="Impactful Results, Built on Trust"
description="Our commitment to quality and customer satisfaction is reflected in our achievements and the strong relationships we've built with our community." description="Our commitment to quality and customer satisfaction is reflected in our achievements and the strong relationships we've built with our community."
@@ -331,50 +208,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", title: "Exceptional Quality and Reliability", quote: "Avio Forge consistently delivers products of exceptional quality. Their reliability has made them an indispensable partner in our supply chain.", name: "John S.", role: "Procurement Manager, GlobalTech Inc.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-handsome-man-singing-song-microphone-showing-rocknroll-gesture-excited-standing-turqu_1258-149801.jpg", imageAlt: "John S."},
title: "Exceptional Quality and Reliability",
quote: "Avio Forge consistently delivers products of exceptional quality. Their reliability has made them an indispensable partner in our supply chain.",
name: "John S.",
role: "Procurement Manager, GlobalTech Inc.",
imageSrc: "http://img.b2bpic.net/free-photo/joyful-handsome-man-singing-song-microphone-showing-rocknroll-gesture-excited-standing-turqu_1258-149801.jpg",
imageAlt: "John S.",
},
{ {
id: "2", id: "2", title: "Innovation That Drives Progress", quote: "The innovative solutions from Avio Forge have significantly enhanced our operational efficiency. Their forward-thinking approach is truly commendable.", name: "Maria C.", role: "Lead Engineer, Future Robotics", imageSrc: "http://img.b2bpic.net/free-photo/amazing-beautiful-redhead-young-lady-sitting-cafe_171337-15275.jpg", imageAlt: "Maria C."},
title: "Innovation That Drives Progress",
quote: "The innovative solutions from Avio Forge have significantly enhanced our operational efficiency. Their forward-thinking approach is truly commendable.",
name: "Maria C.",
role: "Lead Engineer, Future Robotics",
imageSrc: "http://img.b2bpic.net/free-photo/amazing-beautiful-redhead-young-lady-sitting-cafe_171337-15275.jpg",
imageAlt: "Maria C.",
},
{ {
id: "3", id: "3", title: "Superior Service, Every Time", quote: "Beyond the fantastic products, the customer service at Avio Forge is outstanding. They are always responsive and go above and beyond to assist.", name: "David L.", role: "Operations Director, Apex Manufacturing", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-man-glasses-is-posing-photographer-studio_613910-2638.jpg", imageAlt: "David L."},
title: "Superior Service, Every Time",
quote: "Beyond the fantastic products, the customer service at Avio Forge is outstanding. They are always responsive and go above and beyond to assist.",
name: "David L.",
role: "Operations Director, Apex Manufacturing",
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-man-glasses-is-posing-photographer-studio_613910-2638.jpg",
imageAlt: "David L.",
},
{ {
id: "4", id: "4", title: "A Partner You Can Trust", quote: "Choosing Avio Forge was one of our best decisions. Their products perform flawlessly, and their commitment to client success is evident.", name: "Emily P.", role: "CEO, Quantum Systems", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-african-businesswoman-standing-white-background_171337-16075.jpg", imageAlt: "Emily P."},
title: "A Partner You Can Trust",
quote: "Choosing Avio Forge was one of our best decisions. Their products perform flawlessly, and their commitment to client success is evident.",
name: "Emily P.",
role: "CEO, Quantum Systems",
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-african-businesswoman-standing-white-background_171337-16075.jpg",
imageAlt: "Emily P.",
},
{ {
id: "5", id: "5", title: "High-Performance Components", quote: "We rely on Avio Forge for our critical components. Their high-performance parts ensure our complex machinery runs smoothly and efficiently.", name: "Alex T.", role: "Chief Technologist, AeroDynamics", imageSrc: "http://img.b2bpic.net/free-photo/young-sad-woman-with-dark-curly-hair-sitting-table-with-cup-coffee-amazedly-opening-little-red-box-modern-home_574295-2223.jpg", imageAlt: "Alex T."},
title: "High-Performance Components",
quote: "We rely on Avio Forge for our critical components. Their high-performance parts ensure our complex machinery runs smoothly and efficiently.",
name: "Alex T.",
role: "Chief Technologist, AeroDynamics",
imageSrc: "http://img.b2bpic.net/free-photo/young-sad-woman-with-dark-curly-hair-sitting-table-with-cup-coffee-amazedly-opening-little-red-box-modern-home_574295-2223.jpg",
imageAlt: "Alex T.",
},
]} ]}
title="What Our Customers Say" title="What Our Customers Say"
description="Hear directly from those who have experienced the Avio Forge difference firsthand. Their success and satisfaction are our greatest reward and motivation." description="Hear directly from those who have experienced the Avio Forge difference firsthand. Their success and satisfaction are our greatest reward and motivation."
@@ -386,20 +228,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What kind of products does Avio Forge offer?", content: "Avio Forge specializes in a wide range of precision-engineered products, including industrial components, specialized tools, custom fabricated parts, and advanced technical solutions for various industries."},
title: "What kind of products does Avio Forge offer?",
content: "Avio Forge specializes in a wide range of precision-engineered products, including industrial components, specialized tools, custom fabricated parts, and advanced technical solutions for various industries.",
},
{ {
id: "2", id: "2", title: "Do you offer custom manufacturing services?", content: "Yes, we provide bespoke manufacturing and design services. Our team works closely with clients to develop custom solutions tailored to their specific requirements and industry standards."},
title: "Do you offer custom manufacturing services?",
content: "Yes, we provide bespoke manufacturing and design services. Our team works closely with clients to develop custom solutions tailored to their specific requirements and industry standards.",
},
{ {
id: "3", id: "3", title: "What is Avio Forge's commitment to quality?", content: "Quality is at the core of Avio Forge. We adhere to stringent quality control processes, using premium materials and advanced manufacturing techniques to ensure every product's durability, performance, and reliability."},
title: "What is Avio Forge's commitment to quality?",
content: "Quality is at the core of Avio Forge. We adhere to stringent quality control processes, using premium materials and advanced manufacturing techniques to ensure every product's durability, performance, and reliability.",
},
]} ]}
sideTitle="Frequently Asked Questions" sideTitle="Frequently Asked Questions"
sideDescription="Find quick answers to the most common questions about Avio Forge, our products, and services. If you don't find what you need, feel free to contact us directly." sideDescription="Find quick answers to the most common questions about Avio Forge, our products, and services. If you don't find what you need, feel free to contact us directly."
@@ -415,28 +248,17 @@ export default function LandingPage() {
description="Have a question or need assistance with our products or services? Our dedicated team is ready to help you. Reach out today and let's forge a solution together!" description="Have a question or need assistance with our products or services? Our dedicated team is ready to help you. Reach out today and let's forge a solution together!"
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Your Name", required: true,
type: "text",
placeholder: "Your Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Your Email", required: true,
type: "email",
placeholder: "Your Email",
required: true,
}, },
{ {
name: "subject", name: "subject", type: "text", placeholder: "Subject", required: false,
type: "text",
placeholder: "Subject",
required: false,
}, },
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Your Message", rows: 5,
placeholder: "Your Message",
rows: 5,
required: true, required: true,
}} }}
imageSrc="http://img.b2bpic.net/free-photo/teamwork-looking-front_1098-14486.jpg" imageSrc="http://img.b2bpic.net/free-photo/teamwork-looking-front_1098-14486.jpg"
@@ -453,49 +275,31 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Products", label: "Products", href: "#products"},
href: "#products",
},
{ {
label: "Custom Solutions", label: "Custom Solutions", href: "#features"},
href: "#features",
},
{ {
label: "Quality Control", label: "Quality Control", href: "#features"},
href: "#features",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Our Values", label: "Our Values", href: "#about"},
href: "#about",
},
{ {
label: "Achievements", label: "Achievements", href: "#metrics"},
href: "#metrics",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
{ {
label: "Contact Support", label: "Contact Support", href: "#contact"},
href: "#contact",
},
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
], ],
}, },
]} ]}