Merge version_1 into main #2
@@ -59,12 +59,12 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-using-laptop_53876-95245.jpg?_wi=1", imageAlt: "Instagram engagement metrics dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/twitter-interface-dark-theme-template_23-2148592860.jpg?_wi=1", imageAlt: "Twitter engagement metrics dashboard" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-using-laptop_53876-95245.jpg", imageAlt: "Instagram engagement metrics dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/twitter-interface-dark-theme-template_23-2148592860.jpg", imageAlt: "Twitter engagement metrics dashboard" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148355297.jpg?_wi=1", imageAlt: "Facebook page management interface" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mobile-manager_1098-16096.jpg?_wi=1", imageAlt: "LinkedIn professional network analytics" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148355297.jpg", imageAlt: "Facebook page management interface" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mobile-manager_1098-16096.jpg", imageAlt: "LinkedIn professional network analytics" }
|
||||
]}
|
||||
carouselPosition="right"
|
||||
avatars={[
|
||||
@@ -74,11 +74,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
avatarText="Join 50,000+ Satisfied Users"
|
||||
marqueeItems={[
|
||||
{ text: "Instant Delivery", icon: Zap },
|
||||
{ text: "Secure & Private", icon: Shield },
|
||||
{ text: "24/7 Support", icon: Award },
|
||||
{ text: "Best Prices", icon: Star },
|
||||
{ text: "High Quality", icon: CheckCircle }
|
||||
{ type: "text-icon", text: "Instant Delivery", icon: Zap },
|
||||
{ type: "text-icon", text: "Secure & Private", icon: Shield },
|
||||
{ type: "text-icon", text: "24/7 Support", icon: Award },
|
||||
{ type: "text-icon", text: "Best Prices", icon: Star },
|
||||
{ type: "text-icon", text: "High Quality", icon: CheckCircle }
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
showMarqueeCard={true}
|
||||
@@ -121,8 +121,9 @@ export default function LandingPage() {
|
||||
negativeCard={{ items: ["Slow delivery times", "Unreliable service", "Hidden charges", "Poor customer support"] }}
|
||||
positiveCard={{ items: ["Instant delivery guaranteed", "100% reliable service", "Transparent pricing", "24/7 expert support"] }}
|
||||
containerClassName="py-16"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold"
|
||||
descriptionClassName="text-lg text-gray-600 mt-4"
|
||||
textBoxClassName=""
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold"
|
||||
textBoxDescriptionClassName="text-lg text-gray-600 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -140,14 +141,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
products={[
|
||||
{ id: "instagram-followers", brand: "Instagram", name: "Followers Package", price: "$4.99", rating: 4.8, reviewCount: "2.3K", imageSrc: "http://img.b2bpic.net/free-photo/person-using-laptop_53876-95245.jpg?_wi=2", imageAlt: "Instagram followers growth" },
|
||||
{ id: "tiktok-views", brand: "TikTok", name: "Views Boost", price: "$2.99", rating: 4.9, reviewCount: "3.1K", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148355297.jpg?_wi=2", imageAlt: "TikTok views increase" },
|
||||
{ id: "youtube-subscribers", brand: "YouTube", name: "Subscriber Package", price: "$6.99", rating: 4.7, reviewCount: "1.8K", imageSrc: "http://img.b2bpic.net/free-vector/twitter-interface-dark-theme-template_23-2148592860.jpg?_wi=2", imageAlt: "YouTube subscribers growth" },
|
||||
{ id: "facebook-likes", brand: "Facebook", name: "Likes Package", price: "$3.49", rating: 4.6, reviewCount: "1.5K", imageSrc: "http://img.b2bpic.net/free-photo/mobile-manager_1098-16096.jpg?_wi=2", imageAlt: "Facebook likes growth" }
|
||||
{ id: "instagram-followers", brand: "Instagram", name: "Followers Package", price: "$4.99", rating: 4.8, reviewCount: "2.3K", imageSrc: "http://img.b2bpic.net/free-photo/person-using-laptop_53876-95245.jpg", imageAlt: "Instagram followers growth" },
|
||||
{ id: "tiktok-views", brand: "TikTok", name: "Views Boost", price: "$2.99", rating: 4.9, reviewCount: "3.1K", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148355297.jpg", imageAlt: "TikTok views increase" },
|
||||
{ id: "youtube-subscribers", brand: "YouTube", name: "Subscriber Package", price: "$6.99", rating: 4.7, reviewCount: "1.8K", imageSrc: "http://img.b2bpic.net/free-vector/twitter-interface-dark-theme-template_23-2148592860.jpg", imageAlt: "YouTube subscribers growth" },
|
||||
{ id: "facebook-likes", brand: "Facebook", name: "Likes Package", price: "$3.49", rating: 4.6, reviewCount: "1.5K", imageSrc: "http://img.b2bpic.net/free-photo/mobile-manager_1098-16096.jpg", imageAlt: "Facebook likes growth" }
|
||||
]}
|
||||
containerClassName="py-16"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold"
|
||||
descriptionClassName="text-lg text-gray-600 mt-4"
|
||||
textBoxClassName=""
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold"
|
||||
textBoxDescriptionClassName="text-lg text-gray-600 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -177,8 +179,9 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="py-16"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold"
|
||||
descriptionClassName="text-lg text-gray-600 mt-4"
|
||||
textBoxClassName=""
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold"
|
||||
textBoxDescriptionClassName="text-lg text-gray-600 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -198,8 +201,9 @@ export default function LandingPage() {
|
||||
{ id: "satisfaction", value: "98%", title: "Customer Satisfaction", items: ["5-star reviews", "Money back guarantee", "Trusted service"] }
|
||||
]}
|
||||
containerClassName="py-16"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold"
|
||||
descriptionClassName="text-lg text-gray-600 mt-4"
|
||||
textBoxClassName=""
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold"
|
||||
textBoxDescriptionClassName="text-lg text-gray-600 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -219,8 +223,9 @@ export default function LandingPage() {
|
||||
speed={40}
|
||||
showCard={true}
|
||||
containerClassName="py-16"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold"
|
||||
descriptionClassName="text-lg text-gray-600 mt-4"
|
||||
textBoxClassName=""
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold"
|
||||
textBoxDescriptionClassName="text-lg text-gray-600 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -248,8 +253,9 @@ export default function LandingPage() {
|
||||
{ id: "testimonial-6", name: "David Kim", role: "Music Producer", company: "SoundWave Studios", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/man-avatar-collection_24908-60253.jpg", imageAlt: "David Kim" }
|
||||
]}
|
||||
containerClassName="py-16"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold"
|
||||
descriptionClassName="text-lg text-gray-600 mt-4"
|
||||
textBoxClassName=""
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold"
|
||||
textBoxDescriptionClassName="text-lg text-gray-600 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -280,8 +286,9 @@ export default function LandingPage() {
|
||||
{ id: "faq-6", title: "Is there a minimum order requirement?", content: "No minimum orders! Start with as little as $0.99 on entry-level packages and scale up as you grow." }
|
||||
]}
|
||||
containerClassName="py-16"
|
||||
titleClassName="text-4xl md:text-5xl font-extrabold"
|
||||
descriptionClassName="text-lg text-gray-600 mt-4"
|
||||
textBoxClassName=""
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold"
|
||||
textBoxDescriptionClassName="text-lg text-gray-600 mt-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user