Update wedding date for all website content and authentication details
Updates the displayed wedding year from 2025 to 2026 across the client/ and server/ files including index.html, footer.tsx, RSVP form, QR-Code-Info.md, and index.ts. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 11b04fa6-6e1f-4fe2-bba2-188896e61caa Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/30cc8b6c-d56e-48e2-a7f9-6180956ff8d1/87c1aece-e84e-4175-8031-7b322a298305.jpg
This commit is contained in:
parent
7712d4a1ea
commit
525f1d3fee
@ -6,11 +6,11 @@ Die Hochzeitswebsite ist durch HTTP Basic Authentication geschützt. Gäste ben
|
||||
|
||||
### Option 1:
|
||||
- **Benutzername**: `hochzeit`
|
||||
- **Passwort**: `eillen2025`
|
||||
- **Passwort**: `eillen2026`
|
||||
|
||||
### Option 2:
|
||||
- **Benutzername**: `gast`
|
||||
- **Passwort**: `dennis2025`
|
||||
- **Passwort**: `dennis2026`
|
||||
|
||||
### Option 3:
|
||||
- **Benutzername**: `einladung`
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1" />
|
||||
<title>Eillen & Dennis heiraten - 14. September 2025</title>
|
||||
<meta name="description" content="Eillen & Dennis heiraten am 14. September 2025 im Gut Sonnenberg. Feiert mit uns diesen besonderen Tag! Anmeldung bis 1. August 2025." />
|
||||
<title>Eillen & Dennis heiraten - 14. September 2026</title>
|
||||
<meta name="description" content="Eillen & Dennis heiraten am 14. September 2026 im Gut Sonnenberg. Feiert mit uns diesen besonderen Tag! Anmeldung bis 1. August 2026." />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600&family=Dancing+Script:wght@400;600&display=swap" rel="stylesheet">
|
||||
|
||||
@ -9,7 +9,7 @@ export default function Footer() {
|
||||
<div>
|
||||
<h3 className="font-script text-2xl text-dusty-rose mb-4">Eillen & Dennis</h3>
|
||||
<p className="text-white/80">
|
||||
14. September 2025<br />
|
||||
14. September 2026<br />
|
||||
Gut Sonnenberg
|
||||
</p>
|
||||
</div>
|
||||
@ -38,7 +38,7 @@ export default function Footer() {
|
||||
</div>
|
||||
<div className="border-t border-white/20 mt-8 pt-8 text-center">
|
||||
<p className="text-white/60 text-sm flex items-center justify-center">
|
||||
© 2025 Eillen & Dennis. Made with <Heart className="w-4 h-4 text-dusty-rose mx-1" /> for our special day.
|
||||
© 2026 Eillen & Dennis. Made with <Heart className="w-4 h-4 text-dusty-rose mx-1" /> for our special day.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -78,7 +78,7 @@ export default function RSVPForm() {
|
||||
Bitte um Antwort
|
||||
</h2>
|
||||
<p className="text-lg text-charcoal/80">
|
||||
Wir freuen uns auf eure Rückmeldung bis zum <strong>1. August 2025</strong>
|
||||
Wir freuen uns auf eure Rückmeldung bis zum <strong>1. August 2026</strong>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
@ -71,8 +71,8 @@ const basicAuth = (req: Request, res: Response, next: NextFunction) => {
|
||||
|
||||
// Simple credentials for wedding guests
|
||||
const validCredentials = [
|
||||
{ username: 'hochzeit', password: 'eillen2025' },
|
||||
{ username: 'gast', password: 'dennis2025' },
|
||||
{ username: 'hochzeit', password: 'eillen2026' },
|
||||
{ username: 'gast', password: 'dennis2026' },
|
||||
{ username: 'einladung', password: 'gutsonenberg' }
|
||||
];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user