diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2b9ff53..56bc64d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -13,9 +13,9 @@ export default function AboutPage() { const navItems = [ { name: "Home", id: "/" }, { name: "Features", id: "#features" }, - { name: "Pricing", id: "#pricing" }, - { name: "FAQ", id: "#faq" }, - { name: "Contact", id: "#contact" }, + { name: "Pricing", id: "/pricing" }, + { name: "FAQ", id: "/faq" }, + { name: "Contact", id: "/contact" }, ]; return ( @@ -36,9 +36,7 @@ export default function AboutPage() { brandName="SlotHub" navItems={navItems} button={{ - text: "Enroll Now", - href: "#pricing", - }} + text: "Enroll Now", href: "/contact"}} className="fixed top-6 left-1/2 -translate-x-1/2 z-50 w-11/12 max-w-6xl" /> @@ -52,19 +50,11 @@ export default function AboutPage() { tagAnimation="slide-up" negativeCard={{ items: [ - "Complicated enrollment processes", - "Unclear capacity information", - "Lack of transparency", - "Poor customer communication", - ], + "Complicated enrollment processes", "Unclear capacity information", "Lack of transparency", "Poor customer communication"], }} positiveCard={{ items: [ - "Simplified enrollment workflow", - "Real-time capacity tracking", - "Complete transparency", - "Exceptional customer engagement", - ], + "Simplified enrollment workflow", "Real-time capacity tracking", "Complete transparency", "Exceptional customer engagement"], }} animationType="slide-up" textboxLayout="default" @@ -82,19 +72,11 @@ export default function AboutPage() { tagAnimation="slide-up" negativeCard={{ items: [ - "Manual verification delays", - "Limited accessibility", - "Inflexible payment options", - "No community features", - ], + "Manual verification delays", "Limited accessibility", "Inflexible payment options", "No community features"], }} positiveCard={{ items: [ - "Instant identity verification", - "Accessible everywhere", - "Multiple payment methods", - "Strong community building", - ], + "Instant identity verification", "Accessible everywhere", "Multiple payment methods", "Strong community building"], }} animationType="slide-up" textboxLayout="default" @@ -107,32 +89,11 @@ export default function AboutPage() {
console.log("Email submitted:", email)} - ariaLabel="Contact and newsletter signup section" + inputPlaceholder="Enter your full name" + buttonText="Enroll Now" + termsText="By enrolling, you agree to our Terms of Service and Privacy Policy. We respect your privacy and will only use your information for enrollment purposes." + onSubmit={(email) => console.log("Form submitted:", email)} + ariaLabel="Enrollment form section" />
@@ -63,87 +62,51 @@ export default function ContactPage() { logoText="SlotHub" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { - label: "Pricing Plans", - href: "/pricing", - }, + label: "Pricing Plans", href: "/pricing"}, { - label: "Features", - href: "#features", - }, + label: "Features", href: "#features"}, { - label: "How It Works", - href: "#", - }, + label: "How It Works", href: "#"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, { - label: "Press", - href: "#", - }, + label: "Press", href: "#"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Help Center", - href: "/faq", - }, + label: "Help Center", href: "/faq"}, { - label: "Contact Us", - href: "/contact", - }, + label: "Contact Us", href: "/contact"}, { - label: "Status", - href: "#", - }, + label: "Status", href: "#"}, { - label: "Documentation", - href: "#", - }, + label: "Documentation", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, { - label: "Cookie Policy", - href: "#", - }, + label: "Cookie Policy", href: "#"}, { - label: "Compliance", - href: "#", - }, + label: "Compliance", href: "#"}, ], }, ]} diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 28daa33..6752ae2 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -14,13 +14,12 @@ export default function FaqPage() { { name: "Features", id: "#features" }, { name: "Pricing", id: "/pricing" }, { name: "FAQ", id: "/faq" }, - { name: "Contact", id: "#contact" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Pricing Plans", href: "/pricing" }, { label: "Features", href: "#features" }, { label: "How It Works", href: "#" }, @@ -28,8 +27,7 @@ export default function FaqPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -37,8 +35,7 @@ export default function FaqPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Help Center", href: "/faq" }, { label: "Contact Us", href: "/contact" }, { label: "Status", href: "#" }, @@ -46,8 +43,7 @@ export default function FaqPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -74,9 +70,7 @@ export default function FaqPage() { brandName="SlotHub" navItems={navItems} button={{ - text: "Enroll Now", - href: "#pricing", - }} + text: "Enroll Now", href: "/contact"}} className="fixed top-6 left-1/2 -translate-x-1/2 z-50 w-11/12 max-w-6xl" /> @@ -98,35 +92,17 @@ export default function FaqPage() { animationType="smooth" faqs={[ { - id: "1", - title: "What is the enrollment fee?", - content: "The standard enrollment fee is PKR 200. We also offer early bird specials at PKR 150 for limited time, and priority plans at PKR 300 for enhanced benefits.", - }, + id: "1", title: "What is the enrollment fee?", content: "The standard enrollment fee is PKR 200. We also offer early bird specials at PKR 150 for limited time, and priority plans at PKR 300 for enhanced benefits."}, { - id: "2", - title: "How many slots are available?", - content: "We have a total capacity of 1500 slots. Slots are allocated on a first-come, first-served basis. You can check real-time availability on our platform.", - }, + id: "2", title: "How many slots are available?", content: "We have a total capacity of 1500 slots. Slots are allocated on a first-come, first-served basis. You can check real-time availability on our platform."}, { - id: "3", - title: "What payment methods do you accept?", - content: "We accept all major payment methods including credit/debit cards, mobile wallets, and bank transfers. All transactions are secure and encrypted.", - }, + id: "3", title: "What payment methods do you accept?", content: "We accept all major payment methods including credit/debit cards, mobile wallets, and bank transfers. All transactions are secure and encrypted."}, { - id: "4", - title: "Can I get a refund?", - content: "Yes, we offer a 7-day money-back guarantee if you're not satisfied. Simply contact our support team for a hassle-free refund.", - }, + id: "4", title: "Can I get a refund?", content: "Yes, we offer a 7-day money-back guarantee if you're not satisfied. Simply contact our support team for a hassle-free refund."}, { - id: "5", - title: "How long is my enrollment valid?", - content: "Your enrollment is valid indefinitely. Once you enroll and pay the fee, you have lifetime access to the platform and all its features.", - }, + id: "5", title: "How long is my enrollment valid?", content: "Your enrollment is valid indefinitely. Once you enroll and pay the fee, you have lifetime access to the platform and all its features."}, { - id: "6", - title: "Is my personal information secure?", - content: "Absolutely. We use enterprise-grade encryption and comply with all data protection regulations. Your information is safe with us.", - }, + id: "6", title: "Is my personal information secure?", content: "Absolutely. We use enterprise-grade encryption and comply with all data protection regulations. Your information is safe with us."}, ]} ariaLabel="FAQ section" /> @@ -140,8 +116,7 @@ export default function FaqPage() { tagIcon={Mail} tagAnimation="slide-up" background={{ - variant: "sparkles-gradient", - }} + variant: "sparkles-gradient"}} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Enroll Today" diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ee9538..e5aa47f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,9 +18,9 @@ export default function HomePage() { const navItems = [ { name: "Home", id: "/" }, { name: "Features", id: "#features" }, - { name: "Pricing", id: "#pricing" }, - { name: "FAQ", id: "#faq" }, - { name: "Contact", id: "#contact" }, + { name: "Pricing", id: "/pricing" }, + { name: "FAQ", id: "/faq" }, + { name: "Contact", id: "/contact" }, ]; return ( @@ -41,9 +41,7 @@ export default function HomePage() { brandName="SlotHub" navItems={navItems} button={{ - text: "Enroll Now", - href: "#pricing", - }} + text: "Enroll Now", href: "/contact"}} className="fixed top-6 left-1/2 -translate-x-1/2 z-50 w-11/12 max-w-6xl" /> @@ -57,31 +55,21 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} buttons={[ - { text: "Enroll Now - PKR 200", href: "#pricing" }, + { text: "Enroll Now - PKR 200", href: "/contact" }, { text: "Learn More", href: "#features" }, ]} buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app-concept_23-2148597549.jpg", - imageAlt: "Enrollment Management Dashboard", - }, + imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app-concept_23-2148597549.jpg", imageAlt: "Enrollment Management Dashboard"}, { - imageSrc: "http://img.b2bpic.net/free-vector/shopping-online-landing-page-concept_23-2148529678.jpg", - imageAlt: "Marketplace Interface", - }, + imageSrc: "http://img.b2bpic.net/free-vector/shopping-online-landing-page-concept_23-2148529678.jpg", imageAlt: "Marketplace Interface"}, { - imageSrc: "http://img.b2bpic.net/free-vector/banners-set-different-plans-web_23-2147607464.jpg", - imageAlt: "Secure Payment Processing", - }, + imageSrc: "http://img.b2bpic.net/free-vector/banners-set-different-plans-web_23-2147607464.jpg", imageAlt: "Secure Payment Processing"}, { - imageSrc: "http://img.b2bpic.net/free-photo/sign-user-password-privacy-concept_53876-121137.jpg", - imageAlt: "User Profile Management", - }, + imageSrc: "http://img.b2bpic.net/free-photo/sign-user-password-privacy-concept_53876-121137.jpg", imageAlt: "User Profile Management"}, { - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-tablet_53876-95241.jpg", - imageAlt: "Analytics Dashboard", - }, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-tablet_53876-95241.jpg", imageAlt: "Analytics Dashboard"}, ]} ariaLabel="Hero section showcasing enrollment slots" /> @@ -96,19 +84,11 @@ export default function HomePage() { tagAnimation="slide-up" negativeCard={{ items: [ - "Manual enrollment processing", - "Limited capacity visibility", - "Slow verification process", - "No real-time updates", - ], + "Manual enrollment processing", "Limited capacity visibility", "Slow verification process", "No real-time updates"], }} positiveCard={{ items: [ - "Instant automated enrollment", - "Real-time slot availability", - "Fast identity verification", - "Live status notifications", - ], + "Instant automated enrollment", "Real-time slot availability", "Fast identity verification", "Live status notifications"], }} animationType="slide-up" textboxLayout="default" @@ -126,41 +106,20 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "1", - brand: "SlotHub", - name: "Standard Enrollment", - price: "PKR 200", - rating: 5, - reviewCount: "2.3k", - imageSrc: "http://img.b2bpic.net/free-vector/certificate-appreciation-with-purple-geometric-forms_23-2147613202.jpg?_wi=1", - imageAlt: "Standard Enrollment Package", - }, + id: "1", brand: "SlotHub", name: "Standard Enrollment", price: "PKR 200", rating: 5, + reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-vector/certificate-appreciation-with-purple-geometric-forms_23-2147613202.jpg", imageAlt: "Standard Enrollment Package"}, { - id: "2", - brand: "SlotHub", - name: "Priority Enrollment", - price: "PKR 300", - rating: 5, - reviewCount: "1.8k", - imageSrc: "http://img.b2bpic.net/free-vector/bartender-certificate-template-design_742173-3058.jpg?_wi=1", - imageAlt: "Priority Enrollment Package", - }, + id: "2", brand: "SlotHub", name: "Priority Enrollment", price: "PKR 300", rating: 5, + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-vector/bartender-certificate-template-design_742173-3058.jpg", imageAlt: "Priority Enrollment Package"}, { - id: "3", - brand: "SlotHub", - name: "Early Bird Special", - price: "PKR 150", - rating: 5, - reviewCount: "3.2k", - imageSrc: "http://img.b2bpic.net/free-vector/assortment-decorative-independence-day-stickers_23-2147627326.jpg?_wi=1", - imageAlt: "Early Bird Enrollment Package", - }, + id: "3", brand: "SlotHub", name: "Early Bird Special", price: "PKR 150", rating: 5, + reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-vector/assortment-decorative-independence-day-stickers_23-2147627326.jpg", imageAlt: "Early Bird Enrollment Package"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - buttons={[{ text: "View All Packages", href: "#pricing" }]} + buttons={[{ text: "View All Packages", href: "/pricing" }]} buttonAnimation="slide-up" ariaLabel="Product showcase section" /> @@ -175,58 +134,31 @@ export default function HomePage() { tagAnimation="slide-up" plans={[ { - id: "1", - badge: "Standard Plan", - badgeIcon: CheckCircle, - price: "PKR 200", - subtitle: "Perfect for first-time enrollees", - buttons={[ - { text: "Enroll Now", href: "#" }, + id: "1", badge: "Standard Plan", badgeIcon: CheckCircle, + price: "PKR 200", subtitle: "Perfect for first-time enrollees", buttons: [ + { text: "Enroll Now", href: "/contact" }, { text: "Learn More", href: "#" }, - ]} - features={[ - "Instant enrollment confirmation", - "Lifetime access to platform", - "Email support", - "Digital certificate of enrollment", - "Access to community resources", - ]} + ], + features: [ + "Instant enrollment confirmation", "Lifetime access to platform", "Email support", "Digital certificate of enrollment", "Access to community resources"] }, { - id: "2", - badge: "Priority Plan", - badgeIcon: Sparkles, - price: "PKR 300", - subtitle: "Enhanced experience for priority members", - buttons={[ - { text: "Upgrade Now", href: "#" }, + id: "2", badge: "Priority Plan", badgeIcon: Sparkles, + price: "PKR 300", subtitle: "Enhanced experience for priority members", buttons: [ + { text: "Upgrade Now", href: "/contact" }, { text: "Compare Plans", href: "#" }, - ]} - features={[ - "Everything in Standard", - "Priority slot reservation", - "24/7 dedicated support", - "Priority customer service", - "Exclusive member updates", - ]} + ], + features: [ + "Everything in Standard", "Priority slot reservation", "24/7 dedicated support", "Priority customer service", "Exclusive member updates"] }, { - id: "3", - badge: "Early Bird", - badgeIcon: Zap, - price: "PKR 150", - subtitle: "Limited-time offer for early enrollees", - buttons={[ - { text: "Grab Offer", href: "#" }, + id: "3", badge: "Early Bird", badgeIcon: Zap, + price: "PKR 150", subtitle: "Limited-time offer for early enrollees", buttons: [ + { text: "Grab Offer", href: "/contact" }, { text: "Details", href: "#" }, - ]} - features={[ - "Standard enrollment benefits", - "First-come-first-served basis", - "Valid for 48 hours only", - "Email support included", - "Community forum access", - ]} + ], + features: [ + "Standard enrollment benefits", "First-come-first-served basis", "Valid for 48 hours only", "Email support included", "Community forum access"] }, ]} animationType="slide-up" @@ -241,41 +173,13 @@ export default function HomePage() { @@ -385,17 +264,15 @@ export default function HomePage() { logoText="SlotHub" columns={[ { - title: "Product", - items: [ - { label: "Pricing Plans", href: "#pricing" }, + title: "Product", items: [ + { label: "Pricing Plans", href: "/pricing" }, { label: "Features", href: "#features" }, { label: "How It Works", href: "#" }, { label: "Testimonials", href: "#testimonials" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -403,17 +280,15 @@ export default function HomePage() { ], }, { - title: "Support", - items: [ - { label: "Help Center", href: "#faq" }, - { label: "Contact Us", href: "#contact" }, + title: "Support", items: [ + { label: "Help Center", href: "/faq" }, + { label: "Contact Us", href: "/contact" }, { label: "Status", href: "#" }, { label: "Documentation", href: "#" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 6655d86..0aff6a3 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -15,13 +15,12 @@ export default function PricingPage() { { name: "Features", id: "#features" }, { name: "Pricing", id: "/pricing" }, { name: "FAQ", id: "/faq" }, - { name: "Contact", id: "#contact" }, + { name: "Contact", id: "/contact" }, ]; const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Pricing Plans", href: "/pricing" }, { label: "Features", href: "#features" }, { label: "How It Works", href: "#" }, @@ -29,8 +28,7 @@ export default function PricingPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -38,8 +36,7 @@ export default function PricingPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Help Center", href: "/faq" }, { label: "Contact Us", href: "/contact" }, { label: "Status", href: "#" }, @@ -47,8 +44,7 @@ export default function PricingPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -75,9 +71,7 @@ export default function PricingPage() { brandName="SlotHub" navItems={navItems} button={{ - text: "Enroll Now", - href: "#pricing", - }} + text: "Enroll Now", href: "/contact"}} className="fixed top-6 left-1/2 -translate-x-1/2 z-50 w-11/12 max-w-6xl" /> @@ -91,76 +85,37 @@ export default function PricingPage() { tagAnimation="slide-up" plans={[ { - id: "1", - badge: "Standard Plan", - badgeIcon: Award, - price: "PKR 200", - subtitle: "Perfect for first-time enrollees", - buttons: [ + id: "1", badge: "Standard Plan", badgeIcon: Award, + price: "PKR 200", subtitle: "Perfect for first-time enrollees", buttons: [ { - text: "Enroll Now", - href: "#", - }, + text: "Enroll Now", href: "/contact"}, { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ], features: [ - "Instant enrollment confirmation", - "Lifetime access to platform", - "Email support", - "Digital certificate of enrollment", - "Access to community resources", - ], + "Instant enrollment confirmation", "Lifetime access to platform", "Email support", "Digital certificate of enrollment", "Access to community resources"], }, { - id: "2", - badge: "Priority Plan", - badgeIcon: Sparkles, - price: "PKR 300", - subtitle: "Enhanced experience for priority members", - buttons: [ + id: "2", badge: "Priority Plan", badgeIcon: Sparkles, + price: "PKR 300", subtitle: "Enhanced experience for priority members", buttons: [ { - text: "Upgrade Now", - href: "#", - }, + text: "Upgrade Now", href: "/contact"}, { - text: "Compare Plans", - href: "#", - }, + text: "Compare Plans", href: "#"}, ], features: [ - "Everything in Standard", - "Priority slot reservation", - "24/7 dedicated support", - "Priority customer service", - "Exclusive member updates", - ], + "Everything in Standard", "Priority slot reservation", "24/7 dedicated support", "Priority customer service", "Exclusive member updates"], }, { - id: "3", - badge: "Early Bird", - badgeIcon: Zap, - price: "PKR 150", - subtitle: "Limited-time offer for early enrollees", - buttons: [ + id: "3", badge: "Early Bird", badgeIcon: Zap, + price: "PKR 150", subtitle: "Limited-time offer for early enrollees", buttons: [ { - text: "Grab Offer", - href: "#", - }, + text: "Grab Offer", href: "/contact"}, { - text: "Details", - href: "#", - }, + text: "Details", href: "#"}, ], features: [ - "Standard enrollment benefits", - "First-come-first-served basis", - "Valid for 48 hours only", - "Email support included", - "Community forum access", - ], + "Standard enrollment benefits", "First-come-first-served basis", "Valid for 48 hours only", "Email support included", "Community forum access"], }, ]} animationType="slide-up" @@ -180,37 +135,16 @@ export default function PricingPage() { tagAnimation="slide-up" products={[ { - id: "1", - brand: "SlotHub", - name: "Standard Enrollment", - price: "PKR 200", - rating: 5, - reviewCount: "2.3k", - imageSrc: "http://img.b2bpic.net/free-vector/certificate-appreciation-with-purple-geometric-forms_23-2147613202.jpg?_wi=2", - imageAlt: "Standard Enrollment Package", - isFavorited: false, + id: "1", brand: "SlotHub", name: "Standard Enrollment", price: "PKR 200", rating: 5, + reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-vector/certificate-appreciation-with-purple-geometric-forms_23-2147613202.jpg?_wi=2", imageAlt: "Standard Enrollment Package", isFavorited: false, }, { - id: "2", - brand: "SlotHub", - name: "Priority Enrollment", - price: "PKR 300", - rating: 5, - reviewCount: "1.8k", - imageSrc: "http://img.b2bpic.net/free-vector/bartender-certificate-template-design_742173-3058.jpg?_wi=2", - imageAlt: "Priority Enrollment Package", - isFavorited: false, + id: "2", brand: "SlotHub", name: "Priority Enrollment", price: "PKR 300", rating: 5, + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-vector/bartender-certificate-template-design_742173-3058.jpg?_wi=2", imageAlt: "Priority Enrollment Package", isFavorited: false, }, { - id: "3", - brand: "SlotHub", - name: "Early Bird Special", - price: "PKR 150", - rating: 5, - reviewCount: "3.2k", - imageSrc: "http://img.b2bpic.net/free-vector/assortment-decorative-independence-day-stickers_23-2147627326.jpg?_wi=2", - imageAlt: "Early Bird Enrollment Package", - isFavorited: false, + id: "3", brand: "SlotHub", name: "Early Bird Special", price: "PKR 150", rating: 5, + reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-vector/assortment-decorative-independence-day-stickers_23-2147627326.jpg?_wi=2", imageAlt: "Early Bird Enrollment Package", isFavorited: false, }, ]} gridVariant="three-columns-all-equal-width" @@ -219,9 +153,7 @@ export default function PricingPage() { useInvertedBackground={false} buttons={[ { - text: "View All Packages", - href: "#pricing", - }, + text: "View All Packages", href: "#pricing"}, ]} buttonAnimation="slide-up" ariaLabel="Product showcase section" @@ -232,41 +164,13 @@ export default function PricingPage() { (function SvgTextLogo({ - logoText, - adjustHeightFactor, - verticalAlign = "top", - className = "", -}) { - const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor); - +const SvgTextLogo: React.FC = ({ text, className = '' }) => { return ( - {logoText} + {text} ); -}); - -SvgTextLogo.displayName = "SvgTextLogo"; +}; export default SvgTextLogo;