From 548f8a10be24a5fd3ee89ed8dac07c8d2ef38279 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:45:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 276d5a2..0bc51ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1