Update src/app/page.tsx

This commit is contained in:
2026-06-10 23:08:59 +00:00
parent a988545bff
commit 7d7ccdcb70

View File

@@ -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}
/>
</div>
@@ -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}
/>
</div>
</ThemeProvider>