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 React from 'react';
|
||||||
import { useState } from 'react';
|
import { useState } from 'react';
|
||||||
import Header from './Header';
|
|
||||||
|
|
||||||
const Faq = () => {
|
const Faq = () => {
|
||||||
const [openIndex, setOpenIndex] = useState(null);
|
const [openIndex, setOpenIndex] = useState(null);
|
||||||
@ -17,7 +16,6 @@ import Header from './Header';
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Header/>
|
|
||||||
<div className="w-full bg-white text-black">
|
<div className="w-full bg-white text-black">
|
||||||
{/* FAQ Section */}
|
{/* FAQ Section */}
|
||||||
<div className="max-w-6xl mx-auto py-6">
|
<div className="max-w-6xl mx-auto py-6">
|
||||||
@ -39,31 +37,6 @@ import Header from './Header';
|
|||||||
))}
|
))}
|
||||||
</div>
|
</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>
|
</div>
|
||||||
|
|
||||||
</>
|
</>
|
||||||
|
|||||||
@ -14,8 +14,15 @@ const Footer = () => {
|
|||||||
<p className="font-bold text-xl text-black flex items-center justify-center">
|
<p className="font-bold text-xl text-black flex items-center justify-center">
|
||||||
MATKA <span className="text-red-600"> SATTA</span>
|
MATKA <span className="text-red-600"> SATTA</span>
|
||||||
</p>
|
</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">
|
<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
|
accuracy of winning numbers and other information. Official winning
|
||||||
numbers are those selected in the respective drawings and recorded
|
numbers are those selected in the respective drawings and recorded
|
||||||
under the observation of an independent accounting firm.
|
under the observation of an independent accounting firm.
|
||||||
|
|||||||
@ -6,20 +6,20 @@ export default function Header() {
|
|||||||
const [isOpen, setIsOpen] = useState(false);
|
const [isOpen, setIsOpen] = useState(false);
|
||||||
|
|
||||||
return (
|
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="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||||
<div className="flex justify-between items-center py-4">
|
<div className="flex justify-between items-center py-4">
|
||||||
{/* Logo */}
|
{/* Logo */}
|
||||||
<Link to="/" className="text-2xl font-bold"> <img
|
<Link to="/" className="text-2xl font-bold"> <img
|
||||||
src="./logo.PNG"
|
src="./logo.PNG"
|
||||||
alt="Advertisement"
|
alt="Advertisement"
|
||||||
className="w-12 h-30 m-auto"
|
className=" h-24 m-auto"
|
||||||
/></Link>
|
/></Link>
|
||||||
|
|
||||||
{/* Desktop Menu */}
|
{/* Desktop Menu */}
|
||||||
<nav className="hidden md:flex space-x-6">
|
<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="/games" className="hover:text-gray-200 transition">Results</Link>
|
||||||
|
<Link to="/" className="hover:text-gray-200 transition">FAQs</Link>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
{/* Mobile Menu Button */}
|
{/* Mobile Menu Button */}
|
||||||
|
|||||||
@ -307,22 +307,22 @@ const Home2 = () => {
|
|||||||
<Header/>
|
<Header/>
|
||||||
<div className="w-full bg-white p-4 text-center text-white">
|
<div className="w-full bg-white p-4 text-center text-white">
|
||||||
{/* Header */}
|
{/* 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
|
<img
|
||||||
src="./logo.PNG"
|
src="./logo.PNG"
|
||||||
alt="Advertisement"
|
alt="Advertisement"
|
||||||
className="w-28 h-30 m-auto"
|
className="w-28 h-30 m-auto"
|
||||||
/>
|
/>
|
||||||
</h1>
|
</h1> */}
|
||||||
|
|
||||||
{/* Advertisement Banner */}
|
{/* 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
|
<img
|
||||||
src="./add.png"
|
src="./add.png"
|
||||||
alt="Advertisement"
|
alt="Advertisement"
|
||||||
className="w-auto max-w-4xl h-14"
|
className="w-auto max-w-4xl h-14"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div> */}
|
||||||
|
|
||||||
{/* Informational Text */}
|
{/* Informational Text */}
|
||||||
<p className="mt-4 text-black text-sm p-1 w-full lg:w-3/4 m-auto">
|
<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 */}
|
{/* Winners Box */}
|
||||||
<div className="bg-gray-200 rounded-lg shadow-lg overflow-hidden w-full md:w-1/3">
|
<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">
|
<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>
|
||||||
<div className="p-4 text-center">
|
<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="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-2xl font-bold">JACKPOT WINNERS</div>
|
||||||
<div className="text-red-600 text-xl">None</div>
|
<div className="text-red-600 text-xl">None</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="text-center mb-4">
|
<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-2xl font-bold">$2 MILLION WINNERS</div>
|
||||||
<div className="text-red-600 text-xl">CO, TX</div>
|
<div className="text-red-600 text-xl">CO, TX</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user