diff --git a/src/app/page.tsx b/src/app/page.tsx index 94c8898..5883450 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -47,12 +47,12 @@ export default function LandingPage() { tag="Outdoor Innovation" tagIcon={Flame} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-maintenance-worker-taking-care-court-autumn-low-angle-view-male-worker_7502-10255.jpg?_wi=1", imageAlt: "FlameWeeds Professional Weed Burner Tool"}, + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-maintenance-worker-taking-care-court-autumn-low-angle-view-male-worker_7502-10255.jpg", imageAlt: "FlameWeeds Professional Weed Burner Tool"}, { - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-maintenance-worker-taking-care-court-autumn-low-angle-view-male-worker_7502-10255.jpg?_wi=2", imageAlt: "Weed Burner in Action on Pavement"}, + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-maintenance-worker-taking-care-court-autumn-low-angle-view-male-worker_7502-10255.jpg", imageAlt: "Weed Burner in Action on Pavement"}, { imageSrc: "http://img.b2bpic.net/free-photo/woman-collects-leaves-cleans-park_1157-27412.jpg", imageAlt: "Clean Pavement After Weed Burning"}, ]} @@ -99,9 +99,9 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "FlameWeeds Classic", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-maintenance-worker-taking-care-court-autumn-low-angle-view-male-worker_7502-10255.jpg?_wi=3", imageAlt: "FlameWeeds Classic Weed Burner"}, + id: "1", name: "FlameWeeds Classic", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-maintenance-worker-taking-care-court-autumn-low-angle-view-male-worker_7502-10255.jpg", imageAlt: "FlameWeeds Classic Weed Burner"}, { - id: "2", name: "FlameWeeds Pro", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-maintenance-worker-taking-care-court-autumn-low-angle-view-male-worker_7502-10255.jpg?_wi=4", imageAlt: "FlameWeeds Pro Professional Grade"}, + id: "2", name: "FlameWeeds Pro", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-maintenance-worker-taking-care-court-autumn-low-angle-view-male-worker_7502-10255.jpg", imageAlt: "FlameWeeds Pro Professional Grade"}, { id: "3", name: "FlameWeeds Compact", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-black-truffle-with-thumb-up-nature_342744-1347.jpg", imageAlt: "FlameWeeds Compact Portable Model"}, ]} @@ -122,9 +122,9 @@ export default function LandingPage() { { id: "2", title: "Best Investment for Our Landscaping Business", quote: "We purchased three units for our landscaping crew. The time savings alone have paid for them multiple times over. Our clients love the chemical-free approach.", name: "Sarah Chen", role: "Landscaping Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-attractive-bearded-dark-skinned-farmer-blue-t-shirt-with-garden-tools-holding-hands-crossed-looking-aside-with-confident-face-expression_176420-19901.jpg", imageAlt: "Sarah Chen"}, { - id: "3", title: "Incredibly Easy to Use and Maintain", quote: "As someone who isn't particularly handy, I was worried about using this tool. It's surprisingly intuitive and the quality is outstanding. Highly recommend!", name: "David Rodriguez", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1", imageAlt: "David Rodriguez"}, + id: "3", title: "Incredibly Easy to Use and Maintain", quote: "As someone who isn't particularly handy, I was worried about using this tool. It's surprisingly intuitive and the quality is outstanding. Highly recommend!", name: "David Rodriguez", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "David Rodriguez"}, { - id: "4", title: "Professional Results Every Time", quote: "Whether I'm clearing driveways or patios, the FlameWeeds delivers consistent, professional results. The precision control is exactly what I needed.", name: "Jennifer Walsh", role: "Outdoor Maintenance Specialist", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2", imageAlt: "Jennifer Walsh"}, + id: "4", title: "Professional Results Every Time", quote: "Whether I'm clearing driveways or patios, the FlameWeeds delivers consistent, professional results. The precision control is exactly what I needed.", name: "Jennifer Walsh", role: "Outdoor Maintenance Specialist", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Jennifer Walsh"}, ]} />