Update src/app/about/page.tsx

This commit is contained in:
2026-06-10 23:08:58 +00:00
parent 379fb2e088
commit a988545bff

View File

@@ -4,7 +4,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; 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'; import Link from 'next/link';
export default function AboutPage() { export default function AboutPage() {
@@ -46,7 +46,7 @@ export default function AboutPage() {
title="The Adirondack Peaks Difference: Our Heritage of Quality" 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." 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" 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" imageAlt="amish craftsman building furniture"
useInvertedBackground={true} useInvertedBackground={true}
/> />
@@ -76,7 +76,6 @@ export default function AboutPage() {
logoText="Adirondack Peaks Furniture" logoText="Adirondack Peaks Furniture"
leftLink={{ text: "Privacy Policy", href: "#" }} leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }} rightLink={{ text: "Terms of Service", href: "#" }}
useInvertedBackground={false}
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>