diff --git a/src/app/affiliate-links/page.tsx b/src/app/affiliate-links/page.tsx new file mode 100644 index 0000000..01f70e5 --- /dev/null +++ b/src/app/affiliate-links/page.tsx @@ -0,0 +1,189 @@ +import PageLayout from '../components/PageLayout'; + +const posts = [ + { + id: 1, + title: 'TechInnovate Solutions', + href: 'https://example.com/affiliate/techinnovate', + description: + 'Leading provider of innovative tech solutions for businesses. Earn commissions on referrals.', + imageUrl: + 'https://images.unsplash.com/photo-1496128858413-b36217c2ce36?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3603&q=80', + category: { title: 'Technology', href: '#' }, + }, + { + id: 2, + title: 'GreenEnergy Corp', + href: 'https://example.com/affiliate/greenenergy', + description: + 'Sustainable energy products and services. Partner with us for eco-friendly commissions.', + imageUrl: + 'https://images.unsplash.com/photo-1547586696-ea22b4d4235d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3270&q=80', + category: { title: 'Energy', href: '#' }, + }, + { + id: 3, + title: 'FinanceHub Advisors', + href: 'https://example.com/affiliate/financehub', + description: + 'Expert financial advisory services. Get rewarded for every successful referral.', + imageUrl: + 'https://images.unsplash.com/photo-1492724441997-5dc865305da7?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3270&q=80', + category: { title: 'Finance', href: '#' }, + }, + { + id: 4, + title: 'HealthWell Clinics', + href: 'https://example.com/affiliate/healthwell', + description: + 'Comprehensive healthcare solutions. Affiliate program with competitive payouts.', + imageUrl: + 'https://images.unsplash.com/photo-1559136555-9303baea8ebd?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3270&q=80', + category: { title: 'Healthcare', href: '#' }, + }, + { + id: 5, + title: 'EduLearn Academy', + href: 'https://example.com/affiliate/edulearn', + description: + 'Online education platforms for all ages. Earn from educational referrals.', + imageUrl: + 'https://images.unsplash.com/photo-1485217988980-11786ced9454?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3270&q=80', + category: { title: 'Education', href: '#' }, + }, + { + id: 6, + title: 'TravelEase Agency', + href: 'https://example.com/affiliate/travelease', + description: + 'Seamless travel booking services. Commissions on every trip booked through affiliates.', + imageUrl: + 'https://images.unsplash.com/photo-1670272504528-790c24957dda?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3270&q=80', + category: { title: 'Travel', href: '#' }, + }, + { + id: 7, + title: 'RetailMax Stores', + href: 'https://example.com/affiliate/retailmax', + description: + 'Wide range of retail products. Join our affiliate network for sales commissions.', + imageUrl: + 'https://images.unsplash.com/photo-1670272505284-8faba1c31f7d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3270&q=80', + category: { title: 'Retail', href: '#' }, + }, + { + id: 8, + title: 'BuildPro Contractors', + href: 'https://example.com/affiliate/buildpro', + description: + 'Professional construction and renovation services. Affiliate rewards for leads.', + imageUrl: + 'https://images.unsplash.com/photo-1557804506-669a67965ba0?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3270&q=80', + category: { title: 'Construction', href: '#' }, + }, + { + id: 9, + title: 'FoodieDelight Catering', + href: 'https://example.com/affiliate/foodiedelight', + description: + 'Delicious catering services for events. Earn commissions on catering bookings.', + imageUrl: + 'https://images.unsplash.com/photo-1492724441997-5dc865305da7?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3270&q=80', + category: { title: 'Food', href: '#' }, + }, + { + id: 10, + title: 'AutoCare Mechanics', + href: 'https://example.com/affiliate/autocare', + description: + 'Reliable automotive repair and maintenance. Affiliate program with steady payouts.', + imageUrl: + 'https://images.unsplash.com/photo-1547586696-ea22b4d4235d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3270&q=80', + category: { title: 'Automotive', href: '#' }, + }, + { + id: 11, + title: 'FashionForward Boutique', + href: 'https://example.com/affiliate/fashionforward', + description: + 'Trendy fashion and accessories. Commissions on fashion sales through affiliates.', + imageUrl: + 'https://images.unsplash.com/photo-1496128858413-b36217c2ce36?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3270&q=80', + category: { title: 'Fashion', href: '#' }, + }, + { + id: 12, + title: 'PetCare Essentials', + href: 'https://example.com/affiliate/petcare', + description: + 'Everything for your pets. Earn from pet product referrals.', + imageUrl: + 'https://images.unsplash.com/photo-1559136555-9303baea8ebd?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=3270&q=80', + category: { title: 'Pets', href: '#' }, + }, +] + +export default function AffiliateLinksPage() { + return ( + +
+
+
+

+ Affiliate Partners +

+

+ Discover our trusted partners and earn commissions through affiliate + links. +

+
+
+ {posts.map((post) => ( + + ))} +
+
+
+
+ ) +} \ No newline at end of file diff --git a/src/app/components/Footer.tsx b/src/app/components/Footer.tsx index 62625cc..25f01f2 100644 --- a/src/app/components/Footer.tsx +++ b/src/app/components/Footer.tsx @@ -4,7 +4,7 @@ import { useTranslation } from '../i18n/useTranslation'; export default function Footer() { const { t } = useTranslation(); return ( -