Merge version_2 into main #5
@@ -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." },
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -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 (
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user