diff --git a/src/app/installation-support/page.tsx b/src/app/installation-support/page.tsx index 02d9074..da2891c 100644 --- a/src/app/installation-support/page.tsx +++ b/src/app/installation-support/page.tsx @@ -35,6 +35,7 @@ export default function InstallationSupportPage() { description="Find guides, troubleshooting steps, and support resources to keep your systems running perfectly." faqsAnimation="slide-up" textboxLayout="default" + useInvertedBackground={false} faqs={[ { id: "f1", title: "How do I install my disposer?", content: "Detailed guides are available for all models. Consult your manual or watch our step-by-step video tutorials." }, { id: "f2", title: "My unit is making strange noises.", content: "Common issues include debris in the grind chamber. Follow our troubleshooting steps to safely inspect and clear." }, diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 1ce0449..ca99e64 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -36,6 +36,7 @@ export default function ProductsPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} products={[ { id: "p1", name: "Evolution 200", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2150771941.jpg" }, { id: "p2", name: "Instant Hot Water Tap", price: "$699", imageSrc: "http://img.b2bpic.net/free-photo/blender-juice-machine_1203-7837.jpg" } @@ -50,6 +51,7 @@ export default function ProductsPage() { gridVariant="four-items-2x2-equal-grid" animationType="blur-reveal" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "p3", name: "Basic Waste Disposer", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/heap-beet-micro-greens-table_1157-35993.jpg" }, { id: "p4", name: "Deluxe Disposer", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/chef-kitchen-making-dough_23-2148006257.jpg" } diff --git a/src/app/selector/page.tsx b/src/app/selector/page.tsx index 3eb1709..85da631 100644 --- a/src/app/selector/page.tsx +++ b/src/app/selector/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { TextBox } from '@/components/Textbox'; +import TextBox from '@/components/Textbox'; export default function SelectorPage() { return ( diff --git a/src/app/sustainability/page.tsx b/src/app/sustainability/page.tsx index eebfb4d..0b6f6d3 100644 --- a/src/app/sustainability/page.tsx +++ b/src/app/sustainability/page.tsx @@ -34,6 +34,8 @@ export default function SustainabilityPage() { title="Our Sustainability Commitment" description="We are dedicated to reducing food waste and fostering a greener tomorrow through innovative kitchen solutions." animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} metrics={[ { id: "s1", value: "40%", title: "Waste Reduction", items: ["Directly reducing waste sent to landfills", "Maximizing resource recovery"] }, { id: "s2", value: "50+", title: "Green Initiatives", items: ["Energy-efficient manufacturing processes", "Recycled material integration"] }