diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1e2b6b2..6216499 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1415,4 +1415,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index bd55d40..0636602 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Sparkles, Crown, Quote } from 'lucide-react'; +import { Sparkles, Crown, Quote, Ship, Calendar, Headset } from 'lucide-react'; export default function LandingPage() { return ( @@ -83,13 +83,13 @@ export default function LandingPage() { tagIcon={Crown} features={[ { - title: "Artisan Craftsmanship", description: "Hand-selected materials and expert artisans create timeless masterpieces.", imageSrc: "http://img.b2bpic.net/free-vector/premium-quality_1034-286.jpg", imageAlt: "Premium craftsmanship detail", button: { text: "Explore Craftsmanship", href: "#" } + title: "Artisan Craftsmanship", description: "Hand-selected materials and expert artisans create timeless masterpieces.", imageSrc: "http://img.b2bpic.net/free-vector/premium-quality_1034-286.jpg", imageAlt: "Premium craftsmanship detail", button: { text: "Explore Our Fleet", href: "#" } }, { - title: "Bespoke Design", description: "Personalized luxury tailored to your unique vision and refined taste.", imageSrc: "http://img.b2bpic.net/free-vector/luxury-sale-background_23-2148856444.jpg", imageAlt: "Bespoke luxury design", button: { text: "Design Your Piece", href: "#" } + title: "Bespoke Design", description: "Personalized luxury tailored to your unique vision and refined taste.", imageSrc: "http://img.b2bpic.net/free-vector/luxury-sale-background_23-2148856444.jpg", imageAlt: "Bespoke luxury design", button: { text: "Schedule Your Shipment", href: "#" } }, { - title: "Exclusive Service", description: "White-glove treatment and dedicated support for our most valued clients.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-taking-measurement-senior-man-s-wrist-with-yellow-measuring-tape_23-2148180367.jpg", imageAlt: "Exclusive luxury service", button: { text: "Request White-Glove Service", href: "#" } + title: "Exclusive Service", description: "White-glove treatment and dedicated support for our most valued clients.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-designer-taking-measurement-senior-man-s-wrist-with-yellow-measuring-tape_23-2148180367.jpg", imageAlt: "Exclusive luxury service", button: { text: "Request Premium Logistics Support", href: "#" } } ]} gridVariant="three-columns-all-equal-width" @@ -194,4 +194,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file