Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Mar 22, 2024
1 parent fafec53 commit b0105e6
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions resources/views/pages/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class="object-cover h-[200px] md:h-[350px] hover:scale-105 transition duration-1

<x-section.divider/>

<div class="grid sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4">
<div class="grid sm:grid-cols-2 md:grid-cols-3 w-3/4 mx-auto gap-4">
<x-cards.arch
image="framing/flinders.webp"
title="Custom Framing"
Expand All @@ -88,27 +88,22 @@ class="object-cover h-[200px] md:h-[350px] hover:scale-105 transition duration-1

<x-cards.arch
image="printing/printer.webp"
title="Printing"
title="Printing & Canvas"
alt="TODO"
href="{{ route('services.printing') }}"
/>

{{-- TODO: Canvases and updating the images here --}}

<x-cards.arch
image="matboards/matboard-cutter.webp"
title="Computerised Matboard Cutting"
alt="TODO"
href="{{ route('services.other.matboard-cutting') }}"
/>

<x-cards.arch
image="restorations/reprint-and-frame.webp"
title="Restorations and Repairs"
alt="TODO"
href="{{ route('services.framing.restorations') }}"
/>
</div>

<div class="text-secondary-500 text-center mt-6">
and so much more...
</div>
</div>
</x-slot>
</x-section.content>
Expand Down

0 comments on commit b0105e6

Please sign in to comment.