From 3aaeebb4c37af2ad63bb8677550abcf45b8483ae Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 10:26:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f4a8ad..5506525 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "" } ]} /> @@ -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" } } ]} /> -- 2.49.1