Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 19:31:15 +00:00

View File

@@ -49,16 +49,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-cryptocurrencies-app-template_23-2151084906.jpg", imageAlt: "Telegram advertising platform" },
{ imageSrc: "http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804498.jpg", imageAlt: "Audience targeting analytics" },
{ imageSrc: "http://img.b2bpic.net/free-vector/pack-flat-design-o-logo-templates_23-2148886219.jpg", imageAlt: "Fast delivery and results" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg", imageAlt: "Real-time analytics dashboard" }
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-cryptocurrencies-app-template_23-2151084906.jpg?_wi=1", imageAlt: "Telegram advertising platform" },
{ imageSrc: "http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804498.jpg?_wi=1", imageAlt: "Audience targeting analytics" },
{ imageSrc: "http://img.b2bpic.net/free-vector/pack-flat-design-o-logo-templates_23-2148886219.jpg?_wi=1", imageAlt: "Fast delivery and results" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg?_wi=1", imageAlt: "Real-time analytics dashboard" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg", imageAlt: "Performance metrics" },
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-cryptocurrencies-app-template_23-2151084906.jpg", imageAlt: "Telegram messaging platform" },
{ imageSrc: "http://img.b2bpic.net/free-vector/pack-flat-design-o-logo-templates_23-2148886219.jpg", imageAlt: "Quick service delivery" },
{ imageSrc: "http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804498.jpg", imageAlt: "Precise targeting options" }
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg?_wi=2", imageAlt: "Performance metrics" },
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-cryptocurrencies-app-template_23-2151084906.jpg?_wi=2", imageAlt: "Telegram messaging platform" },
{ imageSrc: "http://img.b2bpic.net/free-vector/pack-flat-design-o-logo-templates_23-2148886219.jpg?_wi=2", imageAlt: "Quick service delivery" },
{ imageSrc: "http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804498.jpg?_wi=2", imageAlt: "Precise targeting options" }
]}
buttons={[
{ text: "Start Advertising Now", href: "#pricing" },
@@ -94,15 +94,15 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Precise Audience Targeting", author: "By Demographics", description: "Target users by age, location, interests, and behavior. Reach exactly who you want to reach.", tags: ["Targeting", "Analytics"],
imageSrc: "http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804498.jpg", imageAlt: "Audience targeting interface"
imageSrc: "http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804498.jpg?_wi=3", imageAlt: "Audience targeting interface"
},
{
id: "2", title: "Instant Campaign Launch", author: "In Minutes", description: "Set up your entire campaign in under 5 minutes. No technical knowledge required.", tags: ["Quick", "Easy Setup"],
imageSrc: "http://img.b2bpic.net/free-vector/pack-flat-design-o-logo-templates_23-2148886219.jpg", imageAlt: "Fast deployment process"
imageSrc: "http://img.b2bpic.net/free-vector/pack-flat-design-o-logo-templates_23-2148886219.jpg?_wi=3", imageAlt: "Fast deployment process"
},
{
id: "3", title: "Real-Time Analytics", author: "Track Performance", description: "Monitor clicks, conversions, and ROI in real-time. Data-driven decisions made simple.", tags: ["Analytics", "Metrics"],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg", imageAlt: "Analytics dashboard"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg?_wi=3", imageAlt: "Analytics dashboard"
}
]}
animationType="slide-up"