Update src/app/gallery/page.tsx

This commit is contained in:
2026-05-12 17:13:50 +00:00
parent 06df13d464
commit 9f84b3535d

View File

@@ -26,6 +26,7 @@ export default function GalleryPage() {
{ name: "Contact", id: "/contact" },
]}
brandName="Gallery"
button={{ text: "Get Started", href: "/contact" }}
/>
</div>
<div id="features" data-section="features">
@@ -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"
}
]}
/>