diff --git a/src/app/page.tsx b/src/app/page.tsx index 46480ec..3d13551 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="mediumLargeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -44,7 +44,7 @@ export default function LandingPage() { @@ -114,13 +117,16 @@ export default function LandingPage() { features={[ { id: "1", title: "Premium Lab-Tested Quality", tags: ["Verified", "Certified", "Pure"], - imageSrc: "http://img.b2bpic.net/free-photo/builders-discussing-drafts_23-2147785492.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/builders-discussing-drafts_23-2147785492.jpg" + }, { id: "2", title: "Fast & Discreet Shipping", tags: ["Express", "Private", "Secure"], - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-vaping-blowing-smoke-isolated-black-wall_231208-3654.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-vaping-blowing-smoke-isolated-black-wall_231208-3654.jpg" + }, { id: "3", title: "24/7 Customer Support", tags: ["Available", "Responsive", "Helpful"], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-binoculars-white-surface_181624-28330.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-binoculars-white-surface_181624-28330.jpg" + }, ]} animationType="slide-up" title="Why Our Customers Love Us" @@ -134,13 +140,17 @@ export default function LandingPage() {