Merge version_1 into main #3
@@ -60,9 +60,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "f1", title: "Handcrafted", descriptions: ["Each piece is made with love by our skilled artisans."], imageSrc: "http://img.b2bpic.net/free-photo/tools-clay-work-sculpting_23-2149986269.jpg" },
|
||||
{ id: "f2", title: "Ethically Sourced", descriptions: ["Materials chosen with care for the environment."], imageSrc: "http://img.b2bpic.net/free-photo/antique-silver-scissors-wrapped-present-with-leaves-tag-green-background_23-2147924471.jpg" },
|
||||
{ id: "f3", title: "Timeless Design", descriptions: ["Jewelry that never goes out of style."], imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329711.jpg" },
|
||||
{ id: "f1", title: "Handcrafted", description: ["Each piece is made with love by our skilled artisans."], imageSrc: "http://img.b2bpic.net/free-photo/tools-clay-work-sculpting_23-2149986269.jpg" },
|
||||
{ id: "f2", title: "Ethically Sourced", description: ["Materials chosen with care for the environment."], imageSrc: "http://img.b2bpic.net/free-photo/antique-silver-scissors-wrapped-present-with-leaves-tag-green-background_23-2147924471.jpg" },
|
||||
{ id: "f3", title: "Timeless Design", description: ["Jewelry that never goes out of style."], imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329711.jpg" },
|
||||
]}
|
||||
title="Why Choose Velmora"
|
||||
description="We blend quality craftsmanship with modern aesthetics to elevate your daily style."
|
||||
@@ -96,8 +96,8 @@ export default function LandingPage() {
|
||||
title="Customization"
|
||||
description="Tailored pieces to express your style."
|
||||
features={[
|
||||
{ title: "Unique", descriptions: ["Express yourself"], imageSrc: "" },
|
||||
{ title: "Quality", descriptions: ["Lasting finish"], imageSrc: "" }
|
||||
{ title: "Unique", description: ["Express yourself"], imageSrc: "" },
|
||||
{ title: "Quality", description: ["Lasting finish"], imageSrc: "" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,8 +110,8 @@ export default function LandingPage() {
|
||||
title="Pricing"
|
||||
description="Simple tiers."
|
||||
plans={[
|
||||
{ price: "$50", features: ["Fast shipping"] },
|
||||
{ price: "$100", features: ["Global shipping"] }
|
||||
{ id: "tier-1", tag: "Standard", period: "Monthly", price: "$50", description: "Basic features", features: ["Fast shipping"], button: { text: "Buy" } },
|
||||
{ id: "tier-2", tag: "Pro", period: "Monthly", price: "$100", description: "Advanced features", features: ["Global shipping", "Priority support"], button: { text: "Buy" } }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user