From cb3ddd70d71c3f4894ace9b65618c39665b50b7b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 02:13:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27d6b38..0780be2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Scientifically Created", description: "Using advanced CVD and HPHT technology, each diamond is created in controlled laboratory conditions that replicate natural formation processes.", media: { + id: "1", title: "Scientifically Created", description: "Using advanced CVD technology, each diamond is created in controlled laboratory conditions that replicate natural formation processes.", media: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-jeweler-making-jewellery_23-2150931464.jpg", imageAlt: "Lab-grown diamond creation process" }, items: [ @@ -141,7 +141,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/person-using-wax-seal-front-view_23-2148769672.jpg", imageAlt: "Diamond certification and authenticity documents" }, items: [ - { icon: CheckCircle, text: "IGI & GIA certification included" }, + { icon: CheckCircle, text: "IGI certification included for each piece" }, { icon: CheckCircle, text: "Lifetime warranty on all pieces" }, { icon: CheckCircle, text: "30-day satisfaction guarantee" } ], @@ -153,7 +153,7 @@ export default function LandingPage() {