Merge version_1 into main #2
@@ -10,7 +10,7 @@ import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Sparkles, TrendingUp, BarChart3, Target, Award, Share2, Instagram, Facebook, MessageCircle, Zap, Lock, Bell, Globe, Mail, Calendar, Image, Settings, MapPin, ShoppingBag, Palette, Paintbrush, Pen, Star, Heart, Utensils, Users, BookOpen, Home, DollarSign, Search, Rocket, Crown } from 'lucide-react';
|
||||
import { Sparkles, TrendingUp, BarChart3, Target, Award, Share2, Instagram, Facebook, MessageCircle, Zap, Lock, Bell, Globe, Mail, Calendar, Image, Settings, MapPin, ShoppingBag, Palette, Paintbrush, Pen, Star, Heart, Utensils, Users, BookOpen, Home, DollarSign, Search, Rocket, Crown, Shield } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -52,18 +52,18 @@ export default function LandingPage() {
|
||||
{ text: "View Our Services", href: "services" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=1", imageAlt: "Digital marketing analytics dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-arrangement_23-2148279730.jpg?_wi=1", imageAlt: "Marketing campaign management interface" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=2", imageAlt: "Social media metrics visualization" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-arrangement_23-2148279730.jpg?_wi=2", imageAlt: "SEO performance tracking tools" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg", imageAlt: "Digital marketing analytics dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-arrangement_23-2148279730.jpg", imageAlt: "Marketing campaign management interface" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg", imageAlt: "Social media metrics visualization" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-arrangement_23-2148279730.jpg", imageAlt: "SEO performance tracking tools" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-arrangement_23-2148279730.jpg?_wi=3", imageAlt: "Content strategy planning workspace" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=3", imageAlt: "Campaign performance dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-arrangement_23-2148279730.jpg?_wi=4", imageAlt: "Marketing automation platform" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=4", imageAlt: "ROI tracking analytics" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-arrangement_23-2148279730.jpg", imageAlt: "Content strategy planning workspace" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg", imageAlt: "Campaign performance dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-arrangement_23-2148279730.jpg", imageAlt: "Marketing automation platform" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg", imageAlt: "ROI tracking analytics" }
|
||||
]}
|
||||
carouselPosition="right"
|
||||
ariaLabel="Hero section showcasing SparkRise digital marketing services"
|
||||
@@ -142,7 +142,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Healthcare", description: "Lead generation and patient acquisition strategies for hospitals, clinics, and medical practices. We've built relationships with healthcare providers for consistent success.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Heart, label: "Patient Acquisition", value: "120+ leads/month" },
|
||||
{ icon: Star, label: "Trust Building", value: "HIPAA Compliant" }
|
||||
{ icon: Shield, label: "Trust Building", value: "HIPAA Compliant" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -191,7 +191,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Discovery Phase", description: "We analyze your market, audience, and competitors to build a foundation for growth.", bentoComponent: "3d-task-list", title: "Discovery Phase", items: [
|
||||
title: "Discovery Phase", description: "We analyze your market, audience, and competitors to build a foundation for growth.", bentoComponent: "3d-task-list", items: [
|
||||
{ icon: Search, label: "Market Analysis", time: "Week 1" },
|
||||
{ icon: Users, label: "Audience Research", time: "Week 1" },
|
||||
{ icon: Zap, label: "Competitor Review", time: "Week 2" }
|
||||
@@ -231,10 +231,10 @@ export default function LandingPage() {
|
||||
id: "salon", value: "3X", title: "Appointment Bookings", description: "Salon client: 3X increase in walk-ins and bookings through targeted campaigns", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-with-mobile-phone-getting-her-hair-done_23-2148108788.jpg", imageAlt: "Beauty salon booking success"
|
||||
},
|
||||
{
|
||||
id: "restaurant", value: "250%", title: "Online Orders", description: "Restaurant: 250% increase in online orders and delivery requests in 6 months", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-arrangement_23-2148279730.jpg?_wi=5", imageAlt: "Restaurant online ordering growth"
|
||||
id: "restaurant", value: "250%", title: "Online Orders", description: "Restaurant: 250% increase in online orders and delivery requests in 6 months", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-concept-arrangement_23-2148279730.jpg", imageAlt: "Restaurant online ordering growth"
|
||||
},
|
||||
{
|
||||
id: "education", value: "180", title: "New Enrollments", description: "Education institute: 180 new student enrollments through awareness campaigns", imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=5", imageAlt: "Education enrollment success"
|
||||
id: "education", value: "180", title: "New Enrollments", description: "Education institute: 180 new student enrollments through awareness campaigns", imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg", imageAlt: "Education enrollment success"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user