Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import FeatureCardThree from '@/components/sections/feature/FeatureCardThree';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import { Sparkles, Award, Zap, CheckCircle, Star, Mail } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -98,18 +98,17 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Expert Authentication", description: "Every timepiece undergoes rigorous certification and documentation to guarantee authenticity and condition.", imageSrc: "https://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", imageAlt: "Authentication process"
|
||||
id: "1", title: "Expert Authentication", description: "Every timepiece undergoes rigorous certification and documentation to guarantee authenticity and condition.", imageSrc: "https://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", imageAlt: "Authentication process"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Global Network", description: "Access to master craftspeople and collectors worldwide, bringing you rare and exceptional pieces.", imageSrc: "https://img.b2bpic.net/free-photo/man-holds-gold-watch_8353-10462.jpg", imageAlt: "Global sourcing"
|
||||
id: "2", title: "Global Network", description: "Access to master craftspeople and collectors worldwide, bringing you rare and exceptional pieces.", imageSrc: "https://img.b2bpic.net/free-photo/man-holds-gold-watch_8353-10462.jpg", imageAlt: "Global sourcing"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Lifetime Support", description: "Dedicated concierge service, professional maintenance, and lifelong authentication support.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241142.jpg", imageAlt: "Customer support"
|
||||
id: "3", title: "Lifetime Support", description: "Dedicated concierge service, professional maintenance, and lifelong authentication support.", imageSrc: "https://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241142.jpg", imageAlt: "Customer support"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user