Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -57,7 +57,7 @@ export default function LandingPage() {
|
||||
{ name: "Alice Green", handle: "@alice_dev", testimonial: "Their social media management saved me so much time. Simply amazing.", rating: 5, imageSrc: "asset://testimonial-5" },
|
||||
]}
|
||||
buttons={[{ text: "Get Started Today", href: "#contact" }]}
|
||||
imageSrc="asset://hero-img"
|
||||
imageSrc="asset://hero-img?_wi=1"
|
||||
imageAlt="Social Media Marketing Agency Workspace"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -91,17 +91,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Social Media Ads", description: "Expert management for TikTok, YouTube, and Instagram campaigns.", media: { imageSrc: "asset://service-1" },
|
||||
title: "Social Media Ads", description: "Expert management for TikTok, YouTube, and Instagram campaigns.", media: { imageSrc: "asset://service-1?_wi=1" },
|
||||
items: [{ icon: CheckCircle, text: "ROI Tracking" }, { icon: CheckCircle, text: "Ad Creative" }, { icon: CheckCircle, text: "Platform Optimization" }],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Social Management", description: "Full-service management to maintain your digital presence.", media: { imageSrc: "asset://service-2" },
|
||||
title: "Social Management", description: "Full-service management to maintain your digital presence.", media: { imageSrc: "asset://service-2?_wi=1" },
|
||||
items: [{ icon: CheckCircle, text: "Audience Engagement" }, { icon: CheckCircle, text: "Content Planning" }, { icon: CheckCircle, text: "Reporting" }],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Trading Education", description: "Accessible crypto trading course for the modern enthusiast.", media: { imageSrc: "asset://prod-1" },
|
||||
title: "Trading Education", description: "Accessible crypto trading course for the modern enthusiast.", media: { imageSrc: "asset://prod-1?_wi=1" },
|
||||
items: [{ icon: CheckCircle, text: "Technical Analysis" }, { icon: CheckCircle, text: "Portfolio Growth" }, { icon: CheckCircle, text: "Basic Crypto Tips" }],
|
||||
reverse: false
|
||||
},
|
||||
@@ -118,7 +118,7 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Crypto Trading Basics", price: "$25", imageSrc: "asset://prod-1" },
|
||||
{ id: "p1", name: "Crypto Trading Basics", price: "$25", imageSrc: "asset://prod-1?_wi=2" },
|
||||
{ id: "p2", name: "Social Ad Secrets", price: "$150", imageSrc: "asset://prod-1__2" },
|
||||
{ id: "p3", name: "TikTok Marketing Pro", price: "$200", imageSrc: "asset://prod-1__3" },
|
||||
{ id: "p4", name: "Instagram Ads 101", price: "$100", imageSrc: "asset://prod-1__4" },
|
||||
@@ -165,11 +165,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah Miller", date: "Jan 2025", title: "CEO", quote: "Incredible results, highly professional.", tag: "Small Biz", avatarSrc: "asset://testimonial-1__2", imageSrc: "asset://hero-img", imageAlt: "business owner happy holding phone" },
|
||||
{ id: "t2", name: "David Chan", date: "Dec 2024", title: "Trader", quote: "Great course content.", tag: "Crypto", avatarSrc: "asset://testimonial-2__2", imageSrc: "asset://service-1", imageAlt: "business owner happy holding phone" },
|
||||
{ id: "t3", name: "Emma Watson", date: "Nov 2024", title: "Manager", quote: "Reliable marketing partners.", tag: "Mktg", avatarSrc: "asset://testimonial-3__2", imageSrc: "asset://service-2", imageAlt: "business owner happy holding phone" },
|
||||
{ id: "t1", name: "Sarah Miller", date: "Jan 2025", title: "CEO", quote: "Incredible results, highly professional.", tag: "Small Biz", avatarSrc: "asset://testimonial-1__2", imageSrc: "asset://hero-img?_wi=2", imageAlt: "business owner happy holding phone" },
|
||||
{ id: "t2", name: "David Chan", date: "Dec 2024", title: "Trader", quote: "Great course content.", tag: "Crypto", avatarSrc: "asset://testimonial-2__2", imageSrc: "asset://service-1?_wi=2", imageAlt: "business owner happy holding phone" },
|
||||
{ id: "t3", name: "Emma Watson", date: "Nov 2024", title: "Manager", quote: "Reliable marketing partners.", tag: "Mktg", avatarSrc: "asset://testimonial-3__2", imageSrc: "asset://service-2?_wi=2", imageAlt: "business owner happy holding phone" },
|
||||
{ id: "t4", name: "James Bond", date: "Oct 2024", title: "Owner", quote: "Solid growth consistently.", tag: "Ecom", avatarSrc: "asset://testimonial-4__2", imageSrc: "asset://service-3", imageAlt: "business owner happy holding phone" },
|
||||
{ id: "t5", name: "Alice Green", date: "Sep 2024", title: "Owner", quote: "Amazing communication.", tag: "Small Biz", avatarSrc: "asset://testimonial-5__2", imageSrc: "asset://prod-1", imageAlt: "business owner happy holding phone" },
|
||||
{ id: "t5", name: "Alice Green", date: "Sep 2024", title: "Owner", quote: "Amazing communication.", tag: "Small Biz", avatarSrc: "asset://testimonial-5__2", imageSrc: "asset://prod-1?_wi=3", imageAlt: "business owner happy holding phone" },
|
||||
]}
|
||||
title="What Our Partners Say"
|
||||
description="Client success is the foundation of Sazif Agency."
|
||||
|
||||
Reference in New Issue
Block a user