diff --git a/src/app/page.tsx b/src/app/page.tsx index d80b30f..50b0673 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,131 +28,44 @@ export default function LandingPage() {
@@ -164,42 +77,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "The Obsidian Oxford", - price: "$850", - imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3607.jpg?_wi=2", - }, - { - id: "2", - name: "Amber Grace Heels", - price: "$720", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-brunette-girl-wear-black-red-high-heels-sitting-posing-chair-studio-against-dark-brick-wall-studio-model-portrait_627829-7841.jpg?_wi=2", - }, - { - id: "3", - name: "Heritage Leather Boot", - price: "$950", - imageSrc: "http://img.b2bpic.net/free-photo/boots-woman-autumnal-forest_329181-17144.jpg?_wi=2", - }, - { - id: "4", - name: "Velvet Loafer", - price: "$680", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-smiling-sitting-floor-white-wall_176420-8546.jpg?_wi=2", - }, - { - id: "5", - name: "Modern Derby", - price: "$790", - imageSrc: "http://img.b2bpic.net/free-photo/groom-wedding-shoes_1303-10490.jpg", - }, - { - id: "6", - name: "Elegance Stiletto", - price: "$880", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-fashion-woman-accessories-golden-heeled-shoes-little-evening-purse-elegant-style-vintage-style-sandals-footwear_285396-7262.jpg", - }, + { id: "1", name: "The Obsidian Oxford", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/shoes_1303-3607.jpg" }, + { id: "2", name: "Amber Grace Heels", price: "$720", imageSrc: "http://img.b2bpic.net/free-photo/handsome-brunette-girl-wear-black-red-high-heels-sitting-posing-chair-studio-against-dark-brick-wall-studio-model-portrait_627829-7841.jpg" }, + { id: "3", name: "Heritage Leather Boot", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/boots-woman-autumnal-forest_329181-17144.jpg" }, + { id: "4", name: "Velvet Loafer", price: "$680", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-smiling-sitting-floor-white-wall_176420-8546.jpg" }, + { id: "5", name: "Modern Derby", price: "$790", imageSrc: "http://img.b2bpic.net/free-photo/groom-wedding-shoes_1303-10490.jpg" }, + { id: "6", name: "Elegance Stiletto", price: "$880", imageSrc: "http://img.b2bpic.net/free-photo/luxury-fashion-woman-accessories-golden-heeled-shoes-little-evening-purse-elegant-style-vintage-style-sandals-footwear_285396-7262.jpg" } ]} title="Iconic Collections" description="Discover our signature footwear, crafted to last a lifetime." @@ -212,77 +95,36 @@ export default function LandingPage() { title="A Legacy of Craftsmanship" description="VOXE was founded on the belief that luxury should be felt in every step. We source only the finest leathers, ensuring our shoes age with grace and integrity." metrics={[ - { - value: "120+", - title: "Years of Tradition", - }, - { - value: "24h", - title: "Craftsmanship Per Shoe", - }, - { - value: "100%", - title: "Ethical Sourcing", - }, + { value: "120+", title: "Years of Tradition" }, + { value: "24h", title: "Craftsmanship Per Shoe" }, + { value: "100%", title: "Ethical Sourcing" } ]} - imageSrc="http://img.b2bpic.net/free-photo/bootmaker-workshop-making-shoes_171337-12278.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/bootmaker-workshop-making-shoes_171337-12278.jpg" mediaAnimation="blur-reveal" metricsAnimation="slide-up" /> -
- -
-