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() {