@@ -53,23 +53,14 @@ export function OfferBar() {
53
53
variant = "ghost"
54
54
className = "w-full justify-center rounded-none bg-blue-gray-50"
55
55
>
56
- < div className = "flex flex-wrap items-center justify-center !text-blue-gray-900" >
57
- < Link href = "/blocks" className = "m-0 flex items-center font-medium" >
58
- < Chip
59
- variant = "outlined"
60
- value = "NEW"
61
- className = "mr-2 px-2 py-1 !text-blue-gray-900"
62
- /> { " " }
63
- Material Tailwind Blocks
64
- </ Link >
65
- , a comprehensive compilation of{ " " }
66
- < Typography className = "mx-1 font-bold" > 230+</ Typography >
67
- blocks, now available for your use.
68
- < Link href = "/blocks" className = "font-bold" >
69
- Check out →
56
+ < div className = "tw-flex tw-flex-wrap tw-items-center tw-justify-center !tw-text-blue-gray-900" >
57
+ 🔥 The Wait Is Over! Pre-Order the Latest < span className = "tw-font-bold mx-1" > Material Tailwind V3 PRO</ span > Now
58
+ < Link href = "/v3/preorder" className = "tw-font-bold" >
59
+ Check out
60
+ < i className = "fa-solid fa-chevron-right tw-ml-1.5 tw-text-xs" > </ i >
70
61
</ Link >
71
62
< button
72
- className = "!text-grey-900 mb-0 ml-10 font-bold "
63
+ className = "tw-font-bold tw- ml-10 tw-mb-0 !tw-text-grey-900 "
73
64
onClick = { ( ) => handleClose ( ) }
74
65
>
75
66
< Icon />
@@ -82,3 +73,27 @@ export function OfferBar() {
82
73
}
83
74
84
75
export default OfferBar ;
76
+
77
+
78
+ { /* <div className="flex flex-wrap items-center justify-center !text-blue-gray-900">
79
+ <Link href="/blocks" className="m-0 flex items-center font-medium">
80
+ <Chip
81
+ variant="outlined"
82
+ value="NEW"
83
+ className="mr-2 px-2 py-1 !text-blue-gray-900"
84
+ />{" "}
85
+ Material Tailwind Blocks
86
+ </Link>
87
+ , a comprehensive compilation of{" "}
88
+ <Typography className="mx-1 font-bold">230+</Typography>
89
+ blocks, now available for your use.
90
+ <Link href="/blocks" className="font-bold">
91
+ Check out →
92
+ </Link>
93
+ <button
94
+ className="!text-grey-900 mb-0 ml-10 font-bold"
95
+ onClick={() => handleClose()}
96
+ >
97
+ <Icon />
98
+ </button>
99
+ </div> */ }
0 commit comments