Skip to content

Commit be7dd92

Browse files
committed
feat: add modal con
1 parent fbc0ee8 commit be7dd92

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

pwa/app/(common)/components/ModalCon.tsx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default function ModalCon() {
7676
className="max-w-full mx-auto"
7777
/>
7878
<div className="border-px mt-4 border-white py-1 px-2 font-bold text-sm text-white uppercase inline-block">
79-
September 19-20, 2024 | Lille & online
79+
September 18-19, 2025 | Lille & online
8080
</div>
8181
<button
8282
className="rounded-full bg-blue w-9 h-9 top-4 right-4 absolute text-white flex items-center justify-center"
@@ -104,13 +104,16 @@ export default function ModalCon() {
104104
The international conference on the API Platform Framework
105105
</p>
106106
<h2 className="text-blue-light text-2xl font-bold text-center">
107-
Get ready for game-changing announcements for the PHP community!
107+
Get ready for our special anniversary edition!
108108
</h2>
109109
<p className="font-light text-sm text-blue-black">
110-
The API Platform Conference 2024 is happening soon, and it&apos;s close to selling out.<br/>API
111-
Platform 4, Caddy web server, Xdebug, AI... Enjoy two days of
112-
inspiring talks with our friendly community and our amazing
113-
speakers.
110+
Lear more about the event, register for the conference, and get
111+
ready for two days of inspiration, ideas, and knowledge-sharing
112+
with our incredible lineup of renowned specialists and advocates.
113+
<br />
114+
<br />
115+
This edition is shaping up to be our biggest yet — secure your
116+
seat now at the best price before we sell out!
114117
</p>
115118
<Button
116119
color="pink"

pwa/app/(common)/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Poppins, Fira_Mono } from "next/font/google";
44
import Layout from "components/layout/Layout";
55
import { Metadata } from "next";
66
import { getRootUrl } from "utils";
7-
//import ModalCon from "./components/ModalCon";
7+
import ModalCon from "./components/ModalCon";
88

99
const poppins = Poppins({
1010
variable: "--font-poppins",
@@ -69,7 +69,7 @@ function RootLayout({
6969
className={`${poppins.variable} ${fira.variable} w-full light`}
7070
>
7171
<body className="bg-white dark:bg-blue-black">
72-
{/*<ModalCon />*/}
72+
<ModalCon />
7373
<Layout>{children}</Layout>
7474
</body>
7575
</html>

0 commit comments

Comments
 (0)