@@ -54,44 +47,20 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "prod-1",
- name: "Minimal Gold Ring",
- price: "$4.00",
- imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347028.jpg",
- },
+ id: "prod-1", name: "Minimal Gold Ring", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347028.jpg"},
{
- id: "prod-2",
- name: "Silver Band",
- price: "$5.00",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-summer-dress-vacation-beach-colorful-yellow-sunglasess-smiling-happy_285396-6631.jpg",
- },
+ id: "prod-2", name: "Silver Band", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-summer-dress-vacation-beach-colorful-yellow-sunglasess-smiling-happy_285396-6631.jpg"},
{
- id: "prod-3",
- name: "Gold Chain Bracelet",
- price: "$6.00",
- imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329646.jpg",
- },
+ id: "prod-3", name: "Gold Chain Bracelet", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329646.jpg"},
{
- id: "prod-4",
- name: "Simple Bangle",
- price: "$4.50",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bride-s-hands_181624-40806.jpg",
- },
+ id: "prod-4", name: "Simple Bangle", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bride-s-hands_181624-40806.jpg"},
{
- id: "prod-5",
- name: "Stackable Ring Set",
- price: "$6.00",
- imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-displayed-white-coral-background_23-2150347050.jpg",
- },
+ id: "prod-5", name: "Stackable Ring Set", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-displayed-white-coral-background_23-2150347050.jpg"},
{
- id: "prod-6",
- name: "Delicate Charm Bracelet",
- price: "$5.50",
- imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329671.jpg",
- },
+ id: "prod-6", name: "Delicate Charm Bracelet", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329671.jpg"},
]}
title="Our Collection"
- description="Minimal rings and bracelets for everyday elegance."
+ description="Minimal rings and bracelets for everyday elegance. We deliver all over Lebanon!"
/>
@@ -105,34 +74,23 @@ export default function LandingPage() {
description="Curated selection for your style."
products={[
{
- id: "sp1",
- brand: "Shine Lab",
- name: "Classic Gold Hoops",
- price: "$12.00",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/gem-beauty-wealth-gold-marriage_1172-409.jpg",
- },
+ id: "sp1", brand: "Shine Lab", name: "Classic Gold Hoops", price: "$12.00", rating: 5,
+ reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/gem-beauty-wealth-gold-marriage_1172-409.jpg"},
{
- id: "sp2",
- brand: "Shine Lab",
- name: "Minimalist Chain",
- price: "$15.00",
- rating: 4.8,
- reviewCount: "89",
- imageSrc: "http://img.b2bpic.net/free-photo/gold-chain-beautiful-flower-arrangement_23-2149836474.jpg",
- },
+ id: "sp2", brand: "Shine Lab", name: "Minimalist Chain", price: "$15.00", rating: 4.8,
+ reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/gold-chain-beautiful-flower-arrangement_23-2149836474.jpg"},
]}
/>
);
-}
+}
\ No newline at end of file