Updated UI and fixed bugs

This commit is contained in:
srikanth_M 2026-04-18 11:54:57 +05:30
parent ecee4919d2
commit c9b2d6aad8
9 changed files with 16 additions and 4 deletions

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
public/favicon.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
public/icon.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -20,6 +20,11 @@ const geistMono = Geist_Mono({
export const metadata: Metadata = { export const metadata: Metadata = {
title: "dine360 - Complete Restaurant Management System", title: "dine360 - Complete Restaurant Management System",
description: "Built for Growth - The Complete Restaurant Management System with 24/7 Expert Support", description: "Built for Growth - The Complete Restaurant Management System with 24/7 Expert Support",
icons: {
icon: "/favicon.ico",
shortcut: "/favicon.ico",
apple: "/favicon.ico",
},
}; };
export default function RootLayout({ export default function RootLayout({

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -7,6 +7,7 @@ import {
ChevronsRight, ArrowRight, ArrowUp ChevronsRight, ArrowRight, ArrowUp
} from 'lucide-react'; } from 'lucide-react';
import Image from 'next/image'; import Image from 'next/image';
import Logo from '@/assets/footer/logo-1.png';
const Footer = () => { const Footer = () => {
@ -131,10 +132,16 @@ const Footer = () => {
{/* Column 1: Brand */} {/* Column 1: Brand */}
<motion.div variants={itemVariants} className="space-y-6"> <motion.div variants={itemVariants} className="space-y-6">
<div className="flex flex-col gap-2"> <div className="flex flex-col gap-2">
<h2 className="text-4xl font-bold tracking-tighter uppercase relative inline-block"> <Link href="/" className="inline-block">
Dine <span className="text-brand-red">360</span> <Image
<div className="h-1.5 w-20 bg-brand-red mt-2"></div> src={Logo}
</h2> alt="Dine360 Logo"
width={200}
height={80}
className="h-auto w-auto"
priority
/>
</Link>
</div> </div>
<p className="text-gray-400 text-base leading-relaxed max-w-sm"> <p className="text-gray-400 text-base leading-relaxed max-w-sm">
Proudly serving independent restaurants in Toronto (GTA), Hamilton, and Kitchener-Waterloo. Providing comprehensive solutions for the modern restaurant industry. Proudly serving independent restaurants in Toronto (GTA), Hamilton, and Kitchener-Waterloo. Providing comprehensive solutions for the modern restaurant industry.