Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 20c9ad1a2c | |||
| b4f5500051 | |||
| dd42a415af |
@@ -9,7 +9,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -83,13 +83,13 @@ export default function LandingPage() {
|
|||||||
tagIcon={Crown}
|
tagIcon={Crown}
|
||||||
features={[
|
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"
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
|||||||
Reference in New Issue
Block a user