chore: update favicon to use full Xpeditis logo
Replace the icon with the full Xpeditis logo (logo-black.svg) as requested. Updated references in: - app/icon.svg (favicon) - app/layout.tsx (metadata and social cards) - public/manifest.json (PWA icon) Note: The full logo (1875x1699px) will be scaled down in browser tabs. Consider creating a square optimized version for better display in small sizes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
e1aeb9ccd7
commit
5878b63a0a
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 308 B After Width: | Height: | Size: 35 KiB |
@ -25,18 +25,18 @@ export const metadata: Metadata = {
|
|||||||
description: 'Search, compare, and book maritime freight in real-time',
|
description: 'Search, compare, and book maritime freight in real-time',
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: '/assets/logos/xpeditis-icon.svg',
|
url: '/assets/logos/logo-black.svg',
|
||||||
width: 48,
|
width: 1875,
|
||||||
height: 48,
|
height: 1699,
|
||||||
alt: 'Xpeditis Logo',
|
alt: 'Xpeditis Logo',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: 'summary',
|
card: 'summary_large_image',
|
||||||
title: 'Xpeditis - Maritime Freight Booking Platform',
|
title: 'Xpeditis - Maritime Freight Booking Platform',
|
||||||
description: 'Search, compare, and book maritime freight in real-time',
|
description: 'Search, compare, and book maritime freight in real-time',
|
||||||
images: ['/assets/logos/xpeditis-icon.svg'],
|
images: ['/assets/logos/logo-black.svg'],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
"theme_color": "#10183A",
|
"theme_color": "#10183A",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/assets/logos/xpeditis-icon.svg",
|
"src": "/assets/logos/logo-black.svg",
|
||||||
"sizes": "any",
|
"sizes": "any",
|
||||||
"type": "image/svg+xml",
|
"type": "image/svg+xml",
|
||||||
"purpose": "any maskable"
|
"purpose": "any maskable"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user