Update marina image to v5 and improve favicon support across devices
Build And Push Image / docker (push) Successful in 2m1s
Details
Build And Push Image / docker (push) Successful in 2m1s
Details
- Updated marina image from v3 to v5 for both mobile and desktop layouts - Moved favicon files to src/app/ for automatic icon handling - Added icon.svg for modern browsers and updated icon.png for Apple devices - Removed manual icon metadata configuration - Icons now automatically serve the correct format for each device
This commit is contained in:
parent
2d5ffcb268
commit
d593230c8a
Binary file not shown.
|
After Width: | Height: | Size: 366 KiB |
BIN
src/app/icon.png
BIN
src/app/icon.png
Binary file not shown.
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.3 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
|
@ -15,11 +15,6 @@ const geistMono = Geist_Mono({
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Port Amador",
|
title: "Port Amador",
|
||||||
description: "Premium marine equipment and services",
|
description: "Premium marine equipment and services",
|
||||||
icons: {
|
|
||||||
icon: '/favicon.svg',
|
|
||||||
shortcut: '/favicon.svg',
|
|
||||||
apple: '/favicon.svg',
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|
|
||||||
|
|
@ -786,7 +786,7 @@ export default function Home() {
|
||||||
<div className="relative w-full h-[192px] -mt-6 px-4">
|
<div className="relative w-full h-[192px] -mt-6 px-4">
|
||||||
<div className="relative w-full h-full">
|
<div className="relative w-full h-full">
|
||||||
<Image
|
<Image
|
||||||
src="/marina_cropped_v3.jpg"
|
src="/marina_cropped_v5.jpg"
|
||||||
alt="Port Amador Marina"
|
alt="Port Amador Marina"
|
||||||
fill
|
fill
|
||||||
className="object-cover object-bottom"
|
className="object-cover object-bottom"
|
||||||
|
|
@ -824,7 +824,7 @@ export default function Home() {
|
||||||
{/* Image positioned to align with heading */}
|
{/* Image positioned to align with heading */}
|
||||||
<div ref={imageContainerRef} className="relative h-full lg:h-auto">
|
<div ref={imageContainerRef} className="relative h-full lg:h-auto">
|
||||||
<Image
|
<Image
|
||||||
src="/marina_cropped_v3.jpg"
|
src="/marina_cropped_v5.jpg"
|
||||||
alt="Port Amador Marina"
|
alt="Port Amador Marina"
|
||||||
fill
|
fill
|
||||||
className="object-cover"
|
className="object-cover"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue