Merge version_1 into main #3
@@ -47,14 +47,14 @@ export default function LandingPage() {
|
||||
title="Adorn Your Inner Strength."
|
||||
description="Armor Shop curates the finest luxury accessories for those who lead with confidence and style. Discover our exclusive collection."
|
||||
testimonials={[
|
||||
{ name: "Elena V.", handle: "@elena", testimonial: "Exquisite quality that stands out.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-product-background_53876-89503.jpg", imageAlt: "luxury accessory dark mood" },
|
||||
{ name: "Mark S.", handle: "@marks", testimonial: "The detailing is simply unparalleled.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-leaf-organic-background_23-2148872835.jpg", imageAlt: "luxury accessory dark mood" },
|
||||
{ name: "Julian B.", handle: "@julian", testimonial: "Perfect aesthetic for the modern professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-light-blue-suit-glasses_158538-11386.jpg", imageAlt: "luxury accessory dark mood" },
|
||||
{ name: "Sofia K.", handle: "@sofia", testimonial: "Unmatched craftsmanship in every piece.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bracelet-filled-with-rings_23-2148643216.jpg", imageAlt: "luxury accessory dark mood" },
|
||||
{ name: "Liam T.", handle: "@liam", testimonial: "The weight and feel are superior to anything I own.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-father-mother-with-baby_1328-2831.jpg", imageAlt: "luxury accessory dark mood" }
|
||||
{ name: "Elena V.", handle: "@elena", testimonial: "Exquisite quality that stands out.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-product-background_53876-89503.jpg?_wi=1", imageAlt: "luxury accessory dark mood" },
|
||||
{ name: "Mark S.", handle: "@marks", testimonial: "The detailing is simply unparalleled.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-leaf-organic-background_23-2148872835.jpg?_wi=1", imageAlt: "luxury accessory dark mood" },
|
||||
{ name: "Julian B.", handle: "@julian", testimonial: "Perfect aesthetic for the modern professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-light-blue-suit-glasses_158538-11386.jpg?_wi=1", imageAlt: "luxury accessory dark mood" },
|
||||
{ name: "Sofia K.", handle: "@sofia", testimonial: "Unmatched craftsmanship in every piece.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bracelet-filled-with-rings_23-2148643216.jpg?_wi=1", imageAlt: "luxury accessory dark mood" },
|
||||
{ name: "Liam T.", handle: "@liam", testimonial: "The weight and feel are superior to anything I own.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-father-mother-with-baby_1328-2831.jpg?_wi=1", imageAlt: "luxury accessory dark mood" }
|
||||
]}
|
||||
buttons={[{ text: "Explore Collection", href: "#product" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dark-blue-product-background_53876-89503.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dark-blue-product-background_53876-89503.jpg?_wi=2"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/eggs-feathers-bowl-near-plant-twigs_23-2148073873.jpg", alt: "User portrait" },
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
description="Armor Shop represents a fusion of traditional craftsmanship and modern avant-garde design. Every piece tells a story."
|
||||
subdescription="We source only the finest materials, ensuring every accessory serves as an extension of your persona."
|
||||
icon={Shield}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-leaf-organic-background_23-2148872835.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-leaf-organic-background_23-2148872835.jpg?_wi=2"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -93,9 +93,9 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Midnight Cuff", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-light-blue-suit-glasses_158538-11386.jpg" },
|
||||
{ id: "2", name: "Starlight Ring", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/bracelet-filled-with-rings_23-2148643216.jpg" },
|
||||
{ id: "3", name: "Shadow Belt", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-father-mother-with-baby_1328-2831.jpg" },
|
||||
{ id: "1", name: "Midnight Cuff", price: "$890", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-light-blue-suit-glasses_158538-11386.jpg?_wi=2" },
|
||||
{ id: "2", name: "Starlight Ring", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/bracelet-filled-with-rings_23-2148643216.jpg?_wi=2" },
|
||||
{ id: "3", name: "Shadow Belt", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-father-mother-with-baby_1328-2831.jpg?_wi=2" },
|
||||
{ id: "4", name: "Obsidian Pendant", price: "$2,100", imageSrc: "http://img.b2bpic.net/free-photo/stylish-women-s-earrings-rays-sun_8353-9670.jpg" },
|
||||
{ id: "5", name: "Eclipse Glasses", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-with-long-brown-hair-blue-sunglasses-naked-shoulders-isolated-grey-background_613910-11021.jpg" },
|
||||
{ id: "6", name: "Vanguard Wallet", price: "$700", imageSrc: "http://img.b2bpic.net/free-photo/concept-location-photo-shoot-photo-studio_185193-164038.jpg" }
|
||||
|
||||
Reference in New Issue
Block a user