Skip to content

Commit db25ebe

Browse files
committed
Update offer-bar.tsx
1 parent 1558739 commit db25ebe

File tree

1 file changed

+30
-15
lines changed

1 file changed

+30
-15
lines changed

widgets/offer-bar.tsx

+30-15
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,14 @@ export function OfferBar() {
5353
variant="ghost"
5454
className="w-full justify-center rounded-none bg-blue-gray-50"
5555
>
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.&nbsp;
68-
<Link href="/blocks" className="font-bold">
69-
Check out &rarr;
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&nbsp;
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>
7061
</Link>
7162
<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"
7364
onClick={() => handleClose()}
7465
>
7566
<Icon />
@@ -82,3 +73,27 @@ export function OfferBar() {
8273
}
8374

8475
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.&nbsp;
90+
<Link href="/blocks" className="font-bold">
91+
Check out &rarr;
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

Comments
 (0)