updated user
This commit is contained in:
parent
ceed38f600
commit
ca923cc17e
BIN
public/logo.PNG
BIN
public/logo.PNG
Binary file not shown.
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 47 KiB |
@ -1,6 +1,5 @@
|
||||
import React from 'react';
|
||||
import { useState } from 'react';
|
||||
import Header from './Header';
|
||||
|
||||
const Faq = () => {
|
||||
const [openIndex, setOpenIndex] = useState(null);
|
||||
@ -17,7 +16,6 @@ import Header from './Header';
|
||||
|
||||
return (
|
||||
<>
|
||||
<Header/>
|
||||
<div className="w-full bg-white text-black">
|
||||
{/* FAQ Section */}
|
||||
<div className="max-w-6xl mx-auto py-6">
|
||||
@ -39,31 +37,6 @@ import Header from './Header';
|
||||
))}
|
||||
</div>
|
||||
|
||||
{/* Footer Section */}
|
||||
<footer className="bg-white border-t py-6 text-center">
|
||||
<div className="max-w-3xl mx-auto text-gray-600 text-sm">
|
||||
<p className="font-bold text-xl text-black flex items-center justify-center">
|
||||
MATKA <span className="text-red-600"> SATTA</span>
|
||||
</p>
|
||||
<p className="mt-2">
|
||||
The Multi-State Lottery Association makes every effort to ensure the
|
||||
accuracy of winning numbers and other information. Official winning
|
||||
numbers are those selected in the respective drawings and recorded
|
||||
under the observation of an independent accounting firm.
|
||||
</p>
|
||||
<p className="mt-2">
|
||||
In the event of a discrepancy, the official drawing results shall
|
||||
prevail. All winning tickets must be redeemed in the
|
||||
state/jurisdiction in which they are sold.
|
||||
</p>
|
||||
<p className="mt-4 flex justify-center space-x-4 text-black font-semibold">
|
||||
<span>Media Center</span>
|
||||
<span>Legal</span>
|
||||
<span>Privacy</span>
|
||||
<span>español</span>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</>
|
||||
|
||||
@ -14,8 +14,15 @@ const Footer = () => {
|
||||
<p className="font-bold text-xl text-black flex items-center justify-center">
|
||||
MATKA <span className="text-red-600"> SATTA</span>
|
||||
</p>
|
||||
<h1 className="text-3xl md:text-4xl font-bold uppercase text-red-600">
|
||||
<img
|
||||
src="./logo.PNG"
|
||||
alt="Advertisement"
|
||||
className="w-28 h-30 m-auto"
|
||||
/>
|
||||
</h1>
|
||||
<p className="mt-2">
|
||||
The Multi-State Lottery Association makes every effort to ensure the
|
||||
The Multi-State Association makes every effort to ensure the
|
||||
accuracy of winning numbers and other information. Official winning
|
||||
numbers are those selected in the respective drawings and recorded
|
||||
under the observation of an independent accounting firm.
|
||||
|
||||
@ -6,20 +6,20 @@ export default function Header() {
|
||||
const [isOpen, setIsOpen] = useState(false);
|
||||
|
||||
return (
|
||||
<header className="bg-gray-600 text-white">
|
||||
<header className="bg-[#182633] text-white">
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div className="flex justify-between items-center py-4">
|
||||
{/* Logo */}
|
||||
<Link to="/" className="text-2xl font-bold"> <img
|
||||
src="./logo.PNG"
|
||||
alt="Advertisement"
|
||||
className="w-12 h-30 m-auto"
|
||||
className=" h-24 m-auto"
|
||||
/></Link>
|
||||
|
||||
{/* Desktop Menu */}
|
||||
<nav className="hidden md:flex space-x-6">
|
||||
<Link to="/faq" className="hover:text-gray-200 transition">FAQs</Link>
|
||||
<Link to="/games" className="hover:text-gray-200 transition">Results</Link>
|
||||
<Link to="/" className="hover:text-gray-200 transition">FAQs</Link>
|
||||
</nav>
|
||||
|
||||
{/* Mobile Menu Button */}
|
||||
|
||||
@ -307,22 +307,22 @@ const Home2 = () => {
|
||||
<Header/>
|
||||
<div className="w-full bg-white p-4 text-center text-white">
|
||||
{/* Header */}
|
||||
<h1 className="text-3xl md:text-4xl font-bold uppercase text-red-600">
|
||||
{/* <h1 className="text-3xl md:text-4xl font-bold uppercase text-red-600">
|
||||
<img
|
||||
src="./logo.PNG"
|
||||
alt="Advertisement"
|
||||
className="w-28 h-30 m-auto"
|
||||
/>
|
||||
</h1>
|
||||
</h1> */}
|
||||
|
||||
{/* Advertisement Banner */}
|
||||
<div className="mt-4 flex justify-center items- border w-full lg:w-3/4 m-auto">
|
||||
{/* <div className="mt-4 flex justify-center items- border w-full lg:w-3/4 m-auto">
|
||||
<img
|
||||
src="./add.png"
|
||||
alt="Advertisement"
|
||||
className="w-auto max-w-4xl h-14"
|
||||
/>
|
||||
</div>
|
||||
</div> */}
|
||||
|
||||
{/* Informational Text */}
|
||||
<p className="mt-4 text-black text-sm p-1 w-full lg:w-3/4 m-auto">
|
||||
|
||||
@ -267,19 +267,19 @@ const TodaysMatch = () => {
|
||||
{/* Winners Box */}
|
||||
<div className="bg-gray-200 rounded-lg shadow-lg overflow-hidden w-full md:w-1/3">
|
||||
<div className="bg-white p-4 rounded-t-lg">
|
||||
<h2 className="text-center font-bold text-xl text-gray-800">Winners</h2>
|
||||
<h2 className="text-center font-bold text-xl text-gray-800">Todays match</h2>
|
||||
</div>
|
||||
<div className="p-4 text-center">
|
||||
<h3 className="font-medium text-lg mb-4">Wed, Mar 19, 2025</h3>
|
||||
<h3 className="font-medium text-lg mb-4">Wed, Mar 21, 2025</h3>
|
||||
|
||||
<div className="text-center mb-4">
|
||||
<div className="font-bold">POWERBALL</div>
|
||||
<div className="font-bold">Team Alpha</div>
|
||||
<div className="text-2xl font-bold">JACKPOT WINNERS</div>
|
||||
<div className="text-red-600 text-xl">None</div>
|
||||
</div>
|
||||
|
||||
<div className="text-center mb-4">
|
||||
<div className="font-bold">MATCH 5 + POWER PLAY</div>
|
||||
<div className="font-bold">Team Beta</div>
|
||||
<div className="text-2xl font-bold">$2 MILLION WINNERS</div>
|
||||
<div className="text-red-600 text-xl">CO, TX</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user