Merge version_1 into main #3
@@ -10,7 +10,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Download, Crown, Sparkles, Zap, Users, Rocket, Mail } from 'lucide-react';
|
||||
import { Download, Crown, Sparkles, Zap, Users, Rocket, Mail, Star } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
tag="Launch Faster"
|
||||
tagIcon={Rocket}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "animated-grid" }}
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARpCLBCs1yGU9NZOZPDDKb4yJC/a-sleek-saas-dashboard-showing-professio-1772565176537-ffdfe08b.png"
|
||||
imageAlt="Professional app mockups and animated promos dashboard"
|
||||
buttons={[
|
||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
{ icon: Zap, label: "Mockups Generated", value: "150K+" },
|
||||
{ icon: Users, label: "Active Creators", value: "8,500+" },
|
||||
{ icon: Download, label: "Assets Exported", value: "2M+" },
|
||||
{ icon: Zap, label: "User Satisfaction", value: "4.9/5" }
|
||||
{ icon: Star, label: "User Satisfaction", value: "4.9/5" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user