diff --git a/app/Support/Traits/GoogleApi.php b/app/Support/Traits/GoogleApi.php index f318b4f..2d780df 100644 --- a/app/Support/Traits/GoogleApi.php +++ b/app/Support/Traits/GoogleApi.php @@ -11,11 +11,11 @@ trait GoogleApi public function getRecentReviews(): Collection { if (app()->environment('local')) { - return collect($this->getLocalReviews()['reviews'])->sortByDesc('rating')->take(3)->values(); + return collect($this->getLocalReviews()['reviews'])->sortByDesc('rating')->take(5)->values(); } return cache()->remember(CacheKeys::googleReviews(), (24 * 60) * 7, - fn () => collect($this->retrieveReviews())->sortByDesc('rating')->take(3)->values()); + fn () => collect($this->retrieveReviews())->sortByDesc('rating')->take(5)->values()); } protected function getLocalReviews(): array diff --git a/config/framed.php b/config/framed.php index d0de6ea..4d37181 100644 --- a/config/framed.php +++ b/config/framed.php @@ -32,7 +32,7 @@ | */ - 'copyright' => '© 1997-2025 All rights reserved.', + 'copyright' => '© 1997-2026 All rights reserved.', /* |-------------------------------------------------------------------------- diff --git a/public/images/framing/arrowheads.webp b/public/images/framing/arrowheads.webp new file mode 100644 index 0000000..ebc5aae Binary files /dev/null and b/public/images/framing/arrowheads.webp differ diff --git a/public/images/framing/cat-painting.webp b/public/images/framing/cat-painting.webp new file mode 100644 index 0000000..4d43714 Binary files /dev/null and b/public/images/framing/cat-painting.webp differ diff --git a/public/images/framing/emu-art.webp b/public/images/framing/emu-art.webp new file mode 100644 index 0000000..e454370 Binary files /dev/null and b/public/images/framing/emu-art.webp differ diff --git a/public/images/framing/shadow-box.webp b/public/images/framing/shadow-box.webp new file mode 100644 index 0000000..8b66238 Binary files /dev/null and b/public/images/framing/shadow-box.webp differ diff --git a/public/images/logo-white.png b/public/images/logo-white.png new file mode 100644 index 0000000..5d9d6bb Binary files /dev/null and b/public/images/logo-white.png differ diff --git a/public/images/logo.png b/public/images/logo.png index 3b70b17..2159d4c 100644 Binary files a/public/images/logo.png and b/public/images/logo.png differ diff --git a/resources/css/app.css b/resources/css/app.css index b5c61c9..a4fc0fe 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -1,3 +1,7 @@ @tailwind base; @tailwind components; @tailwind utilities; + +html { + scroll-behavior: smooth; +} diff --git a/resources/views/components/layouts/app.blade.php b/resources/views/components/layouts/app.blade.php index dacded6..3d4052d 100644 --- a/resources/views/components/layouts/app.blade.php +++ b/resources/views/components/layouts/app.blade.php @@ -45,7 +45,7 @@ function gtag(){dataLayer.push(arguments);} -
+
diff --git a/resources/views/components/layouts/footer.blade.php b/resources/views/components/layouts/footer.blade.php index fd06a05..2667bc7 100644 --- a/resources/views/components/layouts/footer.blade.php +++ b/resources/views/components/layouts/footer.blade.php @@ -1,161 +1,154 @@ diff --git a/resources/views/components/links/mega-menu-link.blade.php b/resources/views/components/links/mega-menu-link.blade.php index efd16f0..58e58ab 100644 --- a/resources/views/components/links/mega-menu-link.blade.php +++ b/resources/views/components/links/mega-menu-link.blade.php @@ -1,7 +1,7 @@ merge([ - 'class' => 'text-secondary-500 flex text-md my-4 items-center hover:underline decoration-secondary-500 underline-offset-2 ' . ($active ? '!underline' : '') + 'class' => 'flex text-sm my-3 items-center transition-colors ' . ($active ? 'text-primary-500 font-medium' : 'text-secondary-600 hover:text-primary-500') ]) }} href="{{$href}}" diff --git a/resources/views/components/links/nav.blade.php b/resources/views/components/links/nav.blade.php index c28d51e..bcb74f3 100644 --- a/resources/views/components/links/nav.blade.php +++ b/resources/views/components/links/nav.blade.php @@ -1,6 +1,6 @@ {{ $slot }} diff --git a/resources/views/components/links/services-mega-menu.blade.php b/resources/views/components/links/services-mega-menu.blade.php index 7467a20..51eb8da 100644 --- a/resources/views/components/links/services-mega-menu.blade.php +++ b/resources/views/components/links/services-mega-menu.blade.php @@ -57,7 +57,7 @@ >
Services
@@ -69,13 +69,12 @@ class="text-white mt-1.5 flex text-lg cursor-pointer decoration-2 items-center h {{-- Mobile --}}
-
+
@foreach ($customLinks_1 as $link) {{ $link['name'] }} @@ -87,7 +86,6 @@ class="!text-secondary-200 !decoration-secondary-200" {{ $link['name'] }} @@ -95,7 +93,6 @@ class="!text-secondary-200 !decoration-secondary-200" Other @@ -112,10 +109,10 @@ class="absolute right-24 z-50 hidden lg:flex" >