diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index fdaa4e5..c0e4997 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -29,8 +29,8 @@ export default function GalleryPage() { { name: "Services", id: "services" }, { name: "About Us", id: "about" }, { name: "Our Team", id: "team" }, - { name: "Gallery", href: "/gallery" }, - { name: "Reviews", href: "/reviews" }, + { name: "Gallery", id: "/gallery" }, + { name: "Reviews", id: "/reviews" }, { name: "Contact", id: "contact" } ]} button={{ text: "Request a Quote", href: "#contact" }} @@ -45,6 +45,8 @@ export default function GalleryPage() { tagIcon={Leaf} animationType="slide-up" gridVariant="uniform-all-items-equal" + textboxLayout="default" + useInvertedBackground={false} products={[ { id: "ba1-b", name: "Overgrown Space (Before)", price: "", imageSrc: "http://img.b2bpic.net/free-photo/green-grass-with-tree_169016-57434.jpg", imageAlt: "Overgrown garden before landscaping" @@ -70,6 +72,8 @@ export default function GalleryPage() { tagIcon={Leaf} animationType="slide-up" gridVariant="uniform-all-items-equal" + textboxLayout="default" + useInvertedBackground={false} products={[ { id: "res1", name: "Modern Home Garden", price: "", imageSrc: "http://img.b2bpic.net/free-photo/modern-house-with-landscaped-garden_169016-57406.jpg", imageAlt: "Modern house with minimalist garden design" @@ -95,6 +99,8 @@ export default function GalleryPage() { tagIcon={Leaf} animationType="slide-up" gridVariant="uniform-all-items-equal" + textboxLayout="default" + useInvertedBackground={false} products={[ { id: "com1", name: "Office Frontage", price: "", imageSrc: "http://img.b2bpic.net/free-photo/commercial-building-green-lawn_169016-57303.jpg", imageAlt: "Commercial building with welcoming landscape" @@ -120,6 +126,8 @@ export default function GalleryPage() { tagIcon={Leaf} animationType="slide-up" gridVariant="uniform-all-items-equal" + textboxLayout="default" + useInvertedBackground={false} products={[ { id: "lm1", name: "Hedge Trimming", price: "", imageSrc: "http://img.b2bpic.net/free-photo/gardener-trimming-bush_169016-57218.jpg", imageAlt: "Gardener trimming a hedge"