import { UpgradeBlock } from "@/components/blocks/upgrade-block"; import { WelcomeBlock, BlockBadge } from "@/components/blocks/welcome-block"; import SiteBreadcrumb from "@/components/site-breadcrumb"; import { Button } from "@/components/ui/button"; import { Eye } from "lucide-react"; import Image from "next/image"; const WidgetPage = () => { return (
{/* Block 1 */}

Upgrade your Dashcode

Pro plan for better results

Now Description of the image
{/* Block 2 */}
Upgrade your Dashcode

Pro plan for better results

Now Description of the image
{/* Block 3 */}
Upgrade your Dashcode

Pro plan for better results

Now Description of the image
{/* Block 4 */}

Good evening, Mr. Dianne Russell

Welcome to Dashcode

Description of the image
{/* Block 5 */}
Good evening, Mr. Dianne Russell

Welcome to Dashcode

Description of the image
{/* block 6 */}
Good evening, Mr. Dianne Russell

Welcome to Dashcode

Description of the image
{/* Block 7 */}

Upgrade your Dashcode

Pro plan for better results

Now
{/* Block 8 */}

Upgrade your Dashcode

Pro plan for better results

Now
{/* Block 9 */}

Upgrade your Dashcode

Pro plan for better results

Now
{/* Block 10 */}

Current balance, $34,564

Description of the image
{/* Block 11 */}

Current balance, $34,564

Description of the image
{/* Block 12 */}

Current balance, $34,564

Description of the image
{/* Upgrade Block */}
Unlimited Access
Upgrade your system to business plan
Line Image
Rabbit
Unlimited Access
Upgrade your system to business plan
Line Image
Rabbit
Unlimited Access
Upgrade your system to business plan
Line Image
Rabbit
Unlimited Access
Upgrade your system to business plan
Line Image
Rabbit
{/* gift block */}
image
Unlimited Access
Upgrade your system to business plan
{ ["primary", "success", "info", "destructive", "warning"].map((item, index) => (
image
Unlimited Access
Upgrade your system to business plan
)) }
{/* rabbit block */}
image
Unlimited Access
Upgrade your system to business plan
{ ["primary", "success", "info", "destructive", "warning"].map((item, index) => (
image
Unlimited Access
Upgrade your system to business plan
)) }
); }; export default WidgetPage;