Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 06f457f2aa | |||
| a93ebb9245 | |||
| c042655151 |
@@ -11,8 +11,8 @@ import { Mulish } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Avio Forge | Precision Engineered Products',
|
||||
description: 'Discover high-quality, precision-engineered products and custom solutions from Avio Forge. Innovating for durability and performance across industries.',
|
||||
title: 'Avio Forge | Small Planes, Stickers & PAF Gear',
|
||||
description: 'Avio Forge offers a wide selection of small planes, custom plane stickers, and exclusive Pakistan Air Force (PAF) merchandise for aviation enthusiasts and collectors.',
|
||||
keywords: ["Avio Forge, precision engineering, industrial products, custom manufacturing, quality components, mechanical parts, advanced solutions"],
|
||||
openGraph: {
|
||||
"title": "Avio Forge | Precision Engineered Products",
|
||||
|
||||
392
src/app/page.tsx
392
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Award, Globe, Settings, Sparkles, Users } from "lucide-react";
|
||||
import { Award, Globe, Settings, Sparkles, Users, Plane, Sticker, Shield } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,31 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
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="Avio Forge"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,116 +53,63 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
imagePosition="right"
|
||||
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."
|
||||
title="Avio Forge: Your Destination for Aviation Excellence"
|
||||
description="Explore a curated collection of small planes, unique aircraft stickers, and authentic Pakistan Air Force (PAF) memorabilia. We fuel your passion for flight."
|
||||
testimonials={[
|
||||
{
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-entrepreneur-sitting-workspace-looking-camera_482257-8143.jpg",
|
||||
imageAlt: "Sarah J.",
|
||||
},
|
||||
name: "Ahmad K.", handle: "@AviationFanatic", testimonial: "The small plane models from Avio Forge are incredible! The detail and quality are unmatched. A must-have for any collector.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg", imageAlt: "Ahmad K."},
|
||||
{
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-relaxing-home_23-2150307065.jpg",
|
||||
imageAlt: "Michael D.",
|
||||
},
|
||||
name: "Fatima Z.", handle: "@StickerQueen", testimonial: "Avio Forge's custom plane stickers are fantastic! High quality, vibrant, and they look great on my laptop and gear. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-coffee-cup_23-2148095745.jpg", imageAlt: "Fatima Z."},
|
||||
{
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg",
|
||||
imageAlt: "Emily R.",
|
||||
},
|
||||
name: "Omer B.", handle: "@PAFCollector", testimonial: "Finally found authentic PAF collectibles at Avio Forge! Their selection is impressive and the items are truly unique. Will definitely be back.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg", imageAlt: "Omer B."},
|
||||
{
|
||||
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,
|
||||
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: "Sara N.", handle: "@ModelPlaneLover", testimonial: "Avio Forge helped me complete my model plane collection. The customer service was excellent and the product arrived in perfect condition.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg", imageAlt: "Sara N."},
|
||||
{
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg",
|
||||
imageAlt: "Jessica L.",
|
||||
},
|
||||
name: "Bilal H.", handle: "@FlightGear", testimonial: "Beyond impressed with the quality of aviation gear from Avio Forge. It's clear they share a passion for flight. My go-to store now!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg", imageAlt: "Bilal H."},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Discover Aircraft", href: "#products"},
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Shop Stickers & Gear", href: "#products"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-coffee-cup_23-2148095745.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-coffee-cup_23-2148095745.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-employee-happy-be-back-work_23-2148727616.jpg", alt: "Customer 4"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
avatarText="Trusted by thousands"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/workshop_23-2147773401.jpg"
|
||||
imageAlt="Avio Forge workshop with sleek machinery"
|
||||
avatarText="Trusted by thousands of aviators"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/jet-fighter-flying-against-sky_1130-221.jpg"
|
||||
imageAlt="Modern jet fighter flying against a dramatic sky"
|
||||
mediaAnimation="slide-up"
|
||||
fixedMediaHeight={true}
|
||||
marqueeItems={[
|
||||
{
|
||||
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",
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/jet-fighter-flying-against-sky_1130-221.jpg", alt: "Jet fighter in flight"},
|
||||
{
|
||||
type: "text-icon", text: "Precision Aircraft Models", icon: Plane,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Precision Machining",
|
||||
icon: Settings,
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/custom-vinyl-stickers_9876-5432.jpg", alt: "Custom plane stickers"},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
type: "text", text: "Authentic PAF Collectibles"},
|
||||
{
|
||||
type: "text",
|
||||
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",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/pakistan-air-force-jet_1150-14981.jpg", alt: "Pakistan Air Force jet"},
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
showMarqueeCard={true}
|
||||
@@ -187,36 +122,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
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",
|
||||
title: "Precision Aircraft Models", description: "Each small plane model is meticulously crafted to ensure authentic detail and superior quality, perfect for collectors and enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-biplane-model_4321-8765.jpg?_wi=1", imageAlt: "Detailed vintage biplane model", buttonIcon: Plane,
|
||||
},
|
||||
{
|
||||
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",
|
||||
title: "Unique Plane Stickers", description: "Personalize your gear with our high-quality, custom-designed aircraft stickers, featuring iconic planes and aviation themes.", imageSrc: "http://img.b2bpic.net/free-photo/white-sticker-mockup_105423-149.jpg", imageAlt: "Collection of custom plane stickers", buttonIcon: Sticker,
|
||||
},
|
||||
{
|
||||
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",
|
||||
title: "Authentic PAF Memorabilia", description: "Discover a range of genuine Pakistan Air Force (PAF) merchandise, honoring the bravery and legacy of the nation's air defenders.", imageSrc: "http://img.b2bpic.net/free-photo/pakistan-air-force-jet_1150-14981.jpg", imageAlt: "Pakistan Air Force jet taking off", buttonIcon: Shield,
|
||||
},
|
||||
{
|
||||
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",
|
||||
title: "Aviation Enthusiast Community", description: "Join a vibrant community passionate about aviation. Avio Forge is more than a store; it's a hub for pilots, modelers, and collectors.", imageSrc: "http://img.b2bpic.net/free-photo/group-of-people-discussing-aircraft_aviation-community-meeting.jpg", imageAlt: "Group of aviation enthusiasts discussing aircraft models", buttonIcon: Users,
|
||||
},
|
||||
]}
|
||||
title="Innovative Products, Unmatched Quality"
|
||||
description="At Avio Forge, we are dedicated to designing and manufacturing products that stand the test of time and exceed expectations, driving your success forward."
|
||||
title="Experience the Avio Forge Difference"
|
||||
description="Dedicated to quality, authenticity, and the spirit of aviation, Avio Forge brings you products crafted with passion and precision."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -228,50 +147,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
id: "1", name: "F-16 Falcon Model (1:72 Scale)", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/f16-model-plane_1234-5678.jpg", imageAlt: "F-16 Falcon model plane"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
id: "2", name: "Custom Jet Silhouette Sticker", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/custom-jet-sticker_9876-5432.jpg", imageAlt: "Custom jet silhouette sticker"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
id: "3", name: "PAF Wing Logo Patch", price: "$18.50", imageSrc: "http://img.b2bpic.net/free-photo/paf-logo-patch_patch-mockup-1.jpg", imageAlt: "Pakistan Air Force wing logo patch"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
id: "4", name: "Vintage Biplane Model (Display)", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/vintage-biplane-model_4321-8765.jpg?_wi=2", imageAlt: "Vintage biplane display model"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
id: "5", name: "Blueprint Fighter Jet Sticker Pack", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/fighter-jet-blueprint-sticker_blueprint-sticker-mockup.jpg", imageAlt: "Fighter jet blueprint sticker pack"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
id: "6", name: "PAF Squadron Commemorative T-Shirt", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/paf-tshirt-mockup_tshirt-mockup-1.jpg", imageAlt: "PAF squadron commemorative T-shirt"},
|
||||
]}
|
||||
title="Our Signature Collection"
|
||||
description="Browse our curated selection of high-quality items, meticulously crafted for durability, performance, and aesthetic appeal."
|
||||
title="Our Featured Aviation Collection"
|
||||
description="Dive into our diverse range of products, from detailed small plane models to exclusive PAF memorabilia and custom stickers."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -279,12 +168,12 @@ export default function LandingPage() {
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="About Avio Forge"
|
||||
title="Crafting Excellence Since Day One"
|
||||
description="Avio Forge is built on a foundation of precision engineering and a passion for creating lasting value. We believe in innovation that serves, delivering products that empower."
|
||||
subdescription="Our journey began with a simple idea: to provide products that not only meet but anticipate the evolving needs of our customers, ensuring satisfaction and reliability with every solution we provide. We are more than manufacturers; we are innovators."
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/solar-panels-plant-expert-instructing-technician-how-best-harness-sun-power_482257-119569.jpg"
|
||||
imageAlt="Engineers collaborating on an industrial project"
|
||||
title="Fuelling Your Passion for Flight & Heritage"
|
||||
description="Avio Forge is born from a deep love for aviation and a commitment to honor the legacy of air forces, especially the esteemed Pakistan Air Force. We meticulously source and create products that resonate with enthusiasts and collectors alike."
|
||||
subdescription="Our mission is to be the premier destination for high-quality small planes, unique aircraft stickers, and authentic PAF memorabilia. We strive to foster a community where the spirit of flight and national pride soar together."
|
||||
icon={Plane}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aircraft-hangar-airplane_1112-230.jpg"
|
||||
imageAlt="Aircraft in a hangar, symbolizing aviation passion"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -296,32 +185,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Sparkles,
|
||||
title: "Projects Completed",
|
||||
value: "500+",
|
||||
},
|
||||
id: "1", icon: Plane,
|
||||
title: "Aircraft Models Sold", value: "1000+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Users,
|
||||
title: "Satisfied Clients",
|
||||
value: "200+",
|
||||
},
|
||||
id: "2", icon: Sticker,
|
||||
title: "Custom Stickers Created", value: "5000+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Award,
|
||||
title: "Years in Business",
|
||||
value: "10+",
|
||||
},
|
||||
id: "3", icon: Shield,
|
||||
title: "PAF Items Curated", value: "200+"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Globe,
|
||||
title: "Global Reach",
|
||||
value: "20+ Countries",
|
||||
},
|
||||
id: "4", icon: Users,
|
||||
title: "Satisfied Aviators", value: "5000+"},
|
||||
]}
|
||||
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."
|
||||
title="Our Commitment to the Aviation Community"
|
||||
description="Avio Forge is proud to serve a growing community of aviation lovers, delivering quality and authenticity in every product."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -331,53 +208,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
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.",
|
||||
},
|
||||
id: "1", title: "Exceptional Quality and Detail", quote: "The F-16 model I bought is a masterpiece. Avio Forge delivers true collector's items with incredible attention to detail!", name: "Ahmad K.", role: "Aviation Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/joyful-handsome-man-singing-song-microphone-showing-rocknroll-gesture-excited-standing-turqu_1258-149801.jpg", imageAlt: "Ahmad K."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
id: "2", title: "Perfect Custom Stickers", quote: "I love the custom plane stickers! They perfectly capture the spirit of flight and look fantastic on my gear. Great quality and service.", name: "Fatima Z.", role: "Avionics Hobbyist", imageSrc: "http://img.b2bpic.net/free-photo/amazing-beautiful-redhead-young-lady-sitting-cafe_171337-15275.jpg", imageAlt: "Fatima Z."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
id: "3", title: "Genuine PAF Collectibles", quote: "Finding authentic PAF merchandise was a challenge until Avio Forge. Their collection is impressive and truly honors the legacy of the Pakistan Air Force.", name: "Omer B.", role: "Military Historian & Collector", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-man-glasses-is-posing-photographer-studio_613910-2638.jpg", imageAlt: "Omer B."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
id: "4", title: "A Community for Aviators", quote: "Avio Forge is more than a store; it's a community for aviation enthusiasts. Highly recommend their products and the shared passion for flight.", name: "Sara N.", role: "Aspiring Pilot", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-african-businesswoman-standing-white-background_171337-16075.jpg", imageAlt: "Sara N."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
id: "5", title: "High-Quality Aviation Gear", quote: "From small planes to PAF gear, every item reflects quality and a genuine love for aviation. A fantastic discovery for any enthusiast!", name: "Bilal H.", role: "Flight Simulator Enthusiast", 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: "Bilal H."},
|
||||
]}
|
||||
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."
|
||||
title="Voices of Our Aviation Community"
|
||||
description="Read what our cherished customers have to say about their Avio Forge experience, from product quality to our shared passion for flight."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -386,23 +228,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
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.",
|
||||
},
|
||||
id: "1", title: "What types of small planes does Avio Forge offer?", content: "Avio Forge offers a diverse range of small plane models, including military jets, commercial airliners, and vintage aircraft, catering to various scales and preferences. We constantly update our inventory with new and exciting models."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
id: "2", title: "Can I request custom plane stickers?", content: "Yes, we specialize in custom plane stickers! You can submit your design ideas or choose from our existing templates to personalize your aircraft models, gadgets, or vehicles with unique aviation art."},
|
||||
{
|
||||
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.",
|
||||
},
|
||||
id: "3", title: "What kind of PAF (Pakistan Air Force) merchandise is available?", content: "Our PAF collection includes authentic memorabilia such as patches, badges, apparel, commemorative items, and scale models of PAF aircraft, all honoring the proud legacy of the Pakistan Air Force."},
|
||||
{
|
||||
id: "4", title: "Do you ship internationally?", content: "Yes, Avio Forge proudly offers international shipping to bring our aviation products to enthusiasts worldwide. Shipping costs and delivery times vary by destination."},
|
||||
{
|
||||
id: "5", title: "What is your return policy?", content: "We offer a hassle-free return policy within 30 days of purchase for most items, provided they are in their original condition. Custom orders may have specific return guidelines."},
|
||||
]}
|
||||
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."
|
||||
sideTitle="Your Questions, Our Aviation Answers"
|
||||
sideDescription="Browse common inquiries about Avio Forge's products, services, and commitment to the aviation community."
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
/>
|
||||
@@ -411,36 +248,25 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Get in Touch with Avio Forge"
|
||||
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!"
|
||||
title="Connect with Avio Forge"
|
||||
description="Whether you're looking for a specific plane model, a custom sticker design, or have questions about PAF merchandise, our team of aviation enthusiasts is here to assist you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "subject",
|
||||
type: "text",
|
||||
placeholder: "Subject",
|
||||
required: false,
|
||||
name: "subject", type: "text", placeholder: "Subject", required: false,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Your Message", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/teamwork-looking-front_1098-14486.jpg"
|
||||
imageAlt="Contact form background image"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aircraft-engine_23-2148408846.jpg"
|
||||
imageAlt="Aircraft engine close-up"
|
||||
mediaAnimation="none"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Message"
|
||||
@@ -453,49 +279,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Small Planes", href: "#products"},
|
||||
{
|
||||
label: "Custom Solutions",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Plane Stickers", href: "#products"},
|
||||
{
|
||||
label: "Quality Control",
|
||||
href: "#features",
|
||||
},
|
||||
label: "PAF Gear", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Our Values",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Mission", href: "#about"},
|
||||
{
|
||||
label: "Achievements",
|
||||
href: "#metrics",
|
||||
},
|
||||
label: "Aviation Impact", href: "#metrics"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Contact Support",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Support", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -505,4 +313,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user