color updates

This commit is contained in:
Jacob Delgado 2024-06-25 18:10:43 -07:00
parent 1d77c20177
commit d7f0e23cf3
2 changed files with 5 additions and 5 deletions

View File

@ -5,9 +5,9 @@ import { cn } from "../lib/utils";
export default function Home() {
return (
<main className="flex min-h-screen flex-col px-20 bg-[##F4F4F0]">
<main className="flex min-h-screen flex-col px-20 bg-[#F9F6EE]">
{/* Title */}
<div className="text-4xl w-full justify-center text-center items-center flex py-12 font-medium">
<div className="text-4xl w-full justify-center text-center items-center flex py-12 font-medium text-gray-600">
<span>Kevo&#39;s Attire</span>
</div>
@ -17,7 +17,7 @@ export default function Home() {
</div>
{/* Footer */}
<div className="flex w-full h-[250px] items-center ">
<div className="flex w-full h-[250px] items-center text-gray-400">
<div className="font-bold ">
Email us at
<a href="mailto:kevosattire@gmail.com" className="text-emerald-500"> kevosattire@gmail.com</a> to

View File

@ -18,12 +18,12 @@ const inter = Inter({ subsets: ["latin"] });
const MenuCard = ({ Menu }: any) => {
return (
<div className="grid desktop:grid-cols-5 tablet:grid-cols-3 md:grid-cols-3 grid-flow-row gap-y-6 md:gap-x-6">
<div className="grid desktop:grid-cols-5 tablet:grid-cols-3 md:grid-cols-2 grid-cols-1 grid-flow-row gap-y-6 md:gap-x-6">
{Menu.map((menu_item: any) => {
return (
<Card
key={menu_item.id}
className="flex-1 flex-col max-w-[325px] h-[452px] relative shadow-xl rounded-xl overflow-hidden"
className="flex-1 flex-col max-w-[325px] h-[452px] relative shadow-xl rounded-xl overflow-hidden bg-slate-500"
>
<div className="w-full h-[68%]">
<div className="h-full relative w-full">