Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-30 20:59:06 +00:00
2 changed files with 130 additions and 10 deletions

View File

@@ -36,6 +36,8 @@ export default function LandingPage() {
name: "Products", id: "#products"},
{
name: "About Us", id: "#about"},
{
name: "Pricing", id: "/pricing"},
{
name: "Testimonials", id: "#testimonials"},
{
@@ -208,16 +210,11 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
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: "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: "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 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-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."},
]}
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."},n {
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."},n {
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."},n {
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."},n {
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."},n ]}
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."
/>

123
src/app/pricing/page.tsx Normal file
View File

@@ -0,0 +1,123 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Sparkles, Award, Globe, Plane } from "lucide-react";
export default function PricingPage() {
const pricingPlans = [
{
id: "basic", badge: "Starter", badgeIcon: Sparkles,
price: "$29/month", name: "Basic Aviator", buttons: [{ text: "Get Started", href: "#" }],
features: [
"Access to standard plane models", "5 custom sticker designs", "Email support", "Community forum access"
]
},
{
id: "pro", badge: "Most Popular", badgeIcon: Award,
price: "$59/month", name: "Pro Pilot", buttons: [{ text: "Choose Plan", href: "#" }],
features: [
"All Basic features", "Access to premium plane models", "20 custom sticker designs", "Exclusive PAF collection access", "Priority email support", "Limited edition drops"
]
},
{
id: "enterprise", badge: "Enterprise", badgeIcon: Globe,
price: "Custom", name: "Flight Commander", buttons: [{ text: "Contact Us", href: "#contact" }],
features: [
"All Pro features", "Unlimited custom sticker designs", "Dedicated account manager", "Early access to new releases", "Custom sourcing of PAF items", "On-demand consultations"
]
}
];
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
defaultTextAnimation="background-highlight"
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumLargeSizeMediumTitles"
background="noiseDiagonalGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Products", id: "#products"},
{
name: "About Us", id: "#about"},
{
name: "Pricing", id: "/pricing"},
{
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ", id: "#faq"},
{
name: "Contact", id: "#contact"},
]}
brandName="Avio Forge"
button={{
text: "Get a Quote", href: "/contact" // Link to the contact page, not section
}}
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Our Flexible Pricing for Every Aviator"
description="Choose the plan that best suits your passion for aviation, from basic access to exclusive collections and dedicated support."
plans={pricingPlans}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Small Planes", href: "#products"},
{
label: "Plane Stickers", href: "#products"},
{
label: "PAF Gear", href: "#products"}
]
},
{
items: [
{
label: "Our Story", href: "#about"},
{
label: "Our Mission", href: "#about"},
{
label: "Aviation Impact", href: "#metrics"}
]
},
{
items: [
{
label: "FAQs", href: "#faq"},
{
label: "Contact Support", href: "#contact"},
{
label: "Privacy Policy", href: "#"}
]
}
]}
logoText="Avio Forge"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}