Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 22:22:20 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="compact"
sizing="largeSizeMediumTitles"
background="blurBottom"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="Mosdano"
description="The friendly marketing agency crafting TikTok magic. We turn your brand story into viral moments with creative content that connects, engages, and converts."
background={{ variant: "blurBottom" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "View Our Work", href: "#socialproof" },
{ text: "Book a Call", href: "#contact" }
@@ -66,16 +66,16 @@ export default function LandingPage() {
tag="What We Offer"
features={[
{
id: "01", title: "Content Creation", description: "Eye-catching TikTok videos and social media content that captures attention and drives engagement.", imageSrc: "http://img.b2bpic.net/free-vector/social-media-background-design_1198-204.jpg?_wi=1", imageAlt: "Content creation icon"
id: "01", title: "Content Creation", description="Eye-catching TikTok videos and social media content that captures attention and drives engagement.", imageSrc: "http://img.b2bpic.net/free-vector/social-media-background-design_1198-204.jpg", imageAlt: "Content creation icon"
},
{
id: "02", title: "Social Strategy", description: "Data-driven strategies tailored to your brand's goals, audience, and market position.", imageSrc: "http://img.b2bpic.net/free-vector/world-connections-business-infographic_24877-51003.jpg", imageAlt: "Social strategy icon"
id: "02", title: "Social Strategy", description="Data-driven strategies tailored to your brand's goals, audience, and market position.", imageSrc: "http://img.b2bpic.net/free-vector/world-connections-business-infographic_24877-51003.jpg", imageAlt: "Social strategy icon"
},
{
id: "03", title: "Brand Growth", description: "Comprehensive campaigns designed to scale your brand presence and grow your community.", imageSrc: "http://img.b2bpic.net/free-vector/modern-smart-goals-general-infographic_23-2149092344.jpg", imageAlt: "Brand growth icon"
id: "03", title: "Brand Growth", description="Comprehensive campaigns designed to scale your brand presence and grow your community.", imageSrc: "http://img.b2bpic.net/free-vector/modern-smart-goals-general-infographic_23-2149092344.jpg", imageAlt: "Brand growth icon"
},
{
id: "04", title: "Community Management", description: "Building genuine connections with your audience through thoughtful engagement and timely responses.", imageSrc: "http://img.b2bpic.net/free-vector/social-media-background-design_1198-204.jpg?_wi=2", imageAlt: "Community management icon"
id: "04", title: "Community Management", description="Building genuine connections with your audience through thoughtful engagement and timely responses.", imageSrc: "http://img.b2bpic.net/free-vector/social-media-background-design_1198-204.jpg", imageAlt: "Community management icon"
}
]}
textboxLayout="default"