diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
index 09f0a9f..3e9204c 100644
--- a/src/app/gallery/page.tsx
+++ b/src/app/gallery/page.tsx
@@ -26,6 +26,7 @@ export default function GalleryPage() {
{ name: "Contact", id: "/contact" },
]}
brandName="Gallery"
+ button={{ text: "Get Started", href: "/contact" }}
/>
@@ -37,10 +38,10 @@ export default function GalleryPage() {
useInvertedBackground={false}
features={[
{
- id: "1", title: "Feature One", description: "Description one.", imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb", imageAlt: "Feature one"
+ title: "Feature One", description: "Description one.", imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb", imageAlt: "Feature one"
},
{
- id: "2", title: "Feature Two", description: "Description two.", imageSrc: "https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05", imageAlt: "Feature two"
+ title: "Feature Two", description: "Description two.", imageSrc: "https://images.unsplash.com/photo-1470071459604-3b5ec3a7fe05", imageAlt: "Feature two"
}
]}
/>