diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 945b669..f314870 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -4,7 +4,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; -import { Shield, Droplet, Leaf, Palette, HardHat, Sun, Hammer, Ruler, Sparkles, Chair, Paintbrush, Bolt, Utensils, SquareStack, Brush, Wind, Anchor, Award, ShoppingCart, Layers, Briefcase } from 'lucide-react'; +import { Shield, Droplet, Leaf, Palette, HardHat, Sun, Hammer, Ruler, Sparkles, Paintbrush, Bolt, Utensils, SquareStack, Brush, Wind, Anchor, Award, ShoppingCart, Layers, Briefcase } from 'lucide-react'; import Link from 'next/link'; export default function AboutPage() { @@ -46,7 +46,7 @@ export default function AboutPage() { title="The Adirondack Peaks Difference: Our Heritage of Quality" description="At Adirondack Peaks Furniture, our commitment runs deep – to the enduring beauty of the Adirondacks, to the timeless artistry of Amish craftsmanship, and to the unwavering trust of our dealer partners. We are a family-owned wholesale manufacturer, specializing in premium poly outdoor furniture that combines traditional methods with modern durability. Every piece is meticulously handcrafted in the USA, designed to withstand the elements and provide comfort for generations. Our mission is to equip retailers with exceptional products that exceed customer expectations, backed by a legacy of integrity and service." tag="Our Story & Values" - imageSrc="http://img.b2bpic.net/free-photo/young-woman-crafting-wood_23-2148742361.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-crafting-wood_23-2148742361.jpg" imageAlt="amish craftsman building furniture" useInvertedBackground={true} /> @@ -76,7 +76,6 @@ export default function AboutPage() { logoText="Adirondack Peaks Furniture" leftLink={{ text: "Privacy Policy", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }} - useInvertedBackground={false} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 295732c..fd5d7d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; -import { Shield, Droplet, Leaf, Palette, HardHat, Sun, Hammer, Ruler, Sparkles, Chair, Paintbrush, Bolt, Utensils, SquareStack, Brush, Wind, Anchor, Award, ShoppingCart, Layers, Briefcase } from 'lucide-react'; +import { Shield, Droplet, Leaf, Palette, HardHat, Sun, Hammer, Ruler, Sparkles, Paintbrush, Bolt, Utensils, SquareStack, Brush, Wind, Anchor, Award, ShoppingCart, Layers, Briefcase } from 'lucide-react'; import Link from 'next/link'; export default function HomePage() { @@ -58,7 +58,6 @@ export default function HomePage() { imageSrc="http://img.b2bpic.net/free-photo/two-empty-chairs-wooden-pier-overlooking-mountains-sunset-light_169016-9949.jpg" imageAlt="adirondack chairs lake view sunset" textPosition="bottom" - useInvertedBackground={false} /> @@ -67,7 +66,7 @@ export default function HomePage() { title="Our Story: Quality, Craftsmanship, Legacy" description="Adirondack Peaks Furniture is a proud Upstate New York wholesale manufacturer and distributor of authentic Amish-made poly outdoor furniture. With a deep commitment to tradition and excellence, we bring you durable, beautiful pieces perfect for any outdoor setting." tag="About Us" - imageSrc="http://img.b2bpic.net/free-photo/young-woman-crafting-wood_23-2148742361.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-crafting-wood_23-2148742361.jpg" imageAlt="amish craftsman building furniture" useInvertedBackground={true} /> @@ -163,7 +162,6 @@ export default function HomePage() { logoText="Adirondack Peaks Furniture" leftLink={{ text: "Privacy Policy", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }} - useInvertedBackground={false} />