Merge version_1 into main #2
@@ -9,7 +9,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { AlertCircle, Award, CheckCircle, Eye, Heart, Lock, Sparkles, Star, Target, TrendingUp, Zap, HelpCircle } from 'lucide-react';
|
||||
import { AlertCircle, Award, CheckCircle, Eye, Heart, Lock, Sparkles, Star, Target, TrendingUp, Zap, HelpCircle, Shield } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
tag="Dating Platform"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-man-walking-european-city-street_158595-4715.jpg", imageAlt: "Profile 1"
|
||||
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-taking-selfie-garden_23-2147986374.jpg", imageAlt: "Profile 4"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dating-app-interface-set-template_23-2148530127.jpg?_wi=1", imageAlt: "Profile 5"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/dating-app-interface-set-template_23-2148530127.jpg", imageAlt: "Profile 5"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -84,7 +84,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Smart Discovery", price: "Start Free", imageSrc: "http://img.b2bpic.net/free-vector/dating-app-interface-set-template_23-2148530127.jpg?_wi=2", imageAlt: "Smart Discovery Interface"
|
||||
id: "1", name: "Smart Discovery", price: "Start Free", imageSrc: "http://img.b2bpic.net/free-vector/dating-app-interface-set-template_23-2148530127.jpg", imageAlt: "Smart Discovery Interface"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Live Messaging", price: "Premium", imageSrc: "http://img.b2bpic.net/free-vector/dating-app-interface-collection_23-2148537263.jpg", imageAlt: "Live Messaging Feature"
|
||||
|
||||
Reference in New Issue
Block a user