Update src/app/gallery/page.tsx

This commit is contained in:
2026-04-15 03:37:34 +00:00
parent 00f0302d90
commit e29d242073

View File

@@ -44,13 +44,13 @@ export default function GalleryPage() {
{ id: "1", name: "Classic Fade", price: "$50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp" },
{ id: "2", name: "Modern Textured", price: "$60", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp" },
{ id: "3", name: "Precision Beard Trim", price: "$40", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp" },
{ id: "4", name: "Buzz Cut Refined", price: "$35", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp" },
{ id: "4", name: "Buzz Cut Refined", price: "$35", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp?_wi=2" },
]}
/>
</div>
<FooterMedia
logoText="Webild"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp?_wi=1"
copyrightText="© 2026 | Webild"
columns={[
{ title: "Company", items: [{ label: "About", href: "/#about" }, { label: "Services", href: "/#services" }] }