diff --git a/src/app/page.tsx b/src/app/page.tsx
index 658e2f9..9c8d339 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,75 +45,48 @@ export default function LandingPage() {
@@ -133,20 +98,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Influencer Management",
- description: "End-to-end management for top-tier influence and visibility.",
- imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-speaking-with-diverse-group-office_482257-121153.jpg",
- },
+ title: "Influencer Management", description: "End-to-end management for top-tier influence and visibility.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-speaking-with-diverse-group-office_482257-121153.jpg"},
{
- title: "Account Recovery & Security",
- description: "Expert services to resolve shadowbans and restore hijacked accounts.",
- imageSrc: "http://img.b2bpic.net/free-photo/labor-day-international-women39s-day-poster-featuring-asianamerican-female-system-administrator-configuring-server-system-data-center-futuristic-screen_166373-9443.jpg",
- },
+ title: "Account Recovery & Security", description: "Expert services to resolve shadowbans and restore hijacked accounts.", imageSrc: "http://img.b2bpic.net/free-photo/labor-day-international-women39s-day-poster-featuring-asianamerican-female-system-administrator-configuring-server-system-data-center-futuristic-screen_166373-9443.jpg"},
{
- title: "Campaign Management",
- description: "Full-stack marketing campaigns tailored for business growth.",
- imageSrc: "http://img.b2bpic.net/free-photo/coworkers-team-working-brainstorming-concept_329181-12367.jpg",
- },
+ title: "Campaign Management", description: "Full-stack marketing campaigns tailored for business growth.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-team-working-brainstorming-concept_329181-12367.jpg"},
]}
title="Specialized Agency Services"
description="We offer comprehensive solutions to reclaim your accounts and accelerate your online authority."
@@ -161,41 +117,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Organic Reach Package",
- price: "Custom",
- imageSrc: "http://img.b2bpic.net/free-photo/man-suit-standing-office-with-clipboard-pointing-poster-with-words_1098-17121.jpg?_wi=1",
- },
+ id: "p1", name: "Organic Reach Package", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/man-suit-standing-office-with-clipboard-pointing-poster-with-words_1098-17121.jpg"},
{
- id: "p2",
- name: "Celeb Collaboration Plan",
- price: "Custom",
- imageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-colorful-dots-top-view_23-2148999149.jpg?_wi=1",
- },
+ id: "p2", name: "Celeb Collaboration Plan", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-colorful-dots-top-view_23-2148999149.jpg"},
{
- id: "p3",
- name: "Business Lead Gen",
- price: "Custom",
- imageSrc: "http://img.b2bpic.net/free-photo/graph-growth-success-improvement-development-business_53876-123895.jpg?_wi=1",
- },
+ id: "p3", name: "Business Lead Gen", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/graph-growth-success-improvement-development-business_53876-123895.jpg"},
{
- id: "p4",
- name: "Influencer Accelerator",
- price: "Custom",
- imageSrc: "http://img.b2bpic.net/free-photo/man-suit-standing-office-with-clipboard-pointing-poster-with-words_1098-17121.jpg?_wi=2",
- },
+ id: "p4", name: "Influencer Accelerator", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/man-suit-standing-office-with-clipboard-pointing-poster-with-words_1098-17121.jpg"},
{
- id: "p5",
- name: "Brand Presence Boost",
- price: "Custom",
- imageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-colorful-dots-top-view_23-2148999149.jpg?_wi=2",
- },
+ id: "p5", name: "Brand Presence Boost", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/network-concept-with-colorful-dots-top-view_23-2148999149.jpg"},
{
- id: "p6",
- name: "Advanced Account Recovery",
- price: "Custom",
- imageSrc: "http://img.b2bpic.net/free-photo/graph-growth-success-improvement-development-business_53876-123895.jpg?_wi=2",
- },
+ id: "p6", name: "Advanced Account Recovery", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/graph-growth-success-improvement-development-business_53876-123895.jpg"},
]}
title="Growth Packages"
description="Select the perfect package for your brand's journey."
@@ -204,44 +136,20 @@ export default function LandingPage() {
@@ -278,29 +178,19 @@ export default function LandingPage() {
logoText="Velixar Media"
columns={[
{
- title: "Socials",
- items: [
+ title: "Socials", items: [
{
- label: "Instagram",
- href: "https://instagram.com/velixar",
- },
+ label: "Instagram", href: "https://instagram.com/velixar"},
{
- label: "Telegram",
- href: "https://t.me/velixar",
- },
+ label: "Telegram", href: "https://t.me/velixar"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}