diff --git a/resources/views/components/cards/arch.blade.php b/resources/views/components/cards/arch.blade.php index 757429a..9c3bb48 100644 --- a/resources/views/components/cards/arch.blade.php +++ b/resources/views/components/cards/arch.blade.php @@ -1,9 +1,11 @@ +@props(['href', 'image', 'title', 'alt' => '']) +
diff --git a/resources/views/components/cards/item.blade.php b/resources/views/components/cards/item.blade.php new file mode 100644 index 0000000..228e523 --- /dev/null +++ b/resources/views/components/cards/item.blade.php @@ -0,0 +1,20 @@ +@props(['href', 'image', 'title', 'alt' => '']) + + +
+
+ + +
+
+
+
+ +
+ {{ $title }} +
+
diff --git a/resources/views/pages/custom-framing.blade.php b/resources/views/pages/custom-framing.blade.php index d0da93d..439f951 100644 --- a/resources/views/pages/custom-framing.blade.php +++ b/resources/views/pages/custom-framing.blade.php @@ -26,21 +26,36 @@