diff --git a/public/favicon1.png b/public/favicon1.png new file mode 100644 index 0000000..b6f209a Binary files /dev/null and b/public/favicon1.png differ diff --git a/src/app/(main)/(app)/AppLayout.tsx b/src/app/(main)/(app)/AppLayout.tsx index e6b9249..bf9ad09 100644 --- a/src/app/(main)/(app)/AppLayout.tsx +++ b/src/app/(main)/(app)/AppLayout.tsx @@ -164,11 +164,11 @@ export default function AppLayout({ className={`fixed top-0 left-0 z-50 h-full w-64 bg-white border-r border-gray-200 transform transition-transform lg:translate-x-0 ${sidebarOpen ? 'translate-x-0' : '-translate-x-full' }`} > -
- - QR Master - QR Master - +
+ + QR Master + QR Master +
); -} \ No newline at end of file +} diff --git a/src/app/(main)/(app)/layout.tsx b/src/app/(main)/(app)/layout.tsx index 79401a5..78cc8e7 100644 --- a/src/app/(main)/(app)/layout.tsx +++ b/src/app/(main)/(app)/layout.tsx @@ -8,13 +8,13 @@ export const metadata: Metadata = { title: 'Dashboard | QR Master', description: 'Manage your QR Master dashboard. Create dynamic QR codes, view real-time scan analytics, and configure your account settings in one secure place.', robots: { index: false, follow: false }, - icons: { - icon: [ - { url: '/favicon.svg', type: 'image/svg+xml' }, - { url: '/logo.svg', type: 'image/svg+xml' }, - ], - apple: '/logo.svg', - }, + icons: { + icon: [ + { url: '/favicon1.png', sizes: '2048x2048', type: 'image/png' }, + ], + shortcut: '/favicon1.png', + apple: '/favicon1.png', + }, }; export default function AppGroupLayout({ diff --git a/src/app/(main)/(auth)/forgot-password/page.tsx b/src/app/(main)/(auth)/forgot-password/page.tsx index f6928a7..3004c7f 100644 --- a/src/app/(main)/(auth)/forgot-password/page.tsx +++ b/src/app/(main)/(auth)/forgot-password/page.tsx @@ -44,10 +44,10 @@ export default function ForgotPasswordPage() {
- - QR Master - QR Master - + + QR Master + QR Master +

Check Your Email

We've sent you a password reset link

@@ -98,10 +98,10 @@ export default function ForgotPasswordPage() {
- - QR Master - QR Master - + + QR Master + QR Master +

Forgot Password?

No worries, we'll send you reset instructions

diff --git a/src/app/(main)/(auth)/login/LoginClient.tsx b/src/app/(main)/(auth)/login/LoginClient.tsx index 26fb9fd..3f77d62 100644 --- a/src/app/(main)/(auth)/login/LoginClient.tsx +++ b/src/app/(main)/(auth)/login/LoginClient.tsx @@ -79,10 +79,10 @@ export default function LoginClient({ showPageHeading = true }: LoginClientProps
- - QR Master - QR Master - + + QR Master + QR Master + {showPageHeading ? (

Welcome Back

) : ( diff --git a/src/app/(main)/(auth)/reset-password/page.tsx b/src/app/(main)/(auth)/reset-password/page.tsx index 909da5a..c207b1b 100644 --- a/src/app/(main)/(auth)/reset-password/page.tsx +++ b/src/app/(main)/(auth)/reset-password/page.tsx @@ -77,10 +77,10 @@ export default function ResetPasswordPage() {
- - QR Master - QR Master - + + QR Master + QR Master +

Password Reset Successful

Your password has been updated

@@ -119,10 +119,10 @@ export default function ResetPasswordPage() {
- - QR Master - QR Master - + + QR Master + QR Master +

Reset Your Password

Enter your new password below

diff --git a/src/app/(main)/(auth)/signup/SignupClient.tsx b/src/app/(main)/(auth)/signup/SignupClient.tsx index f404c72..f2778f3 100644 --- a/src/app/(main)/(auth)/signup/SignupClient.tsx +++ b/src/app/(main)/(auth)/signup/SignupClient.tsx @@ -88,10 +88,10 @@ export default function SignupClient() {
- - QR Master - QR Master - + + QR Master + QR Master +

Create Account

Start creating QR codes in seconds

diff --git a/src/app/(main)/(marketing)/MarketingLayout.tsx b/src/app/(main)/(marketing)/MarketingLayout.tsx index dd3ac10..0dcf640 100644 --- a/src/app/(main)/(marketing)/MarketingLayout.tsx +++ b/src/app/(main)/(marketing)/MarketingLayout.tsx @@ -6,11 +6,12 @@ import { usePathname } from 'next/navigation'; import { Button } from '@/components/ui/Button'; import { Footer } from '@/components/ui/Footer'; import en from '@/i18n/en.json'; -import { ChevronDown, BookOpen, Building2, Wifi, Contact, MessageCircle, QrCode, Link2, Type, Mail, MessageSquare, Phone, Calendar, MapPin, Facebook, Instagram, Twitter, Youtube, Music, Bitcoin, CreditCard, Video, Users, Barcode as BarcodeIcon, Star } from 'lucide-react'; -import { cn } from '@/lib/utils'; -import { AnimatePresence, motion } from 'framer-motion'; -import { allUseCases } from '@/lib/growth-pages'; -import { industryPages } from '@/lib/industry-pages'; +import { ChevronDown, BookOpen, Building2, Wifi, Contact, MessageCircle, Link2, Type, Mail, MessageSquare, Phone, Calendar, MapPin, Facebook, Instagram, Twitter, Youtube, Music, Bitcoin, CreditCard, Video, Users, Barcode as BarcodeIcon, Star } from 'lucide-react'; +import { cn } from '@/lib/utils'; +import { AnimatePresence, motion } from 'framer-motion'; +import { allUseCases } from '@/lib/growth-pages'; +import { industryPages } from '@/lib/industry-pages'; +import Image from 'next/image'; export default function MarketingLayout({ children, @@ -141,13 +142,20 @@ export default function MarketingLayout({ >