Update src/app/gallery/page.tsx
This commit is contained in:
@@ -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" }] }
|
||||
|
||||
Reference in New Issue
Block a user